dproto v2.1.6 (2020-05-02T23:33:48Z)
Home
Dub
Repo
CntRange
dproto
serialize
Simple range that ignores data but counts the length
struct
CntRange {
@
nogc
size_t
cnt
;
void
put
(ubyte );
void
put
(ubyte[] ary);
}
Alias This
cnt
Members
Functions
put
void
put
(ubyte[] ary)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(ubyte )
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cnt
size_t
cnt
;
Undocumented in source.
Meta
Source
See Implementation
dproto
serialize
enums
isProtoInputRange
isProtoOutputRange
functions
defaultDecode
fromVarint
fromZigZag
isBuiltinType
msgNum
msgType
readProto
readVarint
toVarint
toZigZag
wireType
writeProto
manifest constants
ENUM_SERIALIZATION
PACKED_MSG_TYPE
structs
CntRange
templates
BuffType
PossiblyNullable
SpecifiedDefaultValue
UnspecifiedDefaultValue
Simple range that ignores data but counts the length