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