OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rep_uint64_count
(Results
1 - 7
of
7
) sorted by null
/external/nanopb-c/tests/alltypes/
encode_alltypes.c
44
alltypes.
rep_uint64_count
= 5; alltypes.rep_uint64[4] = 2004;
decode_alltypes.c
57
TEST(alltypes.
rep_uint64_count
== 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] == 0);
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
70
size_t
rep_uint64_count
;
member in struct:_AllTypes
encode_legacy.c
47
alltypes.
rep_uint64_count
= 5; alltypes.rep_uint64[4] = 2004;
decode_legacy.c
60
TEST(alltypes.
rep_uint64_count
== 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] == 0);
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
130
alltypes.
rep_uint64_count
= 5; alltypes.rep_uint64 = rep_uint64;
decode_alltypes_pointer.c
54
TEST(alltypes.
rep_uint64_count
== 5 && alltypes.rep_uint64[4] == 2004 && alltypes.rep_uint64[0] == 0);
Completed in 31 milliseconds