!" )      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                  ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p qrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                                  ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                                   ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                                   ! " # $ % & ' (1&Code generated by the schema compiler.SafeIMachine-addressable aliases for modules generated by the schema compiler.SafeQ;Generated modules for the schema that ship with Cap'N ProtoSafeu/Utilities for bitwhacking useful for capnproto.NoneK\capnp81 bit datatype, in the tradition of Word8, Word16 et al.capnpA quantity of 64-bit wordscapnpA quantity of bytescapnp5Wrapper type for a quantity of bits. This along with  and ) are helpful for avoiding mixing up units capnp!Convert bits to bytes. Rounds up. capnp"Convert bytes to words. Rounds up. capnp$Convert bytes to words. Rounds down. capnpConvert words to bytes.capnpJlo and hi extract the low and high 32 bits of a 64-bit word, respectively.capnpJlo and hi extract the low and high 32 bits of a 64-bit word, respectively.capnptiN (where N is 32, 30, or 29) extracts the high N bits of its argument, and treats them as a signed 32-bit integer.capnptiN (where N is 32, 30, or 29) extracts the high N bits of its argument, and treats them as a signed 32-bit integer.capnptiN (where N is 32, 30, or 29) extracts the high N bits of its argument, and treats them as a signed 32-bit integer.capnpbfromLo and fromHi convert a 32-bit word to the low or high portion of a 64-bit word. In general, $fromHi (hi w) .|. fromLo (lo w) == w.capnpbfromLo and fromHi convert a 32-bit word to the low or high portion of a 64-bit word. In general, $fromHi (hi w) .|. fromLo (lo w) == w.capnpsfromIN (where N is 32, 30, or 29) treats its argument as the high N bits of a 32-bit word, returning the word. If  w < 2 ** N then fromIN (iN w) == w.capnpsfromIN (where N is 32, 30, or 29) treats its argument as the high N bits of a 32-bit word, returning the word. If  w < 2 ** N then fromIN (iN w) == w.capnpsfromIN (where N is 32, 30, or 29) treats its argument as the high N bits of a 32-bit word, returning the word. If  w < 2 ** N then fromIN (iN w) == w.capnpbitRange word lo hi5 is the unsigned integer represented by the bits of word in the range [lo, hi)capnpreplaceBits new orig shift( replaces the bits [shift, shift+N) in orig with the N bit integer new.   Error handling utilitiesSafe;=;capnp<An error that may occur when processing a capnproto message.<capnpA <2 indicates an attempt to access an illegal index C within a sequence of length D.=capnpA =8 indicates that the recursion depth limit was exceeded.>capnpA >2 indicates that the traversal limit was exceeded.?capnpAn ? indicates that a part of a message being parsed was malformed. The argument to the data constructor is a human-readable error message.@capnpA @ indicates that an operation would have resulted in a message that violated the library's limit on either segment size or number of segments.AcapnpA A indicates that part of the message does not match the schema. The argument to the data construtor is a human-readable error message.BcapnpAn B> indicates that a text value in the message was invalid utf8.Note well: Most parts of the library don't actually check for valid utf8 -- don't assume the check is made unless an interface says it is. ;BA><=?@CD ;BA><=?@CD2Support for parsing/serializing capnproto pointersNone8 HcapnpA combination of the C and D fields in a list pointer, i.e. the element size, and either the number of elements in the list, or the total number of words$ in the list (if size is composite).IcapnpI size len5 is a normal (non-composite) element type (C /= 7). size" is the size of the elements, and len( is the number of elements in the list.JcapnpEltComposite len" is a composite element (C == 7). len% is the length of the list in words.Kcapnp)The element size field in a list pointer.ScapnpA S3 represents the information in a capnproto pointer.TcapnpT off dataSz ptrSz% is a pointer to a struct at offset offD in words from the end of the pointer, with a data section of size dataSz' words, and a pointer section of size ptrSz words.Note that the value T 0 0 0D is illegal, since its encoding is reserved for the "null" pointer.UcapnpU off eltSpec, is a pointer to a list starting at offset off' in words from the end of the pointer. eltSpec7 encodes the C and D fields in the encoding spec; see H for detailsVcapnpV twoWords off segment) is a far pointer, whose landing pad is:two words iff twoWords,off0 words from the start of the target segment, andin segment id segment.WcapnpW id, is a pointer to the capability with the id id.XcapnpX wordB parses word as a capnproto pointer. A null pointer is parsed as  ).YcapnpY ptr serializes the pointer as a  *, translating  ) to a null pointer.ZcapnpZ word reads the H from wordG, which must be the encoding of a list pointer (this is not verified).[capnp[ eltSpec serializes eltSpec as a  *,. all bits which are not determined by the H are zero.HIJKLMNOPQRSTUVWXYZ[STUVWKLMNOPQRHIJXYZ[?Utilities for manipulating addresses within capnproto messages.None"# ccapnpAn error returned by o\; this describes the reason why a value cannot be directly addressed from a given location.dcapnp4The pointer and the value are in different segments.ecapnp The pointer is in the correct segment, but too far away to encode the offset. (more than 30 bits would be required). This can only happen with segments that are > 8 GiB, which this library refuses to either decode or generate, so this should not come up in practice.fcapnp8An address, i.e. a location that a pointer may point at.gcapnp(The address of some data in the message.hcapnpThe "address" of a capability.icapnpThe "address" of a capabilitykcapnp&The address of a word within a messagemcapnpSegment numberncapnp.offset in words from the start of the segment.ocapnpo ptrAddr valueAddrS computes the offset that should be stored in a struct or list pointer located at ptrAddr+, in order to point at a value located at  valueAddr=. If the value cannot be directly addressed by a pointer at ptrAddr, then this returns  + , with the c describing the problem.pcapnpp ptrAddr targetAddr ptr updates ptr8, such that it is correct to target a value located at  targetAddr. given that the pointer itself is located at ptrAddr . Returns  + if this is not possible.3It is illegal to call this on a capability pointer.For far pointers,  targetAddrM is taken to be the address of the landing pad, rather than the final value.qcapnpq from ptr resolves the pointer ptr to an address relative to from$. Note that inter-segment pointers (V) resolve to the address of the landing pad, *not* the the final address of the object pointed to, as the latter would reqiure access to the message.cdefghijklmnopqklmnijfghcdeopq.Support for managing message traversal limits.None ;=>?FKTLxcapnpMonad transformer implementing y'. The underlying monad must implement  ,. z calls  - > when the limit is exhausted.ycapnp}mtl-style type class to track the traversal limit. This is used by other parts of the library which actually do the reading.zcapnpz n deducts nI from the traversal limit, signaling an error if the limit is exhausted.{capnpRun a xN, returning the value from the computation and the remaining traversal limit.|capnpRun a x+, returning the value from the computation.}capnpRun a x*, returning the remaining traversal limit.~capnp5A sensible default traversal limit. Currently 64 MiB.xyz{|}~yzx{|}~DGeneric support for converting between mutable and immutable values.NoneFQTVcapnpThe q type class relates mutable and immutable versions of a type. The instance is defined on the immutable variant;  s a. is the mutable version of an immutable type a, bound to the state token s.capnpThe mutable version of a, bound to the state token s.capnp,Convert an immutable value to a mutable one.capnp,Convert a mutable value to an immutable one.capnpLike , except that the caller is responsible for ensuring that the original value is not subsequently used; doing so may violate referential transparency.7The default implementation of this is just the same as t, but typically an instance will override this with a trivial (unsafe) cast, hence the obligation described above.capnpUnsafe version of  analagous to N. The caller must ensure that the original value is not used after this call.capnpSCreate and freeze a mutable value, safely, without doing a full copy. internally,  calls unsafeFreeze, but it cannot be directly used to violate referential transparency, as the value is not available to the caller after freezing.capnpLike ., but the result is wrapped in an instance of  ..5Helpers for building capnproto messages in pure code.NoneFKQTV%h /capnp / is a trivial wrapper around  0, which implements  1%. This is a temporary workaround for: .https://github.com/ekmett/exceptions/issues/65jIf we can get that issue fixed, we can delete this and just bump the min bound on the exceptions package.capnpV is a monad transformer stack with the instnaces needed manipulate mutable messages.  s a is morally equivalent to  'LimitT ( 0 ( 2 s)) acapnp limit m6 creates a capnproto value in pure code according to m&, then freezes it without copying. If m calls  - then  returns a  + with the exception. Misc. helpers.Safe'O 3capnp 3 index length checkes that C* is in the range [0, length), throwing a < if not. 3 Cap'N Proto messagesNone $+;<=>?FTq"'capnp1 is the context needed for most write operations.capnpA 4 is a mutable capnproto message. The type parameter s) is the state token for the instance of  1' in which the message may be modified.)Due to mutabilty, the implementations of  and F must make full copies, and so are O(n) in the length of the segment. 4capnp@A vector of segments. A suffix of this may be unused; see below. 5capnpHThe "true" number of segments in the message. This may be shorter than  6 mutMsgSegs[; the remainder is considered unallocated space, and is used for amortized O(1) appending.capnpA read-only capnproto message. is an instance of the generic % type class. its implementations of  and 0 are O(1); the underlying bytes are not copied.capnpA r is a (possibly read-only) capnproto message. It is parameterized over a monad in which operations are performed.capnp$The type of segments in the message.capnp* gets the number of segments in a message.capnp message index gets the segment at index C in message. Most callers should use the , wrapper, instead of calling this directly.capnp8Get the length of the segment, in units of 64-bit words.capnp start length segment; extracts a sub-section of the segment, starting at index start , of length length.capnp segment indexK reads a 64-bit word from the segement at the given index. Consider using 3 on the message, instead of calling this directly.capnp"Convert a ByteString to a segment.capnp#Convert a segment to a byte string. 7capnp6The underlying vector of words storing segment's data. 8capnp<The "true" length fo the segment. This may be shorter than  9 mutSegVec; it is analogous to  5 at the message level.capnpCThe maximum size of a segment supported by this libarary, in words.capnpDThe maximum number of segments allowed in a message by this library.capnp message index8 fetches the given segment in the message. It throws a  BoundsError! if the address is out of bounds.capnp msg addr returns the word at addr within msg. It throws a  BoundsError! if the address is out of bounds.capnp message index segmentB sets the segment at the given index in the message. It throws a  BoundsError! if the address is out of bounds.capnp message address value sets the word at address in the message to value1. If the address is not valid in the message, a  BoundsError will be thrown.capnp% decodes a message from a bytestring.The segments will not be copied; the resulting message will be a view into the original bytestring. Runs in O(number of segments in the message).capnp+ encodes a message as a bytestring builder. :capnp :Q decodes a message from a segment, treating the segment as if it were raw bytes.$this is mostly here as a helper for . ;capnp ; read32 readSegment reads in a message using the monadic context, which should manage the current read position, into a message. read32 should read a 32-bit little-endian integer, and  readSegment n should read a blob of n 64-bit words. The size of the message (in 64-bit words) is deducted from the traversal, limit which can be used to set the maximum message size. <capnp writeMesage write32 writeSegment writes out the message. write32L should write a 32-bit word in little-endian format to the output stream.  writeSegment should write a blob.capnp handle msg writes msg to handle+. If there is an exception, it will be an  =' raised by the underlying IO libraries.capnpEquivalent to   >capnp handle limit reads a message from handle that is at most limit 64-bit words in length.capnpEquivalent to   ? @capnp @ message index segmentR sets the segment at the given index in the message. Most callers should use the , wrapper, instead of calling this directly. Acapnp A segment index valueJ writes a value to the 64-bit word at the provided index. Consider using 3 on the message, instead of calling this directly. Bcapnp B segment amountp grows the segment by the specified number of 64-bit words. The original segment should not be used afterwards.capnp msg sizeHint. allocates a new, initially empty segment in msg with a capacity of sizeHintV. It returns the a pair of the segment number and the segment itself. Amortized O(1).capnpLike o, but the second argument allows the caller to specify the index of the segment in which to allocate the data.capnp size allocates sizeR words within a message. it returns the starting address of the allocated memory.capnpU is an empty message, i.e. a minimal message with a null pointer as its root object.capnpAllocate a new empty message. 8Utilities for reading capnproto messages with no schema.None"#$&'+/;<=>?FQTV](capnpKTypes which have a "default" value, but require a message to construct it.The default is usually conceptually zero-size. This is mostly useful for generated code, so that it can use standard decoding techniques on default values.capnpTypes a4 whose storage is owned by a message with blob type b.capnpGet the message in which the a is stored. Ccapnp C is basically  . from the prelude, but the intent is that rather than conceptually being a "container", the instance is a value backed by a message, and the point of the type class is to be able to apply transformations to the underlying message.We don't just use  .n for this because while algebraically it makes sense, it would be very surprising to users to e.g. have the  . instance for / not traverse over the *elements* of the list.JWe also don't export this; it is mainly an implementation detail for the T instances for these data types, which all just that/freeze the underlying message.capnpA struct value in a message.capnpA list of values of type a in a message. Dcapnp A "normal" (non-composite) list.capnp2A list of values (of arbitrary type) in a message.capnpA an absolute pointer to a value (of arbitrary type) in a message. Note that there is no variant for far pointers, which don't make sense with absolute addressing.capnpSynonym for ReadCtx + WriteCtxcapnpOType (constraint) synonym for the constraints needed for most read operations.capnp get msg addr returns the Ptr stored at addr in msgd. Deducts 1 from the quota for each word read (which may be multiple in the case of far pointers). Ecapnp:Return the EltSpec needed for a pointer to the given list. Fcapnp(Return the starting address of the list. GcapnppReturn the address of the pointer's target. It is illegal to call this on a pointer which targets a capability.capnp'setIndex value i list Set the ith element of list to value. Hcapnp H msg srcAddr dstAddr relPtr sets the word at srcAddr in msg to a pointer like relPtr, but pointing to dstAddr. relPtrt should not be a far pointer. If the two addresses are in different segments, a landing pad will be allocated and dstAddr will contain a far pointer.capnp dest src4 copies the source struct to the destination struct.capnp index i list returns the ith element in list. Deducts 1 from the quotacapnpReturns the length of a listcapnp1Return a prefix of the list, of the given length.capnp1The data section of a struct, as a list of Word64capnp1The pointer section of a struct, as a list of Ptrcapnp i struct gets the iEth word from the struct's data section, returning 0 if it is absent.capnp i struct gets the iNth word from the struct's pointer section, returning Nothing if it is absent.capnp value i struct sets the i)th word in the struct's data section to value.capnp value i struct sets the i/th pointer in the struct's pointer section to value.capnp1 returns the raw bytes corresponding to the list.capnp&Returns the root pointer of a message.capnp5Make the given struct the root object of its message.capnp!Allocate a struct in the message.capnpAllocate a composite list.capnpAllocate a list of capnproto Void values.capnpAllocate a list of booleanscapnp Allocate a list of 8-bit values.capnp!Allocate a list of 16-bit values.capnp!Allocate a list of 32-bit values.capnp Allocate a list of 64-bit words.capnpAllocate a list of pointers. IcapnpAllocate a NormalListcapnpThe message to allocate in.capnpThe size of the data sectionscapnp The size of the pointer sectionscapnp#The length of the list in elements. Icapnp&The number of elements per 64-bit wordcapnpThe message to allocate incapnpThe number of bits per element-- Misc. type classesNone 7;<=>?FTv capnp(Types that can be converted to a struct. capnpConvert a value to a struct. capnp*Types that can be extracted from a struct.capnpExtract a value from a struct.capnp;Types that can be converted to and from an untyped pointer.Note that this should not involve a marshalling step, and that decoding does not have to succeed, if the pointer is the wrong type.TTODO: split this into FromPtr and ToPtr, for symmetry with FromStruct and ToStruct?capnp!Convert an untyped pointer to an a.capnp Convert an a to an untyped pointer.capnp+Types which may be inserted into a message.capnpBCerialize a value into the supplied message, returning the result.capnpFTypes which may be marshaled into a pre-allocated object in a message.capnpAMarshal a value into the pre-allocated object inside the message.Note that caller must arrange for the object to be of the correct size. This is is not necessarily guaranteed; for example, list types must coordinate the length of the list.capnp,Types which may be extracted from a message.typically, instances of T will be the algebraic data types defined in generated code for the high-level API.capnpA variation on a! which is encoded in the message.qFor the case of instances in generated high-level API code, this will be the low-level API analouge of the type.capnp#Extract the value from the message.capnpHTypes which may be stored in a capnproto message, and have a fixed size.hThis applies to typed structs, but not e.g. lists, because the length must be known to allocate a list.capnpFTypes which may be stored as an element of a *mutable* capnproto list.capnp value i list sets the i th index in list to @valuecapnp msg size- allocates and returns a new list of length size inside msg.capnp<Types which may be stored as an element of a capnproto list.capnpThe type of lists of e stored in messages of type msg capnpGet the length of a list.!capnp! i list gets the ith element of a list."capnp6Types that can be converted to and from a 64-bit word.RAnything that goes in the data section of a struct will have an instance of this.#capnpRConvert from a 64-bit words Truncates the word if the type has less than 64 bits.$capnpConvert to a 64-bit word.2capnp9IsPtr instance for pointers -- this is just the identity.   ! "#$"#$!    !None;=>?FTּ  J K L M N O P Q R S T ;high-level API for working with untyped Cap'N Proto values.None&'6;<=>?FKT <capnp Alias for  U. Using this alias may make upgrading to future versions of the library easier, as we will likely switch to a more efficient representation at some point.=capnpAn untyped list.FcapnpA capnproto struct.HcapnpThe struct's data sectionIcapnpThe struct's pointer sectionJcapnpA capnproto pointer type.Ncapnp/A one of a struct's sections (data or pointer).&This is just a newtype wrapper around < (which is itself just  U+), but critically the notion of equality is different. Two slices are considered equal if all of their elements are equal, but If the slices are different lengths, missing elements are treated as having default values. Accordingly, equality is only defined if the element type is an instance of  V.Pcapnp A capability in the wire format.QcapnpAlias for vector's  W.Rcapnp]Index into a slice, returning a default value if the the index is past the end of the array. XcapnpDecerialize an untyped list, whose elements are instances of Decerialize. This isn't an instance, since it would have to be an instance of (List a), which conflicts with the above. YcapnpDecerialize an untyped list, leaving the elements of the list as-is. The is most interesting for types that go in the data section of a struct, hence the name.<=D>?@ABCEFGHIJMLKNOPQRPNOJMLKFGHI=D>?@ABCE<QR !Misc. helpers for generated code.None ;<=>?FTpcapnpA valid implementation for "#0 for any type that meets the given constraints.pp!Misc. helpers for generated code.None<FTgqcapnpq struct index offset def2 fetches a field from the struct's data section. indexR is the index of the 64-bit word in the data section in which the field resides. offsetB is the offset in bits from the start of that word to the field. def% is the default value for this field.rcapnpr struct value index offset defV sets a field in the struct's data section. The meaning of the parameters are as in q, with valueK being the value to set. The width of the value is inferred from its type.qrqr$Handling of "basic" capnp datatypes.None &';=>?FT scapnpA blob of bytes (Data in capnproto's schema language). The argument to the data constructor is a slice into the message, containing the raw bytes.ucapnpA textual string (Textw in capnproto's schema language). On the wire, this is NUL-terminated. The encoding should be UTF-8, but the library does not[ verify this; users of the library must do validation themselves, if they care about this.Rationale: validation would require doing an up-front pass over the data, which runs counter to the overall design of capnproto.vcapnpv msg len% allocates a new data blob of length len bytes inside the message.wcapnpInterpret a list of  Z as a capnproto s value.xcapnpx msg len Allocates a new u. inside the message. The value has space for len *bytes* (not characters).ycapnpInterpret a list of  Z as a capnproto u value.oThis vaildates that the list is NUL-terminated, but not that it is valid UTF-8. If it is not NUL-terminaed, a SchemaViolationError is thrown.zcapnp Convert a s to a  [.{capnp]Return the underlying buffer containing the text. This does not include the null terminator.|capnp Convert a u to a  [J, comprising the raw bytes of the text (not counting the NUL terminator).! stuvwxyz{|ust! wyvxz{|5Handling of "basic" capnp datatypes (high-level API).None ;<=>?FTcapnp A capnproto Text0. This is just an alias for the text package's  \.capnp A capnproto Data" value. This is just an alias for  [.$None<>?FTcapnpe allocates and returns a new value inside the message, setting it as the root object of the message.capnp8 sets its argument to be the root object in its message.capnp& returns the root object of a message.4Utilities for reading and writing values to handles.None<capnp limit handle reads a message from handle, returning its root object. limit is used as both a cap on the size of a message which may be read and, for types in the high-level API, the traversal limit when decoding the message.It may throw a %4 if there is a problem decoding the message, or an  =' raised by the underlying IO libraries.capnp is equivalent to   ?.capnp handle value writes valueW to handle, as the root object of a message. If it throws an exception, it will be an  =( raised by the underlying IO libraries.capnp is equivalent to   ?<The most commonly used functionality from the low-level API.None capnp Alias for capnp Alias for 6xyz{|}~! suz|'! szu|=The most commonly used functionality from the high-level API.None#x xyz{|}~&-Tutorial for the Haskell Cap'N Proto library.None%H'.Low-level generated module for capnp/c++.capnpNone 6;<=>?FT&(machine-addressable alias for ).None'J1Low-level generated module for capnp/schema.capnpNone 6;<=>?FT(T ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~        )('&%$#"!*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~,0123456789:;<./=>?@,-ABCDEFGHI*+JKLMNOPQRSTU )('&%$#"!VWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~           !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~*machine-addressable alias for +.None;`T ]  ~ } | { z y x w v u t s r q p o n m l k j i h g f e d c b a ` _ ^      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~7Low-level generated module for capnp/rpc-twoparty.capnpNone 6;<=>?FTF* #$%('&)*+,-./0123456789:;<=>?@ABCDEF$-./01234567+,89:;<=>?@)*ABC%('&#$DEF,machine-addressable alias for -.NoneH* #$%&'()*+,-./0123456789:;<=>?@ABCDEF.Low-level generated module for capnp/rpc.capnpNone 6;<=>?FTIL t{zyxwvu|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~4      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~~|}t{zyxwvu.machine-addressable alias for /.NoneTL tuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~5Low-level generated module for capnp/persistent.capnpNone 6;<=>?FT[T   0machine-addressable alias for 1.None\r  /Low-level generated module for capnp/json.capnpNone 6;<=>?FT]1 -2machine-addressable alias for 3.None`$1 4/High-level generated module for capnp/c++.capnpNone"#6;<=>?FTVbbT5Machine-addressable alias for '6.Nonec2High-level generated module for capnp/schema.capnpNone"#6;<=>?FTVbd !"#$%&'()      !%"#$&'()*+,-./0123465789:;<=>?@ABCDEFGHIJKLMNOPcQRSTUVWXYZ[\]^_`abdhgefijklmnowtpqrsuvxyz{~|} !"#$%&'()xyz{~|}mnowtpqrsuvijklPcQRSTUVWXYZ[\]^_`abdhgef;<=>?@ABCDEFGHIJKLMNO789:3465/012*+,-.&'() !%"#$     7Machine-addressable alias for 6.Nonek !"#$%&'()      !%"#$&'()*+,-./0123465789:;<=>?@ABCDEFGHIJKLMNOPcQRSTUVWXYZ[\]^_`abdhgefijklmnowtpqrsuvxyz{~|}8High-level generated module for capnp/rpc-twoparty.capnpNone"#6;<=>?FTVbp@%&'( q r s t u v w x { y z | } ~   | } ~  w x { y z t u v%&'( q r s8Machine-addressable alias for 6.Noneq%&'( q r s t u v w x { y z | } ~  /High-level generated module for capnp/rpc.capnpNone"#6;<=>?FTVbs^                                                    9Machine-addressable alias for 6.Nonex                          6High-level generated module for capnp/persistent.capnpNone"#6;<=>?FTVb{  :Machine-addressable alias for 6.None| 0High-level generated module for capnp/json.capnpNone"#6;<=>?FTVb~"                  ;Machine-addressable alias for 6.Nonel         <=>??@AABBCCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst%uvwxyz{|}~                            |                              ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O  P Q   | R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k             l m n    o o   p q r s t u v w x y z { | } ~                $$$      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ &    / 8A !"#$%J&'()*+,-S./0123456]789:;<=>?g@ABCDEFGHqIJKLMNOPQzRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   + !"#$%&'()*--//     113355@@ !BB"#$DD%FF&'(M)*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~66<<>>@@                                  ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                                  uu ww                ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F D G H D I J K L M K L N D O P Q K R S T U V D W X Y Z [ \ ] ^ _ \ ` a b c D d e D f g D f h i j k  l  m n o p q r! s! t! u! v! w! x! y! z! {! |! } \ ~ <=# \ ~ D G                                                                          $capnp-0.2.0.0-GVlOuXtocAy6sjd7SXWbQYData.Capnp.PureData.Capnp.BitsData.Capnp.ErrorsData.Capnp.PointerData.Capnp.AddressData.Capnp.TraversalLimit Data.Mutable Data.CapnpData.Capnp.MessageData.Capnp.UntypedData.Capnp.ClassesData.Capnp.Untyped.PureData.Capnp.GenHelpers.PureData.Capnp.GenHelpersData.Capnp.BasicsData.Capnp.Basics.Pure Data.Capnp.IOCapnp.Capnp.SchemaCapnp.Capnp.RpcTwopartyCapnp.Capnp.RpcCapnp.Capnp.PersistentCapnp.Capnp.JsonCapnp.Capnp.Schema.PureCapnp.Capnp.RpcTwoparty.PureCapnp.Capnp.Rpc.PureCapnp.Capnp.Persistent.PureCapnp.Capnp.Json.PureCapnp Capnp.ById Capnp.CapnpInternal.BuildPure Internal.UtilInternal.Gen.Instances Data.DefaultDefault Codec.CapnpErrorData.Capnp.TutorialCapnp.Capnp.CxxCapnp.ById.Xbdf87d7bb8304e81CxxCapnp.ById.Xa93fc509624c72d9SchemaCapnp.ById.Xa184c7885cdaf2a1 RpcTwopartyCapnp.ById.Xb312981b2552a250RpcCapnp.ById.Xb8630836983feed7 PersistentCapnp.ById.X8ef99297a43a5e34JsonCapnp.Capnp.Cxx.Pure!Capnp.ById.Xbdf87d7bb8304e81.PurePure!Capnp.ById.Xa93fc509624c72d9.Pure!Capnp.ById.Xa184c7885cdaf2a1.Pure!Capnp.ById.Xb312981b2552a250.Pure!Capnp.ById.Xb8630836983feed7.Pure!Capnp.ById.X8ef99297a43a5e34.Pure1data-default-class-0.1.2.0-2kYzERBLX3wJoPfj7mwVvWData.Default.ClassdefWord1 word1ToBool WordCount ByteCountBitCountbitsToBytesCeilbytesToWordsCeilbytesToWordsFloor wordsToByteslohii32i30i29fromLofromHifromI32fromI30fromI29bitRange replaceBits $fShowWord1$fIntegralWord1 $fRealWord1 $fNumWord1 $fNumBitCount$fRealBitCount$fIntegralBitCount$fBitsBitCount $fOrdBitCount $fEqBitCount$fEnumBitCount$fShowBitCount$fNumByteCount$fRealByteCount$fIntegralByteCount$fBitsByteCount$fOrdByteCount $fEqByteCount$fEnumByteCount$fShowByteCount$fNumWordCount$fRealWordCount$fIntegralWordCount$fBitsWordCount$fOrdWordCount $fEqWordCount$fEnumWordCount$fShowWordCount $fOrdWord1 $fEqWord1 $fEnumWord1$fBoundedWord1 $fBitsWord1 BoundsErrorRecursionLimitErrorTraversalLimitErrorInvalidDataError SizeErrorSchemaViolationErrorInvalidUtf8ErrorindexmaxIndex$fExceptionError $fShowError $fEqErrorEltSpec EltNormal EltComposite ElementSizeSz0Sz1Sz8Sz16Sz32Sz64SzPtrPtr StructPtrListPtrFarPtrCapPtrparsePtr serializePtr parseEltSpecserializeEltSpec$fShowElementSize$fEqElementSize$fEnumElementSize $fShowEltSpec $fEqEltSpec $fShowPtr$fEqPtr OffsetErrorDifferentSegments OutOfRangeAddrWordAddrCapAddrCapWordAtsegIndex wordIndex computeOffset pointerFrom resolvePtr$fShowWordAddr $fEqWordAddr $fShowCapAddr $fEqCapAddr $fShowAddr$fEqAddrLimitT MonadLimitinvoice runLimitT evalLimitT execLimitT defaultLimit$fMonadLimitRWST$fMonadLimitReaderT$fMonadLimitWriterT$fMonadLimitStateT$fMonadLimitStateT0$fPrimMonadLimitT$fMonadStatesLimitT$fMonadTransLimitT$fMonadLimitLimitT$fMonadThrowLimitT$fFunctorLimitT$fApplicativeLimitT $fMonadLimitTThawMutablethawfreeze unsafeThaw unsafeFreezecreatecreateT PureBuilder createPureWriteCtxMutMsgConstMsgMessageSegmentnumSegsinternalGetSegnumWordsslicereadfromByteString toByteStringmaxSegmentSize maxSegments getSegmentgetWord setSegmentsetWorddecodeencodehPutMsgputMsghGetMsggetMsg newSegment allocInSegallocempty newMessage$fMessagemConstMsg$fThawConstMsg $fThawSegment$fMessagemMutMsgMessageDefaultmessageDefault HasMessagemessageStructListOfListList0List1List8List16List32List64 ListStructPtrCapPtrList PtrStructRWCtxReadCtxgetsetIndex copyStructlengthtake dataSection ptrSectiongetDatagetPtrsetDatasetPtrrawBytesrootPtrsetRoot allocStructallocCompositeList allocList0 allocList1 allocList8 allocList16 allocList32 allocList64 allocListPtr $fThawListOf $fThawListOf0 $fThawListOf1 $fThawListOf2 $fThawListOf3 $fThawListOf4 $fThawListOf5 $fThawListOf6 $fThawStruct$fThawNormalList $fThawList $fThawPtr$fTraverseMsgNormalList$fTraverseMsgStruct$fTraverseMsgPtr$fTraverseMsgFlipList$fTraverseMsgFlipList0$fTraverseMsgFlipList1$fTraverseMsgFlipList2$fTraverseMsgFlipList3$fTraverseMsgFlipList4$fTraverseMsgFlipListS$fTraverseMsgFlipListP$fTraverseMsgList$fHasMessageNormalListmsg$fHasMessageListOfmsg$fHasMessageListmsg$fHasMessageStructmsg$fHasMessagePtrmsg$fMessageDefaultNormalListmsg$fMessageDefaultListOfmsg$fMessageDefaultListOfmsg0$fMessageDefaultListOfmsg1$fMessageDefaultListOfmsg2$fMessageDefaultListOfmsg3$fMessageDefaultListOfmsg4$fMessageDefaultListOfmsg5$fMessageDefaultListOfmsg6$fMessageDefaultStructmsgToStructtoStruct FromStruct fromStructIsPtrfromPtrtoPtr Cerialize cerializeMarshal marshalInto DecerializeCerial decerializeAllocatenew MutListElemnewListListElemIsWordfromWordtoWord$fIsWordDouble $fIsWordFloat$fIsWordWord64$fIsWordWord32$fIsWordWord16 $fIsWordWord8 $fIsWordInt64 $fIsWordInt32 $fIsWordInt16 $fIsWordInt8 $fIsWordWord1 $fIsWordBool$fIsPtrmsgListOf$fIsPtrmsgMaybe$fIsPtrmsgListOf0$fIsPtrmsgListOf1$fIsPtrmsgListOf2$fIsPtrmsgListOf3$fIsPtrmsgListOf4$fIsPtrmsgListOf5$fIsPtrmsgStruct$fFromStructmsgStruct$fToStructmsgStruct structData structPtrsPtrTypeSlice sliceIndex$fDecerializeVector $fEqSlice $fIsListSlice$fCerializesList$fDecerializeList$fCerializesMaybe$fDecerializeMaybe$fCerializesStruct$fMarshalStruct$fDecerializeStruct$fDefaultStruct$fGenericSlice $fShowSlice $fReadSlice $fOrdSlice$fFunctorSlice$fDefaultSlice$fGenericStruct $fShowStruct $fReadStruct $fEqStruct$fGenericPtrType $fShowPtrType $fReadPtrType $fEqPtrType $fGenericList $fShowList $fReadList$fEqList defaultStruct getWordField setWordFieldDataTextnewDatanewTextgetText dataBytes textBuffer textBytes$fIsPtrmsgText$fIsPtrmsgData$fMarshalByteString$fDecerializeByteString$fCerializesText $fMarshalText$fDecerializeTextnewRootgetRoot hGetValuegetValue hPutValueputValue encodeMessage decodeMessageType'anyPointer'unconstrained'%Type'anyPointer'unconstrained'anyKind$Type'anyPointer'unconstrained'struct"Type'anyPointer'unconstrained'list(Type'anyPointer'unconstrained'capability&Type'anyPointer'unconstrained'unknown'Type'anyPointer'unconstrained&Type'anyPointer'unconstrained_newtype_.Type'anyPointer'implicitMethodParameter'group'7Type'anyPointer'implicitMethodParameter'group'_newtype_ Type'anyPointer'parameter'group')Type'anyPointer'parameter'group'_newtype_$Type'anyPointer'unconstrained'group'-Type'anyPointer'unconstrained'group'_newtype_Type'anyPointer'Type'anyPointer'parameter'Type'anyPointer'implicitMethodParameterType'anyPointer'unknown'Type'anyPointerType'anyPointer_newtype_Node'ParameterNode'Parameter_newtype_Node'NestedNodeNode'NestedNode_newtype_Node'annotation'group'Node'annotation'group'_newtype_Node'const'group'Node'const'group'_newtype_Node'interface'group'Node'interface'group'_newtype_Node'enum'group'Node'enum'group'_newtype_Node'struct'group'Node'struct'group'_newtype_Node'' Node'file Node'struct Node'enumNode'interface Node'constNode'annotation Node'unknown'Node'Node'_newtype_Field'ordinal'Field'ordinal'implicitField'ordinal'explicitField'ordinal'unknown' Field'ordinalField'ordinal_newtype_Field'group'group'Field'group'group'_newtype_Field'slot'group'Field'slot'group'_newtype_Field'' Field'slot Field'groupField'unknown'Field'Field'_newtype_)CodeGeneratorRequest'RequestedFile'Import2CodeGeneratorRequest'RequestedFile'Import_newtype_"CodeGeneratorRequest'RequestedFile+CodeGeneratorRequest'RequestedFile_newtype_ Brand'Scope''Brand'Scope'bindBrand'Scope'inheritBrand'Scope'unknown' Brand'Scope'Brand'Scope'_newtype_ Brand'ScopeBrand'Scope_newtype_Brand'Binding'Brand'Binding'unboundBrand'Binding'type_Brand'Binding'unknown' Brand'BindingBrand'Binding_newtype_Value' Value'void Value'bool Value'int8 Value'int16 Value'int32 Value'int64 Value'uint8 Value'uint16 Value'uint32 Value'uint64 Value'float32 Value'float64 Value'text Value'data_ Value'list Value'enum Value'structValue'interfaceValue'anyPointerValue'unknown'ValueValue_newtype_Type'anyPointer'group'Type'anyPointer'group'_newtype_Type'interface'group'Type'interface'group'_newtype_Type'struct'group'Type'struct'group'_newtype_Type'enum'group'Type'enum'group'_newtype_Type'list'group'Type'list'group'_newtype_Type' Type'void Type'bool Type'int8 Type'int16 Type'int32 Type'int64 Type'uint8 Type'uint16 Type'uint32 Type'uint64 Type'float32 Type'float64 Type'text Type'data_ Type'list Type'enum Type'structType'interface Type'unknown'Type Type_newtype_ SuperclassSuperclass_newtype_Node Node_newtype_MethodMethod_newtype_FieldField_newtype_ EnumerantEnumerant_newtype_ElementSize'emptyElementSize'bitElementSize'byteElementSize'twoBytesElementSize'fourBytesElementSize'eightBytesElementSize'pointerElementSize'inlineCompositeElementSize'unknown'CodeGeneratorRequestCodeGeneratorRequest_newtype_ CapnpVersionCapnpVersion_newtype_BrandBrand_newtype_ AnnotationAnnotation_newtype_get_Annotation'idhas_Annotation'idset_Annotation'idget_Annotation'valuehas_Annotation'valueset_Annotation'valuenew_Annotation'valueget_Annotation'brandhas_Annotation'brandset_Annotation'brandnew_Annotation'brandget_Brand'scopeshas_Brand'scopesset_Brand'scopesnew_Brand'scopesget_CapnpVersion'majorhas_CapnpVersion'majorset_CapnpVersion'majorget_CapnpVersion'minorhas_CapnpVersion'minorset_CapnpVersion'minorget_CapnpVersion'microhas_CapnpVersion'microset_CapnpVersion'microget_CodeGeneratorRequest'nodeshas_CodeGeneratorRequest'nodesset_CodeGeneratorRequest'nodesnew_CodeGeneratorRequest'nodes'get_CodeGeneratorRequest'requestedFiles'has_CodeGeneratorRequest'requestedFiles'set_CodeGeneratorRequest'requestedFiles'new_CodeGeneratorRequest'requestedFiles%get_CodeGeneratorRequest'capnpVersion%has_CodeGeneratorRequest'capnpVersion%set_CodeGeneratorRequest'capnpVersion%new_CodeGeneratorRequest'capnpVersionget_Enumerant'namehas_Enumerant'nameset_Enumerant'namenew_Enumerant'nameget_Enumerant'codeOrderhas_Enumerant'codeOrderset_Enumerant'codeOrderget_Enumerant'annotationshas_Enumerant'annotationsset_Enumerant'annotationsnew_Enumerant'annotationsget_Field'namehas_Field'nameset_Field'namenew_Field'nameget_Field'codeOrderhas_Field'codeOrderset_Field'codeOrderget_Field'annotationshas_Field'annotationsset_Field'annotationsnew_Field'annotationsget_Field'discriminantValuehas_Field'discriminantValueset_Field'discriminantValueget_Field'ordinalhas_Field'ordinalget_Field'union'has_Field'union'get_Method'namehas_Method'nameset_Method'namenew_Method'nameget_Method'codeOrderhas_Method'codeOrderset_Method'codeOrderget_Method'paramStructTypehas_Method'paramStructTypeset_Method'paramStructTypeget_Method'resultStructTypehas_Method'resultStructTypeset_Method'resultStructTypeget_Method'annotationshas_Method'annotationsset_Method'annotationsnew_Method'annotationsget_Method'paramBrandhas_Method'paramBrandset_Method'paramBrandnew_Method'paramBrandget_Method'resultBrandhas_Method'resultBrandset_Method'resultBrandnew_Method'resultBrandget_Method'implicitParametershas_Method'implicitParametersset_Method'implicitParametersnew_Method'implicitParameters get_Node'id has_Node'id set_Node'idget_Node'displayNamehas_Node'displayNameset_Node'displayNamenew_Node'displayName get_Node'displayNamePrefixLength has_Node'displayNamePrefixLength set_Node'displayNamePrefixLengthget_Node'scopeIdhas_Node'scopeIdset_Node'scopeIdget_Node'nestedNodeshas_Node'nestedNodesset_Node'nestedNodesnew_Node'nestedNodesget_Node'annotationshas_Node'annotationsset_Node'annotationsnew_Node'annotationsget_Node'parametershas_Node'parametersset_Node'parametersnew_Node'parametersget_Node'isGenerichas_Node'isGenericset_Node'isGenericget_Node'union'has_Node'union'get_Superclass'idhas_Superclass'idset_Superclass'idget_Superclass'brandhas_Superclass'brandset_Superclass'brandnew_Superclass'brand get_Type' has_Type' set_Type'void set_Type'bool set_Type'int8set_Type'int16set_Type'int32set_Type'int64set_Type'uint8set_Type'uint16set_Type'uint32set_Type'uint64set_Type'float32set_Type'float64 set_Type'textset_Type'data_ set_Type'list set_Type'enumset_Type'structset_Type'interfaceset_Type'anyPointerset_Type'unknown'get_Type'list'elementTypehas_Type'list'elementTypeset_Type'list'elementTypenew_Type'list'elementTypeget_Type'enum'typeIdhas_Type'enum'typeIdset_Type'enum'typeIdget_Type'enum'brandhas_Type'enum'brandset_Type'enum'brandnew_Type'enum'brandget_Type'struct'typeIdhas_Type'struct'typeIdset_Type'struct'typeIdget_Type'struct'brandhas_Type'struct'brandset_Type'struct'brandnew_Type'struct'brandget_Type'interface'typeIdhas_Type'interface'typeIdset_Type'interface'typeIdget_Type'interface'brandhas_Type'interface'brandset_Type'interface'brandnew_Type'interface'brandget_Type'anyPointer'union'has_Type'anyPointer'union' get_Value' has_Value'set_Value'voidset_Value'boolset_Value'int8set_Value'int16set_Value'int32set_Value'int64set_Value'uint8set_Value'uint16set_Value'uint32set_Value'uint64set_Value'float32set_Value'float64set_Value'textnew_Value'textset_Value'data_new_Value'data_set_Value'listset_Value'enumset_Value'structset_Value'interfaceset_Value'anyPointerset_Value'unknown'get_Brand'Binding'has_Brand'Binding'set_Brand'Binding'unboundset_Brand'Binding'type_new_Brand'Binding'type_set_Brand'Binding'unknown'get_Brand'Scope'scopeIdhas_Brand'Scope'scopeIdset_Brand'Scope'scopeIdget_Brand'Scope'union'has_Brand'Scope'union'get_Brand'Scope''has_Brand'Scope''set_Brand'Scope'bindnew_Brand'Scope'bindset_Brand'Scope'inheritset_Brand'Scope'unknown')get_CodeGeneratorRequest'RequestedFile'id)has_CodeGeneratorRequest'RequestedFile'id)set_CodeGeneratorRequest'RequestedFile'id/get_CodeGeneratorRequest'RequestedFile'filename/has_CodeGeneratorRequest'RequestedFile'filename/set_CodeGeneratorRequest'RequestedFile'filename/new_CodeGeneratorRequest'RequestedFile'filename.get_CodeGeneratorRequest'RequestedFile'imports.has_CodeGeneratorRequest'RequestedFile'imports.set_CodeGeneratorRequest'RequestedFile'imports.new_CodeGeneratorRequest'RequestedFile'imports0get_CodeGeneratorRequest'RequestedFile'Import'id0has_CodeGeneratorRequest'RequestedFile'Import'id0set_CodeGeneratorRequest'RequestedFile'Import'id2get_CodeGeneratorRequest'RequestedFile'Import'name2has_CodeGeneratorRequest'RequestedFile'Import'name2set_CodeGeneratorRequest'RequestedFile'Import'name2new_CodeGeneratorRequest'RequestedFile'Import'name get_Field'' has_Field''set_Field'slotset_Field'groupset_Field'unknown'get_Field'slot'offsethas_Field'slot'offsetset_Field'slot'offsetget_Field'slot'type_has_Field'slot'type_set_Field'slot'type_new_Field'slot'type_get_Field'slot'defaultValuehas_Field'slot'defaultValueset_Field'slot'defaultValuenew_Field'slot'defaultValue!get_Field'slot'hadExplicitDefault!has_Field'slot'hadExplicitDefault!set_Field'slot'hadExplicitDefaultget_Field'group'typeIdhas_Field'group'typeIdset_Field'group'typeIdfield'noDiscriminantget_Field'ordinal'has_Field'ordinal'set_Field'ordinal'implicitset_Field'ordinal'explicitset_Field'ordinal'unknown' get_Node'' has_Node'' set_Node'fileset_Node'struct set_Node'enumset_Node'interfaceset_Node'constset_Node'annotationset_Node'unknown'get_Node'struct'dataWordCounthas_Node'struct'dataWordCountset_Node'struct'dataWordCountget_Node'struct'pointerCounthas_Node'struct'pointerCountset_Node'struct'pointerCount%get_Node'struct'preferredListEncoding%has_Node'struct'preferredListEncoding%set_Node'struct'preferredListEncodingget_Node'struct'isGrouphas_Node'struct'isGroupset_Node'struct'isGroup!get_Node'struct'discriminantCount!has_Node'struct'discriminantCount!set_Node'struct'discriminantCount"get_Node'struct'discriminantOffset"has_Node'struct'discriminantOffset"set_Node'struct'discriminantOffsetget_Node'struct'fieldshas_Node'struct'fieldsset_Node'struct'fieldsnew_Node'struct'fieldsget_Node'enum'enumerantshas_Node'enum'enumerantsset_Node'enum'enumerantsnew_Node'enum'enumerantsget_Node'interface'methodshas_Node'interface'methodsset_Node'interface'methodsnew_Node'interface'methodsget_Node'interface'superclasseshas_Node'interface'superclassesset_Node'interface'superclassesnew_Node'interface'superclassesget_Node'const'type_has_Node'const'type_set_Node'const'type_new_Node'const'type_get_Node'const'valuehas_Node'const'valueset_Node'const'valuenew_Node'const'valueget_Node'annotation'type_has_Node'annotation'type_set_Node'annotation'type_new_Node'annotation'type_get_Node'annotation'targetsFilehas_Node'annotation'targetsFileset_Node'annotation'targetsFile get_Node'annotation'targetsConst has_Node'annotation'targetsConst set_Node'annotation'targetsConstget_Node'annotation'targetsEnumhas_Node'annotation'targetsEnumset_Node'annotation'targetsEnum$get_Node'annotation'targetsEnumerant$has_Node'annotation'targetsEnumerant$set_Node'annotation'targetsEnumerant!get_Node'annotation'targetsStruct!has_Node'annotation'targetsStruct!set_Node'annotation'targetsStruct get_Node'annotation'targetsField has_Node'annotation'targetsField set_Node'annotation'targetsField get_Node'annotation'targetsUnion has_Node'annotation'targetsUnion set_Node'annotation'targetsUnion get_Node'annotation'targetsGroup has_Node'annotation'targetsGroup set_Node'annotation'targetsGroup$get_Node'annotation'targetsInterface$has_Node'annotation'targetsInterface$set_Node'annotation'targetsInterface!get_Node'annotation'targetsMethod!has_Node'annotation'targetsMethod!set_Node'annotation'targetsMethod get_Node'annotation'targetsParam has_Node'annotation'targetsParam set_Node'annotation'targetsParam%get_Node'annotation'targetsAnnotation%has_Node'annotation'targetsAnnotation%set_Node'annotation'targetsAnnotationget_Node'NestedNode'namehas_Node'NestedNode'nameset_Node'NestedNode'namenew_Node'NestedNode'nameget_Node'NestedNode'idhas_Node'NestedNode'idset_Node'NestedNode'idget_Node'Parameter'namehas_Node'Parameter'nameset_Node'Parameter'namenew_Node'Parameter'nameget_Type'anyPointer'has_Type'anyPointer'!set_Type'anyPointer'unconstrainedset_Type'anyPointer'parameter+set_Type'anyPointer'implicitMethodParameterset_Type'anyPointer'unknown'(get_Type'anyPointer'unconstrained'union'(has_Type'anyPointer'unconstrained'union'%get_Type'anyPointer'parameter'scopeId%has_Type'anyPointer'parameter'scopeId%set_Type'anyPointer'parameter'scopeId,get_Type'anyPointer'parameter'parameterIndex,has_Type'anyPointer'parameter'parameterIndex,set_Type'anyPointer'parameter'parameterIndex:get_Type'anyPointer'implicitMethodParameter'parameterIndex:has_Type'anyPointer'implicitMethodParameter'parameterIndex:set_Type'anyPointer'implicitMethodParameter'parameterIndex"get_Type'anyPointer'unconstrained'"has_Type'anyPointer'unconstrained')set_Type'anyPointer'unconstrained'anyKind(set_Type'anyPointer'unconstrained'struct&set_Type'anyPointer'unconstrained'list,set_Type'anyPointer'unconstrained'capability*set_Type'anyPointer'unconstrained'unknown'$fIsPtrmsgList$fAllocatesAnnotation$fMessageDefaultAnnotationmsg$fHasMessageAnnotationmsg$fMutListElemsAnnotation$fListElemmsgAnnotation$fIsPtrmsgAnnotation$fToStructmsgAnnotation$fFromStructmsgAnnotation$fIsPtrmsgList0$fAllocatesBrand$fMessageDefaultBrandmsg$fHasMessageBrandmsg$fMutListElemsBrand$fListElemmsgBrand$fIsPtrmsgBrand$fToStructmsgBrand$fFromStructmsgBrand$fIsPtrmsgList1$fAllocatesCapnpVersion$fMessageDefaultCapnpVersionmsg$fHasMessageCapnpVersionmsg$fMutListElemsCapnpVersion$fListElemmsgCapnpVersion$fIsPtrmsgCapnpVersion$fToStructmsgCapnpVersion$fFromStructmsgCapnpVersion$fIsPtrmsgList2$fAllocatesCodeGeneratorRequest'$fMessageDefaultCodeGeneratorRequestmsg#$fHasMessageCodeGeneratorRequestmsg"$fMutListElemsCodeGeneratorRequest!$fListElemmsgCodeGeneratorRequest$fIsPtrmsgCodeGeneratorRequest!$fToStructmsgCodeGeneratorRequest#$fFromStructmsgCodeGeneratorRequest$fIsPtrmsgList3$fMutListElemsElementSize$fListElemmsgElementSize$fIsWordElementSize$fIsPtrmsgList4$fAllocatesEnumerant$fMessageDefaultEnumerantmsg$fHasMessageEnumerantmsg$fMutListElemsEnumerant$fListElemmsgEnumerant$fIsPtrmsgEnumerant$fToStructmsgEnumerant$fFromStructmsgEnumerant$fIsPtrmsgList5$fAllocatesField$fMessageDefaultFieldmsg$fHasMessageFieldmsg$fMutListElemsField$fListElemmsgField$fIsPtrmsgField$fToStructmsgField$fFromStructmsgField$fIsPtrmsgList6$fAllocatesMethod$fMessageDefaultMethodmsg$fHasMessageMethodmsg$fMutListElemsMethod$fListElemmsgMethod$fIsPtrmsgMethod$fToStructmsgMethod$fFromStructmsgMethod$fIsPtrmsgList7$fAllocatesNode$fMessageDefaultNodemsg$fHasMessageNodemsg$fMutListElemsNode$fListElemmsgNode$fIsPtrmsgNode$fToStructmsgNode$fFromStructmsgNode$fIsPtrmsgList8$fAllocatesSuperclass$fMessageDefaultSuperclassmsg$fHasMessageSuperclassmsg$fMutListElemsSuperclass$fListElemmsgSuperclass$fIsPtrmsgSuperclass$fToStructmsgSuperclass$fFromStructmsgSuperclass$fIsPtrmsgList9$fAllocatesType$fMessageDefaultTypemsg$fHasMessageTypemsg$fMutListElemsType$fListElemmsgType$fIsPtrmsgType$fToStructmsgType$fFromStructmsgType$fIsPtrmsgList10$fAllocatesType'list'group'#$fMessageDefaultType'list'group'msg$fHasMessageType'list'group'msg$fMutListElemsType'list'group'$fListElemmsgType'list'group'$fIsPtrmsgType'list'group'$fToStructmsgType'list'group'$fFromStructmsgType'list'group'$fIsPtrmsgList11$fAllocatesType'enum'group'#$fMessageDefaultType'enum'group'msg$fHasMessageType'enum'group'msg$fMutListElemsType'enum'group'$fListElemmsgType'enum'group'$fIsPtrmsgType'enum'group'$fToStructmsgType'enum'group'$fFromStructmsgType'enum'group'$fIsPtrmsgList12$fAllocatesType'struct'group'%$fMessageDefaultType'struct'group'msg!$fHasMessageType'struct'group'msg $fMutListElemsType'struct'group'$fListElemmsgType'struct'group'$fIsPtrmsgType'struct'group'$fToStructmsgType'struct'group'!$fFromStructmsgType'struct'group'$fIsPtrmsgList13 $fAllocatesType'interface'group'($fMessageDefaultType'interface'group'msg$$fHasMessageType'interface'group'msg#$fMutListElemsType'interface'group'"$fListElemmsgType'interface'group'$fIsPtrmsgType'interface'group'"$fToStructmsgType'interface'group'$$fFromStructmsgType'interface'group'$fIsPtrmsgList14!$fAllocatesType'anyPointer'group')$fMessageDefaultType'anyPointer'group'msg%$fHasMessageType'anyPointer'group'msg$$fMutListElemsType'anyPointer'group'#$fListElemmsgType'anyPointer'group' $fIsPtrmsgType'anyPointer'group'#$fToStructmsgType'anyPointer'group'%$fFromStructmsgType'anyPointer'group'$fFromStructmsgType'$fIsPtrmsgList15$fAllocatesValue$fMessageDefaultValuemsg$fHasMessageValuemsg$fMutListElemsValue$fListElemmsgValue$fIsPtrmsgValue$fToStructmsgValue$fFromStructmsgValue$fFromStructmsgValue'$fIsPtrmsgList16$fAllocatesBrand'Binding $fMessageDefaultBrand'Bindingmsg$fHasMessageBrand'Bindingmsg$fMutListElemsBrand'Binding$fListElemmsgBrand'Binding$fIsPtrmsgBrand'Binding$fToStructmsgBrand'Binding$fFromStructmsgBrand'Binding$fFromStructmsgBrand'Binding'$fIsPtrmsgList17$fAllocatesBrand'Scope$fMessageDefaultBrand'Scopemsg$fHasMessageBrand'Scopemsg$fMutListElemsBrand'Scope$fListElemmsgBrand'Scope$fIsPtrmsgBrand'Scope$fToStructmsgBrand'Scope$fFromStructmsgBrand'Scope$fIsPtrmsgList18$fAllocatesBrand'Scope'$fMessageDefaultBrand'Scope'msg$fHasMessageBrand'Scope'msg$fMutListElemsBrand'Scope'$fListElemmsgBrand'Scope'$fIsPtrmsgBrand'Scope'$fToStructmsgBrand'Scope'$fFromStructmsgBrand'Scope'$fFromStructmsgBrand'Scope''$fIsPtrmsgList19-$fAllocatesCodeGeneratorRequest'RequestedFile5$fMessageDefaultCodeGeneratorRequest'RequestedFilemsg1$fHasMessageCodeGeneratorRequest'RequestedFilemsg0$fMutListElemsCodeGeneratorRequest'RequestedFile/$fListElemmsgCodeGeneratorRequest'RequestedFile,$fIsPtrmsgCodeGeneratorRequest'RequestedFile/$fToStructmsgCodeGeneratorRequest'RequestedFile1$fFromStructmsgCodeGeneratorRequest'RequestedFile$fIsPtrmsgList204$fAllocatesCodeGeneratorRequest'RequestedFile'Import<$fMessageDefaultCodeGeneratorRequest'RequestedFile'Importmsg8$fHasMessageCodeGeneratorRequest'RequestedFile'Importmsg7$fMutListElemsCodeGeneratorRequest'RequestedFile'Import6$fListElemmsgCodeGeneratorRequest'RequestedFile'Import3$fIsPtrmsgCodeGeneratorRequest'RequestedFile'Import6$fToStructmsgCodeGeneratorRequest'RequestedFile'Import8$fFromStructmsgCodeGeneratorRequest'RequestedFile'Import$fIsPtrmsgList21$fAllocatesField'$fMessageDefaultField'msg$fHasMessageField'msg$fMutListElemsField'$fListElemmsgField'$fIsPtrmsgField'$fToStructmsgField'$fFromStructmsgField'$fIsPtrmsgList22$fAllocatesField'slot'group'$$fMessageDefaultField'slot'group'msg $fHasMessageField'slot'group'msg$fMutListElemsField'slot'group'$fListElemmsgField'slot'group'$fIsPtrmsgField'slot'group'$fToStructmsgField'slot'group' $fFromStructmsgField'slot'group'$fIsPtrmsgList23$fAllocatesField'group'group'%$fMessageDefaultField'group'group'msg!$fHasMessageField'group'group'msg $fMutListElemsField'group'group'$fListElemmsgField'group'group'$fIsPtrmsgField'group'group'$fToStructmsgField'group'group'!$fFromStructmsgField'group'group'$fFromStructmsgField''$fIsPtrmsgList24$fAllocatesField'ordinal $fMessageDefaultField'ordinalmsg$fHasMessageField'ordinalmsg$fMutListElemsField'ordinal$fListElemmsgField'ordinal$fIsPtrmsgField'ordinal$fToStructmsgField'ordinal$fFromStructmsgField'ordinal$fFromStructmsgField'ordinal'$fIsPtrmsgList25$fAllocatesNode'$fMessageDefaultNode'msg$fHasMessageNode'msg$fMutListElemsNode'$fListElemmsgNode'$fIsPtrmsgNode'$fToStructmsgNode'$fFromStructmsgNode'$fIsPtrmsgList26$fAllocatesNode'struct'group'%$fMessageDefaultNode'struct'group'msg!$fHasMessageNode'struct'group'msg $fMutListElemsNode'struct'group'$fListElemmsgNode'struct'group'$fIsPtrmsgNode'struct'group'$fToStructmsgNode'struct'group'!$fFromStructmsgNode'struct'group'$fIsPtrmsgList27$fAllocatesNode'enum'group'#$fMessageDefaultNode'enum'group'msg$fHasMessageNode'enum'group'msg$fMutListElemsNode'enum'group'$fListElemmsgNode'enum'group'$fIsPtrmsgNode'enum'group'$fToStructmsgNode'enum'group'$fFromStructmsgNode'enum'group'$fIsPtrmsgList28 $fAllocatesNode'interface'group'($fMessageDefaultNode'interface'group'msg$$fHasMessageNode'interface'group'msg#$fMutListElemsNode'interface'group'"$fListElemmsgNode'interface'group'$fIsPtrmsgNode'interface'group'"$fToStructmsgNode'interface'group'$$fFromStructmsgNode'interface'group'$fIsPtrmsgList29$fAllocatesNode'const'group'$$fMessageDefaultNode'const'group'msg $fHasMessageNode'const'group'msg$fMutListElemsNode'const'group'$fListElemmsgNode'const'group'$fIsPtrmsgNode'const'group'$fToStructmsgNode'const'group' $fFromStructmsgNode'const'group'$fIsPtrmsgList30!$fAllocatesNode'annotation'group')$fMessageDefaultNode'annotation'group'msg%$fHasMessageNode'annotation'group'msg$$fMutListElemsNode'annotation'group'#$fListElemmsgNode'annotation'group' $fIsPtrmsgNode'annotation'group'#$fToStructmsgNode'annotation'group'%$fFromStructmsgNode'annotation'group'$fFromStructmsgNode''$fIsPtrmsgList31$fAllocatesNode'NestedNode"$fMessageDefaultNode'NestedNodemsg$fHasMessageNode'NestedNodemsg$fMutListElemsNode'NestedNode$fListElemmsgNode'NestedNode$fIsPtrmsgNode'NestedNode$fToStructmsgNode'NestedNode$fFromStructmsgNode'NestedNode$fIsPtrmsgList32$fAllocatesNode'Parameter!$fMessageDefaultNode'Parametermsg$fHasMessageNode'Parametermsg$fMutListElemsNode'Parameter$fListElemmsgNode'Parameter$fIsPtrmsgNode'Parameter$fToStructmsgNode'Parameter$fFromStructmsgNode'Parameter$fIsPtrmsgList33$fAllocatesType'anyPointer"$fMessageDefaultType'anyPointermsg$fHasMessageType'anyPointermsg$fMutListElemsType'anyPointer$fListElemmsgType'anyPointer$fIsPtrmsgType'anyPointer$fToStructmsgType'anyPointer$fFromStructmsgType'anyPointer$fIsPtrmsgList34/$fAllocatesType'anyPointer'unconstrained'group'7$fMessageDefaultType'anyPointer'unconstrained'group'msg3$fHasMessageType'anyPointer'unconstrained'group'msg2$fMutListElemsType'anyPointer'unconstrained'group'1$fListElemmsgType'anyPointer'unconstrained'group'.$fIsPtrmsgType'anyPointer'unconstrained'group'1$fToStructmsgType'anyPointer'unconstrained'group'3$fFromStructmsgType'anyPointer'unconstrained'group'$fIsPtrmsgList35+$fAllocatesType'anyPointer'parameter'group'3$fMessageDefaultType'anyPointer'parameter'group'msg/$fHasMessageType'anyPointer'parameter'group'msg.$fMutListElemsType'anyPointer'parameter'group'-$fListElemmsgType'anyPointer'parameter'group'*$fIsPtrmsgType'anyPointer'parameter'group'-$fToStructmsgType'anyPointer'parameter'group'/$fFromStructmsgType'anyPointer'parameter'group'$fIsPtrmsgList369$fAllocatesType'anyPointer'implicitMethodParameter'group'A$fMessageDefaultType'anyPointer'implicitMethodParameter'group'msg=$fHasMessageType'anyPointer'implicitMethodParameter'group'msg<$fMutListElemsType'anyPointer'implicitMethodParameter'group';$fListElemmsgType'anyPointer'implicitMethodParameter'group'8$fIsPtrmsgType'anyPointer'implicitMethodParameter'group';$fToStructmsgType'anyPointer'implicitMethodParameter'group'=$fFromStructmsgType'anyPointer'implicitMethodParameter'group'$fFromStructmsgType'anyPointer'$fIsPtrmsgList37($fAllocatesType'anyPointer'unconstrained0$fMessageDefaultType'anyPointer'unconstrainedmsg,$fHasMessageType'anyPointer'unconstrainedmsg+$fMutListElemsType'anyPointer'unconstrained*$fListElemmsgType'anyPointer'unconstrained'$fIsPtrmsgType'anyPointer'unconstrained*$fToStructmsgType'anyPointer'unconstrained,$fFromStructmsgType'anyPointer'unconstrained-$fFromStructmsgType'anyPointer'unconstrained'$fReadElementSize$fGenericElementSizeVatIdVatId_newtype_Side Side'server Side'client Side'unknown' ProvisionIdProvisionId_newtype_ JoinResultJoinResult_newtype_ JoinKeyPartJoinKeyPart_newtype_get_JoinKeyPart'joinIdhas_JoinKeyPart'joinIdset_JoinKeyPart'joinIdget_JoinKeyPart'partCounthas_JoinKeyPart'partCountset_JoinKeyPart'partCountget_JoinKeyPart'partNumhas_JoinKeyPart'partNumset_JoinKeyPart'partNumget_JoinResult'joinIdhas_JoinResult'joinIdset_JoinResult'joinIdget_JoinResult'succeededhas_JoinResult'succeededset_JoinResult'succeededget_JoinResult'caphas_JoinResult'capset_JoinResult'capget_ProvisionId'joinIdhas_ProvisionId'joinIdset_ProvisionId'joinIdget_VatId'sidehas_VatId'sideset_VatId'side$fAllocatesJoinKeyPart$fMessageDefaultJoinKeyPartmsg$fHasMessageJoinKeyPartmsg$fMutListElemsJoinKeyPart$fListElemmsgJoinKeyPart$fIsPtrmsgJoinKeyPart$fToStructmsgJoinKeyPart$fFromStructmsgJoinKeyPart$fAllocatesJoinResult$fMessageDefaultJoinResultmsg$fHasMessageJoinResultmsg$fMutListElemsJoinResult$fListElemmsgJoinResult$fIsPtrmsgJoinResult$fToStructmsgJoinResult$fFromStructmsgJoinResult$fAllocatesProvisionId$fMessageDefaultProvisionIdmsg$fHasMessageProvisionIdmsg$fMutListElemsProvisionId$fListElemmsgProvisionId$fIsPtrmsgProvisionId$fToStructmsgProvisionId$fFromStructmsgProvisionId$fMutListElemsSide$fListElemmsgSide $fIsWordSide $fEnumSide$fAllocatesVatId$fMessageDefaultVatIdmsg$fHasMessageVatIdmsg$fMutListElemsVatId$fListElemmsgVatId$fIsPtrmsgVatId$fToStructmsgVatId$fFromStructmsgVatId $fShowSide $fReadSide$fEqSide $fGenericSideReturn''Return'resultsReturn'exceptionReturn'canceledReturn'resultsSentElsewhereReturn'takeFromOtherQuestionReturn'acceptFromThirdPartyReturn'unknown'Return'Return'_newtype_ Resolve'' Resolve'capResolve'exceptionResolve'unknown'Resolve'Resolve'_newtype_PromisedAnswer'Op'PromisedAnswer'Op'noop!PromisedAnswer'Op'getPointerFieldPromisedAnswer'Op'unknown'PromisedAnswer'OpPromisedAnswer'Op_newtype_Exception'TypeException'Type'failedException'Type'overloadedException'Type'disconnectedException'Type'unimplementedException'Type'unknown'Disembargo'context'!Disembargo'context'senderLoopback#Disembargo'context'receiverLoopbackDisembargo'context'acceptDisembargo'context'provideDisembargo'context'unknown'Disembargo'contextDisembargo'context_newtype_Call'sendResultsTo'Call'sendResultsTo'callerCall'sendResultsTo'yourselfCall'sendResultsTo'thirdPartyCall'sendResultsTo'unknown'Call'sendResultsToCall'sendResultsTo_newtype_ThirdPartyCapDescriptor ThirdPartyCapDescriptor_newtype_ReturnReturn_newtype_ResolveResolve_newtype_ReleaseRelease_newtype_ProvideProvide_newtype_PromisedAnswerPromisedAnswer_newtype_PayloadPayload_newtype_MessageTarget'MessageTarget'importedCapMessageTarget'promisedAnswerMessageTarget'unknown' MessageTargetMessageTarget_newtype_Message'Message'unimplemented Message'abort Message'callMessage'returnMessage'finishMessage'resolveMessage'releaseMessage'obsoleteSaveMessage'bootstrapMessage'obsoleteDeleteMessage'provideMessage'accept Message'joinMessage'disembargoMessage'unknown'Message_newtype_Join Join_newtype_FinishFinish_newtype_ ExceptionException_newtype_ DisembargoDisembargo_newtype_CapDescriptor'CapDescriptor'noneCapDescriptor'senderHostedCapDescriptor'senderPromiseCapDescriptor'receiverHostedCapDescriptor'receiverAnswerCapDescriptor'thirdPartyHostedCapDescriptor'unknown' CapDescriptorCapDescriptor_newtype_Call Call_newtype_ BootstrapBootstrap_newtype_AcceptAccept_newtype_get_Accept'questionIdhas_Accept'questionIdset_Accept'questionIdget_Accept'provisionhas_Accept'provisionset_Accept'provisionget_Accept'embargohas_Accept'embargoset_Accept'embargoget_Bootstrap'questionIdhas_Bootstrap'questionIdset_Bootstrap'questionId get_Bootstrap'deprecatedObjectId has_Bootstrap'deprecatedObjectId set_Bootstrap'deprecatedObjectIdget_Call'questionIdhas_Call'questionIdset_Call'questionIdget_Call'targethas_Call'targetset_Call'targetnew_Call'targetget_Call'interfaceIdhas_Call'interfaceIdset_Call'interfaceIdget_Call'methodIdhas_Call'methodIdset_Call'methodIdget_Call'paramshas_Call'paramsset_Call'paramsnew_Call'paramsget_Call'sendResultsTohas_Call'sendResultsTo get_Call'allowThirdPartyTailCall has_Call'allowThirdPartyTailCall set_Call'allowThirdPartyTailCallget_CapDescriptor'has_CapDescriptor'set_CapDescriptor'noneset_CapDescriptor'senderHostedset_CapDescriptor'senderPromise set_CapDescriptor'receiverHosted set_CapDescriptor'receiverAnswer new_CapDescriptor'receiverAnswer"set_CapDescriptor'thirdPartyHosted"new_CapDescriptor'thirdPartyHostedset_CapDescriptor'unknown'get_Disembargo'targethas_Disembargo'targetset_Disembargo'targetnew_Disembargo'targetget_Disembargo'contexthas_Disembargo'contextget_Exception'reasonhas_Exception'reasonset_Exception'reasonnew_Exception'reason$get_Exception'obsoleteIsCallersFault$has_Exception'obsoleteIsCallersFault$set_Exception'obsoleteIsCallersFault get_Exception'obsoleteDurability has_Exception'obsoleteDurability set_Exception'obsoleteDurabilityget_Exception'type_has_Exception'type_set_Exception'type_get_Finish'questionIdhas_Finish'questionIdset_Finish'questionIdget_Finish'releaseResultCapshas_Finish'releaseResultCapsset_Finish'releaseResultCapsget_Join'questionIdhas_Join'questionIdset_Join'questionIdget_Join'targethas_Join'targetset_Join'targetnew_Join'targetget_Join'keyParthas_Join'keyPartset_Join'keyPart get_Message' has_Message'set_Message'unimplementednew_Message'unimplementedset_Message'abortnew_Message'abortset_Message'callnew_Message'callset_Message'returnnew_Message'returnset_Message'finishnew_Message'finishset_Message'resolvenew_Message'resolveset_Message'releasenew_Message'releaseset_Message'obsoleteSaveset_Message'bootstrapnew_Message'bootstrapset_Message'obsoleteDeleteset_Message'providenew_Message'provideset_Message'acceptnew_Message'acceptset_Message'joinnew_Message'joinset_Message'disembargonew_Message'disembargoset_Message'unknown'get_MessageTarget'has_MessageTarget'set_MessageTarget'importedCap set_MessageTarget'promisedAnswer new_MessageTarget'promisedAnswerset_MessageTarget'unknown'get_Payload'contenthas_Payload'contentset_Payload'contentget_Payload'capTablehas_Payload'capTableset_Payload'capTablenew_Payload'capTableget_PromisedAnswer'questionIdhas_PromisedAnswer'questionIdset_PromisedAnswer'questionIdget_PromisedAnswer'transformhas_PromisedAnswer'transformset_PromisedAnswer'transformnew_PromisedAnswer'transformget_Provide'questionIdhas_Provide'questionIdset_Provide'questionIdget_Provide'targethas_Provide'targetset_Provide'targetnew_Provide'targetget_Provide'recipienthas_Provide'recipientset_Provide'recipientget_Release'idhas_Release'idset_Release'idget_Release'referenceCounthas_Release'referenceCountset_Release'referenceCountget_Resolve'promiseIdhas_Resolve'promiseIdset_Resolve'promiseIdget_Resolve'union'has_Resolve'union'get_Return'answerIdhas_Return'answerIdset_Return'answerIdget_Return'releaseParamCapshas_Return'releaseParamCapsset_Return'releaseParamCapsget_Return'union'has_Return'union'get_ThirdPartyCapDescriptor'idhas_ThirdPartyCapDescriptor'idset_ThirdPartyCapDescriptor'id"get_ThirdPartyCapDescriptor'vineId"has_ThirdPartyCapDescriptor'vineId"set_ThirdPartyCapDescriptor'vineIdget_Call'sendResultsTo'has_Call'sendResultsTo'set_Call'sendResultsTo'callerset_Call'sendResultsTo'yourself!set_Call'sendResultsTo'thirdPartyset_Call'sendResultsTo'unknown'get_Disembargo'context'has_Disembargo'context'%set_Disembargo'context'senderLoopback'set_Disembargo'context'receiverLoopbackset_Disembargo'context'acceptset_Disembargo'context'provideset_Disembargo'context'unknown'get_PromisedAnswer'Op'has_PromisedAnswer'Op'set_PromisedAnswer'Op'noop%set_PromisedAnswer'Op'getPointerFieldset_PromisedAnswer'Op'unknown' get_Resolve'' has_Resolve''set_Resolve'capnew_Resolve'capset_Resolve'exceptionnew_Resolve'exceptionset_Resolve'unknown' get_Return'' has_Return''set_Return'resultsnew_Return'resultsset_Return'exceptionnew_Return'exceptionset_Return'canceledset_Return'resultsSentElsewhere set_Return'takeFromOtherQuestionset_Return'acceptFromThirdPartyset_Return'unknown'$fAllocatesAccept$fMessageDefaultAcceptmsg$fHasMessageAcceptmsg$fMutListElemsAccept$fListElemmsgAccept$fIsPtrmsgAccept$fToStructmsgAccept$fFromStructmsgAccept$fAllocatesBootstrap$fMessageDefaultBootstrapmsg$fHasMessageBootstrapmsg$fMutListElemsBootstrap$fListElemmsgBootstrap$fIsPtrmsgBootstrap$fToStructmsgBootstrap$fFromStructmsgBootstrap$fAllocatesCall$fMessageDefaultCallmsg$fHasMessageCallmsg$fMutListElemsCall$fListElemmsgCall$fIsPtrmsgCall$fToStructmsgCall$fFromStructmsgCall$fAllocatesCapDescriptor $fMessageDefaultCapDescriptormsg$fHasMessageCapDescriptormsg$fMutListElemsCapDescriptor$fListElemmsgCapDescriptor$fIsPtrmsgCapDescriptor$fToStructmsgCapDescriptor$fFromStructmsgCapDescriptor$fAllocatesDisembargo$fMessageDefaultDisembargomsg$fHasMessageDisembargomsg$fMutListElemsDisembargo$fListElemmsgDisembargo$fIsPtrmsgDisembargo$fToStructmsgDisembargo$fFromStructmsgDisembargo$fAllocatesException$fMessageDefaultExceptionmsg$fHasMessageExceptionmsg$fMutListElemsException$fListElemmsgException$fIsPtrmsgException$fToStructmsgException$fFromStructmsgException$fAllocatesFinish$fMessageDefaultFinishmsg$fHasMessageFinishmsg$fMutListElemsFinish$fListElemmsgFinish$fIsPtrmsgFinish$fToStructmsgFinish$fFromStructmsgFinish$fAllocatesJoin$fMessageDefaultJoinmsg$fHasMessageJoinmsg$fMutListElemsJoin$fListElemmsgJoin$fIsPtrmsgJoin$fToStructmsgJoin$fFromStructmsgJoin$fAllocatesMessage$fMessageDefaultMessagemsg$fHasMessageMessagemsg$fMutListElemsMessage$fListElemmsgMessage$fIsPtrmsgMessage$fToStructmsgMessage$fFromStructmsgMessage$fAllocatesMessageTarget $fMessageDefaultMessageTargetmsg$fHasMessageMessageTargetmsg$fMutListElemsMessageTarget$fListElemmsgMessageTarget$fIsPtrmsgMessageTarget$fToStructmsgMessageTarget$fFromStructmsgMessageTarget$fAllocatesPayload$fMessageDefaultPayloadmsg$fHasMessagePayloadmsg$fMutListElemsPayload$fListElemmsgPayload$fIsPtrmsgPayload$fToStructmsgPayload$fFromStructmsgPayload$fAllocatesPromisedAnswer!$fMessageDefaultPromisedAnswermsg$fHasMessagePromisedAnswermsg$fMutListElemsPromisedAnswer$fListElemmsgPromisedAnswer$fIsPtrmsgPromisedAnswer$fToStructmsgPromisedAnswer$fFromStructmsgPromisedAnswer$fFromStructmsgMessageTarget'$fAllocatesProvide$fMessageDefaultProvidemsg$fHasMessageProvidemsg$fMutListElemsProvide$fListElemmsgProvide$fIsPtrmsgProvide$fToStructmsgProvide$fFromStructmsgProvide$fAllocatesRelease$fMessageDefaultReleasemsg$fHasMessageReleasemsg$fMutListElemsRelease$fListElemmsgRelease$fIsPtrmsgRelease$fToStructmsgRelease$fFromStructmsgRelease$fAllocatesResolve$fMessageDefaultResolvemsg$fHasMessageResolvemsg$fMutListElemsResolve$fListElemmsgResolve$fIsPtrmsgResolve$fToStructmsgResolve$fFromStructmsgResolve$fAllocatesReturn$fMessageDefaultReturnmsg$fHasMessageReturnmsg$fMutListElemsReturn$fListElemmsgReturn$fIsPtrmsgReturn$fToStructmsgReturn$fFromStructmsgReturn$fFromStructmsgMessage'"$fAllocatesThirdPartyCapDescriptor*$fMessageDefaultThirdPartyCapDescriptormsg&$fHasMessageThirdPartyCapDescriptormsg%$fMutListElemsThirdPartyCapDescriptor$$fListElemmsgThirdPartyCapDescriptor!$fIsPtrmsgThirdPartyCapDescriptor$$fToStructmsgThirdPartyCapDescriptor&$fFromStructmsgThirdPartyCapDescriptor$fFromStructmsgCapDescriptor'$fAllocatesCall'sendResultsTo%$fMessageDefaultCall'sendResultsTomsg!$fHasMessageCall'sendResultsTomsg $fMutListElemsCall'sendResultsTo$fListElemmsgCall'sendResultsTo$fIsPtrmsgCall'sendResultsTo$fToStructmsgCall'sendResultsTo!$fFromStructmsgCall'sendResultsTo"$fFromStructmsgCall'sendResultsTo'$fAllocatesDisembargo'context%$fMessageDefaultDisembargo'contextmsg!$fHasMessageDisembargo'contextmsg $fMutListElemsDisembargo'context$fListElemmsgDisembargo'context$fIsPtrmsgDisembargo'context$fToStructmsgDisembargo'context!$fFromStructmsgDisembargo'context"$fFromStructmsgDisembargo'context'$fMutListElemsException'Type$fListElemmsgException'Type$fIsWordException'Type$fEnumException'Type$fAllocatesPromisedAnswer'Op$$fMessageDefaultPromisedAnswer'Opmsg $fHasMessagePromisedAnswer'Opmsg$fMutListElemsPromisedAnswer'Op$fListElemmsgPromisedAnswer'Op$fIsPtrmsgPromisedAnswer'Op$fToStructmsgPromisedAnswer'Op $fFromStructmsgPromisedAnswer'Op!$fFromStructmsgPromisedAnswer'Op'$fAllocatesResolve'$fMessageDefaultResolve'msg$fHasMessageResolve'msg$fMutListElemsResolve'$fListElemmsgResolve'$fIsPtrmsgResolve'$fToStructmsgResolve'$fFromStructmsgResolve'$fFromStructmsgResolve''$fAllocatesReturn'$fMessageDefaultReturn'msg$fHasMessageReturn'msg$fMutListElemsReturn'$fListElemmsgReturn'$fIsPtrmsgReturn'$fToStructmsgReturn'$fFromStructmsgReturn'$fFromStructmsgReturn''$fShowException'Type$fReadException'Type$fEqException'Type$fGenericException'TypePersistent'SaveResultsPersistent'SaveResults_newtype_Persistent'SaveParamsPersistent'SaveParams_newtype_!get_Persistent'SaveParams'sealFor!has_Persistent'SaveParams'sealFor!set_Persistent'SaveParams'sealFor$get_Persistent'SaveResults'sturdyRef$has_Persistent'SaveResults'sturdyRef$set_Persistent'SaveResults'sturdyRef $fAllocatesPersistent'SaveParams($fMessageDefaultPersistent'SaveParamsmsg$$fHasMessagePersistent'SaveParamsmsg#$fMutListElemsPersistent'SaveParams"$fListElemmsgPersistent'SaveParams$fIsPtrmsgPersistent'SaveParams"$fToStructmsgPersistent'SaveParams$$fFromStructmsgPersistent'SaveParams!$fAllocatesPersistent'SaveResults)$fMessageDefaultPersistent'SaveResultsmsg%$fHasMessagePersistent'SaveResultsmsg$$fMutListElemsPersistent'SaveResults#$fListElemmsgPersistent'SaveResults $fIsPtrmsgPersistent'SaveResults#$fToStructmsgPersistent'SaveResults%$fFromStructmsgPersistent'SaveResultsJsonValue'FieldJsonValue'Field_newtype_JsonValue'CallJsonValue'Call_newtype_ JsonValue'JsonValue'nullJsonValue'booleanJsonValue'numberJsonValue'stringJsonValue'arrayJsonValue'objectJsonValue'callJsonValue'unknown' JsonValueJsonValue_newtype_get_JsonValue'has_JsonValue'set_JsonValue'nullset_JsonValue'booleanset_JsonValue'numberset_JsonValue'stringnew_JsonValue'stringset_JsonValue'arraynew_JsonValue'arrayset_JsonValue'objectnew_JsonValue'objectset_JsonValue'callnew_JsonValue'callset_JsonValue'unknown'get_JsonValue'Call'functionhas_JsonValue'Call'functionset_JsonValue'Call'functionnew_JsonValue'Call'functionget_JsonValue'Call'paramshas_JsonValue'Call'paramsset_JsonValue'Call'paramsnew_JsonValue'Call'paramsget_JsonValue'Field'namehas_JsonValue'Field'nameset_JsonValue'Field'namenew_JsonValue'Field'nameget_JsonValue'Field'valuehas_JsonValue'Field'valueset_JsonValue'Field'valuenew_JsonValue'Field'value$fAllocatesJsonValue$fMessageDefaultJsonValuemsg$fHasMessageJsonValuemsg$fMutListElemsJsonValue$fListElemmsgJsonValue$fIsPtrmsgJsonValue$fToStructmsgJsonValue$fFromStructmsgJsonValue$fAllocatesJsonValue'Call!$fMessageDefaultJsonValue'Callmsg$fHasMessageJsonValue'Callmsg$fMutListElemsJsonValue'Call$fListElemmsgJsonValue'Call$fIsPtrmsgJsonValue'Call$fToStructmsgJsonValue'Call$fFromStructmsgJsonValue'Call$fAllocatesJsonValue'Field"$fMessageDefaultJsonValue'Fieldmsg$fHasMessageJsonValue'Fieldmsg$fMutListElemsJsonValue'Field$fListElemmsgJsonValue'Field$fIsPtrmsgJsonValue'Field$fToStructmsgJsonValue'Field$fFromStructmsgJsonValue'Field$fFromStructmsgJsonValue')$sel:union':Type'anyPointer'unconstrained*$sel:scopeId:Type'anyPointer'unconstrained1$sel:parameterIndex:Type'anyPointer'unconstrained$sel:name:Node'Parameter$sel:name:Node'NestedNode$sel:id:Node'NestedNode$sel:dataWordCount:Node'file$sel:pointerCount:Node'file$$sel:preferredListEncoding:Node'file$sel:isGroup:Node'file $sel:discriminantCount:Node'file!$sel:discriminantOffset:Node'file$sel:fields:Node'file$sel:enumerants:Node'file$sel:methods:Node'file$sel:superclasses:Node'file$sel:type_:Node'file$sel:value:Node'file$sel:targetsFile:Node'file$sel:targetsConst:Node'file$sel:targetsEnum:Node'file$sel:targetsEnumerant:Node'file$sel:targetsStruct:Node'file$sel:targetsField:Node'file$sel:targetsUnion:Node'file$sel:targetsGroup:Node'file$sel:targetsInterface:Node'file$sel:targetsMethod:Node'file$sel:targetsParam:Node'file $sel:targetsAnnotation:Node'file$sel:offset:Field'slot$sel:type_:Field'slot$sel:defaultValue:Field'slot"$sel:hadExplicitDefault:Field'slot$sel:typeId:Field'slot1$sel:id:CodeGeneratorRequest'RequestedFile'Import3$sel:name:CodeGeneratorRequest'RequestedFile'Import*$sel:id:CodeGeneratorRequest'RequestedFile0$sel:filename:CodeGeneratorRequest'RequestedFile/$sel:imports:CodeGeneratorRequest'RequestedFile$sel:scopeId:Brand'Scope$sel:union':Brand'Scope$sel:elementType:Type'void$sel:typeId:Type'void$sel:brand:Type'void$sel:union':Type'void$sel:id:Superclass$sel:brand:Superclass $sel:id:Node$sel:displayName:Node!$sel:displayNamePrefixLength:Node$sel:scopeId:Node$sel:nestedNodes:Node$sel:annotations:Node$sel:parameters:Node$sel:isGeneric:Node$sel:union':Node$sel:name:Method$sel:codeOrder:Method$sel:paramStructType:Method$sel:resultStructType:Method$sel:annotations:Method$sel:paramBrand:Method$sel:resultBrand:Method$sel:implicitParameters:Method$sel:name:Field$sel:codeOrder:Field$sel:annotations:Field$sel:discriminantValue:Field$sel:ordinal:Field$sel:union':Field$sel:name:Enumerant$sel:codeOrder:Enumerant$sel:annotations:Enumerant$sel:nodes:CodeGeneratorRequest($sel:requestedFiles:CodeGeneratorRequest&$sel:capnpVersion:CodeGeneratorRequest$sel:major:CapnpVersion$sel:minor:CapnpVersion$sel:micro:CapnpVersion$sel:scopes:Brand$sel:id:Annotation$sel:value:Annotation$sel:brand:Annotation$fDefaultCapnpVersion$fCerializesCapnpVersion$fMarshalCapnpVersion $fFromStructConstMsgCapnpVersion$fDecerializeCapnpVersion$fDefaultValue$fCerializesValue$fMarshalValue$fFromStructConstMsgValue$fDecerializeValue2$fDefaultCodeGeneratorRequest'RequestedFile'Import5$fCerializesCodeGeneratorRequest'RequestedFile'Import2$fMarshalCodeGeneratorRequest'RequestedFile'Import=$fFromStructConstMsgCodeGeneratorRequest'RequestedFile'Import6$fDecerializeCodeGeneratorRequest'RequestedFile'Import+$fDefaultCodeGeneratorRequest'RequestedFile.$fCerializesCodeGeneratorRequest'RequestedFile+$fMarshalCodeGeneratorRequest'RequestedFile6$fFromStructConstMsgCodeGeneratorRequest'RequestedFile/$fDecerializeCodeGeneratorRequest'RequestedFile$fDefaultField'ordinal$fCerializesField'ordinal$fMarshalField'ordinal!$fFromStructConstMsgField'ordinal$fDecerializeField'ordinal$fDefaultNode'NestedNode$fCerializesNode'NestedNode$fMarshalNode'NestedNode#$fFromStructConstMsgNode'NestedNode$fDecerializeNode'NestedNode$fDefaultNode'Parameter$fCerializesNode'Parameter$fMarshalNode'Parameter"$fFromStructConstMsgNode'Parameter$fDecerializeNode'Parameter&$fDefaultType'anyPointer'unconstrained)$fCerializesType'anyPointer'unconstrained&$fMarshalType'anyPointer'unconstrained1$fFromStructConstMsgType'anyPointer'unconstrained*$fDecerializeType'anyPointer'unconstrained$fDefaultType'anyPointer$fCerializesType'anyPointer$fMarshalType'anyPointer#$fFromStructConstMsgType'anyPointer$fDecerializeType'anyPointer$fDefaultBrand'Scope'$fCerializesBrand'Scope'$fMarshalBrand'Scope' $fFromStructConstMsgBrand'Scope'$fDecerializeBrand'Scope'$fDefaultBrand'Scope$fCerializesBrand'Scope$fMarshalBrand'Scope$fFromStructConstMsgBrand'Scope$fDecerializeBrand'Scope$fDefaultBrand'Binding$fCerializesBrand'Binding$fMarshalBrand'Binding!$fFromStructConstMsgBrand'Binding$fDecerializeBrand'Binding $fDefaultType$fCerializesType $fMarshalType$fFromStructConstMsgType$fDecerializeType$fDefaultBrand$fCerializesBrand$fMarshalBrand$fFromStructConstMsgBrand$fDecerializeBrand$fDefaultField'$fCerializesField'$fMarshalField'$fFromStructConstMsgField'$fDecerializeField'$fDefaultSuperclass$fCerializesSuperclass$fMarshalSuperclass$fFromStructConstMsgSuperclass$fDecerializeSuperclass$fDefaultAnnotation$fCerializesAnnotation$fMarshalAnnotation$fFromStructConstMsgAnnotation$fDecerializeAnnotation$fDefaultMethod$fCerializesMethod$fMarshalMethod$fFromStructConstMsgMethod$fDecerializeMethod$fDefaultField$fCerializesField$fMarshalField$fFromStructConstMsgField$fDecerializeField$fDefaultEnumerant$fCerializesEnumerant$fMarshalEnumerant$fFromStructConstMsgEnumerant$fDecerializeEnumerant$fDefaultNode'$fCerializesNode'$fMarshalNode'$fFromStructConstMsgNode'$fDecerializeNode' $fDefaultNode$fCerializesNode $fMarshalNode$fFromStructConstMsgNode$fDecerializeNode$fDefaultCodeGeneratorRequest $fCerializesCodeGeneratorRequest$fMarshalCodeGeneratorRequest($fFromStructConstMsgCodeGeneratorRequest!$fDecerializeCodeGeneratorRequest$fShowCapnpVersion$fReadCapnpVersion$fEqCapnpVersion$fGenericCapnpVersion $fShowValue $fReadValue $fEqValue$fGenericValue/$fShowCodeGeneratorRequest'RequestedFile'Import/$fReadCodeGeneratorRequest'RequestedFile'Import-$fEqCodeGeneratorRequest'RequestedFile'Import2$fGenericCodeGeneratorRequest'RequestedFile'Import($fShowCodeGeneratorRequest'RequestedFile($fReadCodeGeneratorRequest'RequestedFile&$fEqCodeGeneratorRequest'RequestedFile+$fGenericCodeGeneratorRequest'RequestedFile$fShowField'ordinal$fReadField'ordinal$fEqField'ordinal$fGenericField'ordinal$fShowNode'NestedNode$fReadNode'NestedNode$fEqNode'NestedNode$fGenericNode'NestedNode$fShowNode'Parameter$fReadNode'Parameter$fEqNode'Parameter$fGenericNode'Parameter#$fShowType'anyPointer'unconstrained#$fReadType'anyPointer'unconstrained!$fEqType'anyPointer'unconstrained&$fGenericType'anyPointer'unconstrained$fShowType'anyPointer$fReadType'anyPointer$fEqType'anyPointer$fGenericType'anyPointer $fShowType $fReadType$fEqType $fGenericType $fShowBrand $fReadBrand $fEqBrand$fGenericBrand$fShowBrand'Scope$fReadBrand'Scope$fEqBrand'Scope$fGenericBrand'Scope$fShowBrand'Scope'$fReadBrand'Scope'$fEqBrand'Scope'$fGenericBrand'Scope'$fShowBrand'Binding$fReadBrand'Binding$fEqBrand'Binding$fGenericBrand'Binding $fShowField' $fReadField' $fEqField'$fGenericField'$fShowSuperclass$fReadSuperclass$fEqSuperclass$fGenericSuperclass$fShowAnnotation$fReadAnnotation$fEqAnnotation$fGenericAnnotation $fShowMethod $fReadMethod $fEqMethod$fGenericMethod $fShowField $fReadField $fEqField$fGenericField$fShowEnumerant$fReadEnumerant $fEqEnumerant$fGenericEnumerant $fShowNode' $fReadNode' $fEqNode'$fGenericNode' $fShowNode $fReadNode$fEqNode $fGenericNode$fShowCodeGeneratorRequest$fReadCodeGeneratorRequest$fEqCodeGeneratorRequest$fGenericCodeGeneratorRequest$sel:side:VatId$sel:joinId:ProvisionId$sel:joinId:JoinResult$sel:succeeded:JoinResult$sel:cap:JoinResult$sel:joinId:JoinKeyPart$sel:partCount:JoinKeyPart$sel:partNum:JoinKeyPart$fDefaultJoinKeyPart$fCerializesJoinKeyPart$fMarshalJoinKeyPart$fFromStructConstMsgJoinKeyPart$fDecerializeJoinKeyPart$fDefaultJoinResult$fCerializesJoinResult$fMarshalJoinResult$fFromStructConstMsgJoinResult$fDecerializeJoinResult$fDefaultProvisionId$fCerializesProvisionId$fMarshalProvisionId$fFromStructConstMsgProvisionId$fDecerializeProvisionId$fDefaultVatId$fCerializesVatId$fMarshalVatId$fFromStructConstMsgVatId$fDecerializeVatId$fShowJoinKeyPart$fReadJoinKeyPart$fEqJoinKeyPart$fGenericJoinKeyPart$fShowJoinResult$fReadJoinResult$fEqJoinResult$fGenericJoinResult$fShowProvisionId$fReadProvisionId$fEqProvisionId$fGenericProvisionId $fShowVatId $fReadVatId $fEqVatId$fGenericVatId$sel:id:ThirdPartyCapDescriptor#$sel:vineId:ThirdPartyCapDescriptor$sel:answerId:Return$sel:releaseParamCaps:Return$sel:union':Return$sel:promiseId:Resolve$sel:union':Resolve$sel:id:Release$sel:referenceCount:Release$sel:questionId:Provide$sel:target:Provide$sel:recipient:Provide$sel:questionId:PromisedAnswer$sel:transform:PromisedAnswer$sel:content:Payload$sel:capTable:Payload$sel:questionId:Join$sel:target:Join$sel:keyPart:Join$sel:questionId:Finish$sel:releaseResultCaps:Finish$sel:reason:Exception%$sel:obsoleteIsCallersFault:Exception!$sel:obsoleteDurability:Exception$sel:type_:Exception$sel:target:Disembargo$sel:context:Disembargo$sel:questionId:Call$sel:target:Call$sel:interfaceId:Call$sel:methodId:Call$sel:params:Call$sel:sendResultsTo:Call!$sel:allowThirdPartyTailCall:Call$sel:questionId:Bootstrap!$sel:deprecatedObjectId:Bootstrap$sel:questionId:Accept$sel:provision:Accept$sel:embargo:Accept$fDefaultAccept$fCerializesAccept$fMarshalAccept$fFromStructConstMsgAccept$fDecerializeAccept$fDefaultBootstrap$fCerializesBootstrap$fMarshalBootstrap$fFromStructConstMsgBootstrap$fDecerializeBootstrap$fDefaultException$fCerializesException$fMarshalException$fFromStructConstMsgException$fDecerializeException$fDefaultFinish$fCerializesFinish$fMarshalFinish$fFromStructConstMsgFinish$fDecerializeFinish$fDefaultRelease$fCerializesRelease$fMarshalRelease$fFromStructConstMsgRelease$fDecerializeRelease $fDefaultThirdPartyCapDescriptor#$fCerializesThirdPartyCapDescriptor $fMarshalThirdPartyCapDescriptor+$fFromStructConstMsgThirdPartyCapDescriptor$$fDecerializeThirdPartyCapDescriptor$fDefaultCall'sendResultsTo$fCerializesCall'sendResultsTo$fMarshalCall'sendResultsTo&$fFromStructConstMsgCall'sendResultsTo$fDecerializeCall'sendResultsTo$fDefaultDisembargo'context$fCerializesDisembargo'context$fMarshalDisembargo'context&$fFromStructConstMsgDisembargo'context$fDecerializeDisembargo'context$fDefaultPromisedAnswer'Op$fCerializesPromisedAnswer'Op$fMarshalPromisedAnswer'Op%$fFromStructConstMsgPromisedAnswer'Op$fDecerializePromisedAnswer'Op$fDefaultPromisedAnswer$fCerializesPromisedAnswer$fMarshalPromisedAnswer"$fFromStructConstMsgPromisedAnswer$fDecerializePromisedAnswer$fDefaultMessageTarget$fCerializesMessageTarget$fMarshalMessageTarget!$fFromStructConstMsgMessageTarget$fDecerializeMessageTarget$fDefaultProvide$fCerializesProvide$fMarshalProvide$fFromStructConstMsgProvide$fDecerializeProvide $fDefaultJoin$fCerializesJoin $fMarshalJoin$fFromStructConstMsgJoin$fDecerializeJoin$fDefaultDisembargo$fCerializesDisembargo$fMarshalDisembargo$fFromStructConstMsgDisembargo$fDecerializeDisembargo$fDefaultCapDescriptor$fCerializesCapDescriptor$fMarshalCapDescriptor!$fFromStructConstMsgCapDescriptor$fDecerializeCapDescriptor$fDefaultPayload$fCerializesPayload$fMarshalPayload$fFromStructConstMsgPayload$fDecerializePayload $fDefaultCall$fCerializesCall $fMarshalCall$fFromStructConstMsgCall$fDecerializeCall$fDefaultResolve'$fCerializesResolve'$fMarshalResolve'$fFromStructConstMsgResolve'$fDecerializeResolve'$fDefaultResolve$fCerializesResolve$fMarshalResolve$fFromStructConstMsgResolve$fDecerializeResolve$fDefaultReturn'$fCerializesReturn'$fMarshalReturn'$fFromStructConstMsgReturn'$fDecerializeReturn'$fDefaultReturn$fCerializesReturn$fMarshalReturn$fFromStructConstMsgReturn$fDecerializeReturn$fDefaultMessage$fCerializesMessage$fMarshalMessage$fFromStructConstMsgMessage$fDecerializeMessage $fShowAccept $fReadAccept $fEqAccept$fGenericAccept$fShowBootstrap$fReadBootstrap $fEqBootstrap$fGenericBootstrap$fShowException$fReadException $fEqException$fGenericException $fShowFinish $fReadFinish $fEqFinish$fGenericFinish $fShowRelease $fReadRelease $fEqRelease$fGenericRelease$fShowThirdPartyCapDescriptor$fReadThirdPartyCapDescriptor$fEqThirdPartyCapDescriptor $fGenericThirdPartyCapDescriptor$fShowCall'sendResultsTo$fReadCall'sendResultsTo$fEqCall'sendResultsTo$fGenericCall'sendResultsTo$fShowDisembargo'context$fReadDisembargo'context$fEqDisembargo'context$fGenericDisembargo'context$fShowPromisedAnswer'Op$fReadPromisedAnswer'Op$fEqPromisedAnswer'Op$fGenericPromisedAnswer'Op$fShowPromisedAnswer$fReadPromisedAnswer$fEqPromisedAnswer$fGenericPromisedAnswer$fShowMessageTarget$fReadMessageTarget$fEqMessageTarget$fGenericMessageTarget $fShowProvide $fReadProvide $fEqProvide$fGenericProvide $fShowJoin $fReadJoin$fEqJoin $fGenericJoin$fShowDisembargo$fReadDisembargo$fEqDisembargo$fGenericDisembargo$fShowCapDescriptor$fReadCapDescriptor$fEqCapDescriptor$fGenericCapDescriptor $fShowPayload $fReadPayload $fEqPayload$fGenericPayload $fShowCall $fReadCall$fEqCall $fGenericCall$fShowResolve'$fReadResolve' $fEqResolve'$fGenericResolve' $fShowResolve $fReadResolve $fEqResolve$fGenericResolve $fShowReturn' $fReadReturn' $fEqReturn'$fGenericReturn' $fShowReturn $fReadReturn $fEqReturn$fGenericReturn $fShowMessage $fReadMessage $fEqMessage$fGenericMessage%$sel:sturdyRef:Persistent'SaveResults"$sel:sealFor:Persistent'SaveParams$fDefaultPersistent'SaveParams!$fCerializesPersistent'SaveParams$fMarshalPersistent'SaveParams)$fFromStructConstMsgPersistent'SaveParams"$fDecerializePersistent'SaveParams$fDefaultPersistent'SaveResults"$fCerializesPersistent'SaveResults$fMarshalPersistent'SaveResults*$fFromStructConstMsgPersistent'SaveResults#$fDecerializePersistent'SaveResults$fShowPersistent'SaveParams$fReadPersistent'SaveParams$fEqPersistent'SaveParams$fGenericPersistent'SaveParams$fShowPersistent'SaveResults$fReadPersistent'SaveResults$fEqPersistent'SaveResults$fGenericPersistent'SaveResults$sel:name:JsonValue'Field$sel:value:JsonValue'Field$sel:function:JsonValue'Call$sel:params:JsonValue'Call$fDefaultJsonValue'Field$fCerializesJsonValue'Field$fMarshalJsonValue'Field#$fFromStructConstMsgJsonValue'Field$fDecerializeJsonValue'Field$fDefaultJsonValue'Call$fCerializesJsonValue'Call$fMarshalJsonValue'Call"$fFromStructConstMsgJsonValue'Call$fDecerializeJsonValue'Call$fDefaultJsonValue$fCerializesJsonValue$fMarshalJsonValue$fFromStructConstMsgJsonValue$fDecerializeJsonValue$fShowJsonValue'Field$fReadJsonValue'Field$fEqJsonValue'Field$fGenericJsonValue'Field$fShowJsonValue$fReadJsonValue $fEqJsonValue$fGenericJsonValue$fShowJsonValue'Call$fReadJsonValue'Call$fEqJsonValue'Call$fGenericJsonValue'CallbaseGHC.BaseNothingGHC.WordWord64 Data.EitherLeft(exceptions-0.10.0-DmsI5QMvE6e6QgVkMINEKbControl.Monad.Catch MonadThrowthrowMData.Traversable Traversable PrimCatchTControl.Monad.Catch.PureCatchT(primitive-0.6.4.0-39Pwmm1zkQX6bM7xFUT3JcControl.Monad.Primitive PrimMonadGHC.STST checkIndex mutMsgSegs mutMsgLen&vector-0.12.0.1-GC2xzdMF0QQGz7ZCcRBJRLData.Vector.Mutable mutSegVec mutSegLenData.Vector.Storable.Mutable decodeSeg readMessage writeMessageGHC.IO.ExceptionIOErrorGHC.IO.Handle.FDstdoutstdininternalSetSegwritegrow TraverseMsg NormalList listEltSpeclistAddrptrAddr setPointerToallocNormalListListInt8ListBool ListDouble ListFloat ListWord64 ListWord32 ListWord16 ListWord8 ListInt64 ListInt32 ListInt16 Data.VectorVectordecerializeListOfdecerializeListOfWordWord8bytestring-0.10.8.2Data.ByteString.Internal ByteString text-1.2.3.0Data.Text.InternalList_Annotation"List_Type'anyPointer'unconstrained3List_Type'anyPointer'implicitMethodParameter'group'%List_Type'anyPointer'parameter'group')List_Type'anyPointer'unconstrained'group'List_Type'anyPointerList_Node'ParameterList_Node'NestedNodeList_Node'annotation'group'List_Node'const'group'List_Node'interface'group'List_Node'enum'group'List_Node'struct'group' List_Node'List_Field'ordinalList_Field'group'group'List_Field'slot'group' List_Field'.List_CodeGeneratorRequest'RequestedFile'Import'List_CodeGeneratorRequest'RequestedFileList_Brand'Scope'List_Brand'ScopeList_Brand'Binding List_ValueList_Type'anyPointer'group'List_Type'interface'group'List_Type'struct'group'List_Type'enum'group'List_Type'list'group' List_TypeList_Superclass List_Node List_Method List_FieldList_EnumerantList_ElementSizeList_CodeGeneratorRequestList_CapnpVersion List_BrandList_JoinKeyPart List_VatId List_SideList_ProvisionIdList_JoinResult List_Accept List_Return' List_Resolve'List_PromisedAnswer'OpList_Exception'TypeList_Disembargo'contextList_Call'sendResultsToList_ThirdPartyCapDescriptor List_Return List_Resolve List_Release List_ProvideList_PromisedAnswer List_PayloadList_MessageTarget List_Message List_Join List_FinishList_ExceptionList_DisembargoList_CapDescriptor List_CallList_BootstrapList_Persistent'SaveParamsList_Persistent'SaveResultsList_JsonValueList_JsonValue'FieldList_JsonValue'Call