Searched refs:rep_float (Results 1 – 14 of 14) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 48 float rep_float[5] = {0, 0, 0, 0, 2010.0f}; in main() local 136 alltypes.rep_float_count = 5; alltypes.rep_float = rep_float; in main()
|
D | decode_alltypes_pointer.c | 61 …TEST(alltypes.rep_float_count == 5 && alltypes.rep_float[4] == 2010.0f && alltypes.rep_float[0] ==… in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 191 float rep_float = 2010.0f; in main() local 292 alltypes.rep_float.funcs.encode = &write_repeated_fixed32; in main() 293 alltypes.rep_float.arg = &rep_float; in main()
|
D | decode_alltypes_callback.c | 197 float rep_float[5] = {0, 0, 0, 0, 2010.0f}; in check_alltypes() local 308 alltypes.rep_float.funcs.decode = &read_repeated_fixed32; in check_alltypes() 309 alltypes.rep_float.arg = rep_float; in check_alltypes()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 65 PB_FIELD( 30, FLOAT , REPEATED, STATIC, AllTypes, rep_float, rep_sfixed32, 0), 66 PB_FIELD( 31, FIXED64 , REPEATED, STATIC, AllTypes, rep_fixed64, rep_float, 0),
|
D | decode_legacy.c | 67 …TEST(alltypes.rep_float_count == 5 && alltypes.rep_float[4] == 2010.0f && alltypes.rep_float[0] ==… in check_alltypes()
|
D | alltypes_legacy.h | 83 float rep_float[5]; member
|
D | encode_legacy.c | 54 alltypes.rep_float_count = 5; alltypes.rep_float[4] = 2010.0f; in main()
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 64 …TEST(alltypes.rep_float_count == 5 && alltypes.rep_float[4] == 2010.0f && alltypes.rep_float[0] ==… in check_alltypes()
|
D | encode_alltypes.c | 51 alltypes.rep_float_count = 5; alltypes.rep_float[4] = 2010.0f; in main()
|
D | alltypes.proto | 70 repeated float rep_float = 30 [packed = true]; field
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | books.proto | 132 repeated float rep_float = 28; field 155 repeated float rep_float = 28 [packed=true]; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 70 repeated float rep_float = 30; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 70 repeated float rep_float = 30; field
|