OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pb_dec_varint
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/tests/decode_unittests/
decode_unittests.c
113
COMMENT("Test
pb_dec_varint
using uint32_t")
114
TEST(
pb_dec_varint
(&s, &f, &d) && d == 1)
119
TEST(
pb_dec_varint
(&s, &f, &d) && (d == 0xFF || d == 0xFF000000))
/external/nanopb-c/
pb_decode.c
49
static bool checkreturn
pb_dec_varint
(pb_istream_t *stream, const pb_field_t *field, void *dest);
64
&
pb_dec_varint
,
1034
static bool checkreturn
pb_dec_varint
(pb_istream_t *stream, const pb_field_t *field, void *dest)
function
[
all
...]
Completed in 1313 milliseconds