OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rep_sfixed32_count
(Results
1 - 7
of
7
) sorted by null
/external/nanopb-c/tests/alltypes/
encode_alltypes.c
50
alltypes.
rep_sfixed32_count
= 5; alltypes.rep_sfixed32[4] = -2009;
decode_alltypes.c
63
TEST(alltypes.
rep_sfixed32_count
== 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed32[0] == 0);
/external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h
80
size_t
rep_sfixed32_count
;
member in struct:_AllTypes
encode_legacy.c
53
alltypes.
rep_sfixed32_count
= 5; alltypes.rep_sfixed32[4] = -2009;
decode_legacy.c
66
TEST(alltypes.
rep_sfixed32_count
== 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed32[0] == 0);
/external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c
135
alltypes.
rep_sfixed32_count
= 5; alltypes.rep_sfixed32 = rep_sfixed32;
decode_alltypes_pointer.c
60
TEST(alltypes.
rep_sfixed32_count
== 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed32[0] == 0);
Completed in 36 milliseconds