protocolbuffer ~master (2022-05-04T12:34:33.95522)
Dub
Repo
toVarint
dprotobuf
wireformat
Encode a varint without a header.
ubyte
[]
toVarint
(bool input, int field)
ubyte
[]
toVarint
(uint input, int field)
ubyte
[]
toVarint
(int input, int field)
ubyte
[]
toVarint
(ulong input, int field)
ubyte
[]
toVarint
(long input, int field)
ubyte
[]
toVarint
(long input)
ubyte
[]
toVarint
(
long
input
)
Meta
Source
See Implementation
dprotobuf
wireformat
enums
WireType
functions
back
empty
fromByteBlob
fromByteString
fromPacked
fromSInt
fromVarint
genHeader
getFieldNumber
getWireType
popBack
ripUField
skipOver
to
toByteBlob
toByteString
toPacked
toSInt
toVarint
Encode a varint without a header.