Home
last modified time | relevance | path

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

/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c63 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()
Ddecode_alltypes_pointer.c76 …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/
Ddecode_alltypes_callback.c208 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()
Dencode_alltypes_callback.c313 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/
Dalltypes_legacy.c72 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…
Ddecode_legacy.c82 …TEST(alltypes.rep_enum_count == 5 && alltypes.rep_enum[4] == MyEnum_Truth && alltypes.rep_enum[0] … in check_alltypes()
Dalltypes_legacy.h97 MyEnum rep_enum[5]; member
Dencode_legacy.c70 alltypes.rep_enum_count = 5; alltypes.rep_enum[4] = MyEnum_Truth; in main()
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c79 …TEST(alltypes.rep_enum_count == 5 && alltypes.rep_enum[4] == MyEnum_Truth && alltypes.rep_enum[0] … in check_alltypes()
Dencode_alltypes.c67 alltypes.rep_enum_count = 5; alltypes.rep_enum[4] = MyEnum_Truth; in main()
Dalltypes.proto79 repeated MyEnum rep_enum = 37 [packed = true]; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto79 repeated MyEnum rep_enum = 10037; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto79 repeated MyEnum rep_enum = 10037; field