protocolbuffer ~master (2016-07-30T21:12:02Z)
Home
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
fromByteBlob
fromByteString
fromPacked
fromVarint
genHeader
getFieldNumber
getWireType
ripUField
toByteBlob
toByteString
toPacked
toVarint
Encode a varint without a header.