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