diff --git a/goodbyeget/libp2p/protobuf/minprotobuf.html b/goodbyeget/libp2p/protobuf/minprotobuf.html index 084ec9211..752f1a33c 100644 --- a/goodbyeget/libp2p/protobuf/minprotobuf.html +++ b/goodbyeget/libp2p/protobuf/minprotobuf.html @@ -438,9 +438,9 @@ class="link-seesrc" target="_blank">Source Protobuf's message representation object Source - Edit + Edit @@ -452,9 +452,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -482,9 +482,9 @@ class="link-seesrc" target="_blank">Source Protobuf's message field representation object Source - Edit + Edit @@ -495,9 +495,9 @@ class="link-seesrc" target="_blank">Source Protobuf's field types enum Source - Edit + Edit @@ -508,9 +508,9 @@ class="link-seesrc" target="_blank">Source Protobuf's encoding types Source - Edit + Edit @@ -523,9 +523,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -535,9 +535,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -550,9 +550,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -567,9 +567,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -584,9 +584,9 @@ class="link-seesrc" target="_blank">Source Prepare protobuf's buffer pb for writing to stream. Source - Edit + Edit @@ -597,9 +597,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -611,9 +611,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -624,9 +624,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -638,9 +638,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -651,9 +651,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -665,9 +665,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -678,9 +678,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -691,9 +691,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -704,9 +704,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -718,9 +718,9 @@ class="link-seesrc" target="_blank">Source Initialize ProtoBuffer with copy of data. Source - Edit + Edit @@ -732,9 +732,9 @@ class="link-seesrc" target="_blank">Source Initialize ProtoBuffer with shallow copy of data. Source - Edit + Edit @@ -745,9 +745,9 @@ class="link-seesrc" target="_blank">Source Initialize ProtoBuffer with new sequence of capacity cap. Source - Edit + Edit @@ -757,9 +757,9 @@ class="link-seesrc" target="_blank">Source Returns number of bytes required to store protobuf's field field. Source - Edit + Edit @@ -770,9 +770,9 @@ class="link-seesrc" target="_blank">Source Encode Protobuf's sub-message value and store it to protobuf's buffer pb with field number field. Source - Edit + Edit @@ -783,9 +783,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -796,9 +796,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -809,9 +809,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -826,9 +826,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -837,42 +837,6 @@ class="link-seesrc" target="_blank">Source
template getProtoHeader(field: ProtoField): uint64
template getProtoHeader(index: int; wire: ProtoFieldKind): uint64
template getPtr(pb: ProtoBuffer): pointer
template isEmpty(pb: ProtoBuffer): bool
template getProtoHeader(field: ProtoField): uint64
template isEnough(pb: ProtoBuffer; length: int): bool
template getProtoHeader(index: int; wire: ProtoFieldKind): uint64
template getPtr(pb: ProtoBuffer): pointer
template toOpenArray(pb: ProtoBuffer): untyped
template isEmpty(pb: ProtoBuffer): bool
template isEnough(pb: ProtoBuffer; length: int): bool
template toOpenArray(pb: ProtoBuffer): untyped
LPSomeVarint = LPSomeUVarint
PB = object -
PBSomeSVarint = hint | hint64 | hint32
PBSomeUVarint = uint | uint64 | uint32
PBSomeVarint = PBSomeUVarint | PBSomeSVarint | PBZigVarint
PBZigVarint = zint | zint64 | zint32
LPSomeVarint = LPSomeUVarint
PB = object +
PBSomeUVarint = uint | uint64 | uint32
PBSomeVarint = PBSomeUVarint | PBSomeSVarint | PBZigVarint
Note, when decoding 10th byte of 64bit integer only 1 bit from byte will be decoded, all other bits will be ignored. When decoding 5th byte of 32bit integer only 4 bits from byte will be decoded, all other bits will be ignored.
Source - Edit + Edit @@ -615,9 +615,9 @@ class="link-seesrc" target="_blank">SourceLibP2P When decoding 5th byte of 32bit integer only 4 bits from byte will be decoded, all other bits will be ignored.
Source - Edit + Edit @@ -629,9 +629,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -647,9 +647,9 @@ class="link-seesrc" target="_blank">SourceMaximum encoded length of 64bit integer is 10 octets. Maximum encoded length of 32bit integer is 5 octets.
Source - Edit + Edit @@ -666,9 +666,9 @@ class="link-seesrc" target="_blank">SourceLibP2P Maximum encoded length of 63bit integer is 9 octets. Maximum encoded length of 32bit integer is 5 octets.
Source - Edit + Edit @@ -680,9 +680,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -692,9 +692,9 @@ class="link-seesrc" target="_blank">Source Returns number of bytes required to encode integer x as varint. Source - Edit + Edit @@ -709,9 +709,9 @@ class="link-seesrc" target="_blank">Source Source - Edit + Edit @@ -725,7 +725,7 @@ class="link-seesrc" target="_blank">Source