Home
last modified time | relevance | path

Searched refs:rep_sfixed32 (Results 1 – 13 of 13) sorted by relevance

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c47 int32_t rep_sfixed32[5] = {0, 0, 0, 0, -2009}; in main() local
135 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32 = rep_sfixed32; in main()
Ddecode_alltypes_pointer.c60 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c190 int32_t rep_sfixed32 = -2009; in main() local
289 alltypes.rep_sfixed32.funcs.encode = &write_repeated_fixed32; in main()
290 alltypes.rep_sfixed32.arg = &rep_sfixed32; in main()
Ddecode_alltypes_callback.c196 int32_t rep_sfixed32[5] = {0, 0, 0, 0, -2009}; in check_alltypes() local
305 alltypes.rep_sfixed32.funcs.decode = &read_repeated_fixed32; in check_alltypes()
306 alltypes.rep_sfixed32.arg = rep_sfixed32; in check_alltypes()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c64 PB_FIELD( 29, SFIXED32, REPEATED, STATIC, AllTypes, rep_sfixed32, rep_fixed32, 0),
65 PB_FIELD( 30, FLOAT , REPEATED, STATIC, AllTypes, rep_float, rep_sfixed32, 0),
Ddecode_legacy.c66 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
Dencode_legacy.c53 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
Dalltypes_legacy.h81 int32_t rep_sfixed32[5]; member
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c63 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
Dencode_alltypes.c50 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
Dalltypes.proto69 repeated sfixed32 rep_sfixed32= 29 [packed = true]; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto69 repeated sfixed32 rep_sfixed32= 29; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto69 repeated sfixed32 rep_sfixed32= 29; field