Searched refs:rep_enum (Results 1 – 13 of 13) sorted by relevance
/external/nanopb-c/tests/alltypes_pointer/ |
D | encode_alltypes_pointer.c | 63 MyEnum rep_enum[5] = {0, 0, 0, 0, MyEnum_Truth}; in main() local 143 alltypes.rep_enum_count = 5; alltypes.rep_enum = rep_enum; in main()
|
D | decode_alltypes_pointer.c | 76 …TEST(alltypes.rep_enum_count == 5 && alltypes.rep_enum[4] == MyEnum_Truth && alltypes.rep_enum[0] … in check_alltypes()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | decode_alltypes_callback.c | 208 int32_t rep_enum[5] = {0, 0, 0, 0, MyEnum_Truth}; in check_alltypes() local 329 alltypes.rep_enum.funcs.decode = &read_repeated_varint; in check_alltypes() 330 alltypes.rep_enum.arg = rep_enum; in check_alltypes()
|
D | encode_alltypes_callback.c | 313 alltypes.rep_enum.funcs.encode = &write_repeated_varint; in main() 314 alltypes.rep_enum.arg = (void*)MyEnum_Truth; in main()
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 72 PB_FIELD( 37, ENUM , REPEATED, STATIC, AllTypes, rep_enum, rep_submsg, 0), 73 …PB_FIELD( 41, INT32 , OPTIONAL, STATIC, AllTypes, opt_int32, rep_enum, &AllTypes_opt_int32_defau…
|
D | decode_legacy.c | 82 …TEST(alltypes.rep_enum_count == 5 && alltypes.rep_enum[4] == MyEnum_Truth && alltypes.rep_enum[0] … in check_alltypes()
|
D | encode_legacy.c | 70 alltypes.rep_enum_count = 5; alltypes.rep_enum[4] = MyEnum_Truth; in main()
|
D | alltypes_legacy.h | 97 MyEnum rep_enum[5]; member
|
/external/nanopb-c/tests/alltypes/ |
D | decode_alltypes.c | 79 …TEST(alltypes.rep_enum_count == 5 && alltypes.rep_enum[4] == MyEnum_Truth && alltypes.rep_enum[0] … in check_alltypes()
|
D | encode_alltypes.c | 67 alltypes.rep_enum_count = 5; alltypes.rep_enum[4] = MyEnum_Truth; in main()
|
D | alltypes.proto | 79 repeated MyEnum rep_enum = 37 [packed = true]; field
|
/external/nanopb-c/tests/field_size_16/ |
D | alltypes.proto | 79 repeated MyEnum rep_enum = 10037; field
|
/external/nanopb-c/tests/field_size_32/ |
D | alltypes.proto | 79 repeated MyEnum rep_enum = 10037; field
|