OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pb_decode_svarint
(Results
1 - 3
of
3
) sorted by null
/external/nanopb-c/
pb_decode.h
131
bool
pb_decode_svarint
(pb_istream_t *stream, int64_t *dest);
pb_decode.c
978
bool
pb_decode_svarint
(pb_istream_t *stream, int64_t *dest)
function
[
all
...]
/external/nanopb-c/tests/alltypes_callback/
decode_alltypes_callback.c
31
if (!
pb_decode_svarint
(stream, &value))
102
if (!
pb_decode_svarint
(stream, &value))
Completed in 49 milliseconds