OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pb_encode_delimited
(Results
1 - 3
of
3
) sorted by null
/external/nanopb-c/
pb_encode.h
72
bool
pb_encode_delimited
(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct);
pb_encode.c
376
bool
pb_encode_delimited
(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct)
function
/external/nanopb-c/tests/encode_unittests/
encode_unittests.c
280
COMMENT("Test
pb_encode_delimited
.")
281
TEST(WRITES(
pb_encode_delimited
(&s, IntegerContainer_fields, &msg),
Completed in 1930 milliseconds