Searched refs:rep_sfixed32 (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 47 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()
|
D | decode_alltypes_pointer.c | 60 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 190 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()
|
D | decode_alltypes_callback.c | 196 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/ |
D | alltypes_legacy.c | 64 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),
|
D | decode_legacy.c | 66 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
|
D | encode_legacy.c | 53 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
|
D | alltypes_legacy.h | 81 int32_t rep_sfixed32[5]; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 63 …TEST(alltypes.rep_sfixed32_count == 5 && alltypes.rep_sfixed32[4] == -2009 && alltypes.rep_sfixed3… in check_alltypes()
|
D | encode_alltypes.c | 50 alltypes.rep_sfixed32_count = 5; alltypes.rep_sfixed32[4] = -2009; in main()
|
D | alltypes.proto | 69 repeated sfixed32 rep_sfixed32= 29 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 69 repeated sfixed32 rep_sfixed32= 29; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 69 repeated sfixed32 rep_sfixed32= 29; field
|