OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pb_decode_fixed64
(Results
1 - 5
of
5
) sorted by null
/external/nanopb-c/tests/callbacks/
decode_callbacks.c
51
if (!
pb_decode_fixed64
(stream, &value))
/external/nanopb-c/
pb_decode.h
139
bool
pb_decode_fixed64
(pb_istream_t *stream, void *dest);
pb_decode.c
1011
bool
pb_decode_fixed64
(pb_istream_t *stream, void *dest)
function
[
all
...]
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
51
if (!
pb_decode_fixed64
(stream, &value))
124
if (!
pb_decode_fixed64
(stream, &value))
/external/nanopb-c/docs/
reference.rst
682
For decoding numeric (including enumerated and boolean) values, use `pb_decode_varint`_, `pb_decode_svarint`_, `pb_decode_fixed32`_ and `
pb_decode_fixed64
`_. They take a pointer to a 32- or 64-bit C variable, which you may then cast to smaller datatype for storage.
720
pb_decode_fixed64
[
all
...]
Completed in 474 milliseconds