Home
last modified time | relevance | path

Searched refs:rep_string (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/perfetto/src/protozero/test/
H A Dcppgen_conformance_unittest.cc215 EXPECT_EQ(msg_v1.rep_string()[0], "root-rep-string-1"); in TEST()
216 EXPECT_EQ(msg_v1.rep_string()[1], "root-rep-string-2"); in TEST()
247 EXPECT_EQ(msg_v2.rep_string()[0], "root-rep-string-1"); in TEST()
248 EXPECT_EQ(msg_v2.rep_string()[1], "root-rep-string-2"); in TEST()
249 EXPECT_EQ(msg_v2.rep_string()[2], "extra-string"); in TEST()
/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3_callback/
H A Ddecode_alltypes_callback.c202 char* rep_string[5] = {"", "", "", "", "2014"}; in check_alltypes() local
263 alltypes.rep_string.funcs.decode = &read_repeated_string; in check_alltypes()
264 alltypes.rep_string.arg = rep_string; in check_alltypes()
H A Dencode_alltypes_callback.c241 alltypes.rep_string.funcs.encode = &write_repeated_string; in main()
242 alltypes.rep_string.arg = "2014"; in main()
/aosp_15_r20/external/nanopb-c/tests/alltypes_pointer/
H A Dencode_alltypes_pointer.c53 char* rep_string[5] = {"", "", "", "", "2014"}; in main() local
147 alltypes.rep_string_count = 5; alltypes.rep_string = rep_string; in main()
H A Ddecode_alltypes_pointer.c69 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
/aosp_15_r20/external/nanopb-c/tests/alltypes_callback/
H A Ddecode_alltypes_callback.c211 char* rep_string[5] = {"", "", "", "", "2014"}; in check_alltypes() local
329 alltypes.rep_string.funcs.decode = &read_repeated_string; in check_alltypes()
330 alltypes.rep_string.arg = rep_string; in check_alltypes()
H A Dencode_alltypes_callback.c309 alltypes.rep_string.funcs.encode = &write_repeated_string; in main()
310 alltypes.rep_string.arg = "2014"; in main()
/aosp_15_r20/external/nanopb-c/tests/alltypes_proto3/
H A Ddecode_alltypes.c46 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
H A Dalltypes.proto80 repeated string rep_string = 34; field
H A Dencode_alltypes.c34 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
/aosp_15_r20/external/nanopb-c/tests/field_size_16_proto3/
H A Ddecode_alltypes.c46 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
H A Dencode_alltypes.c34 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
H A Dalltypes.proto80 repeated string rep_string = 34; field
/aosp_15_r20/external/nanopb-c/tests/without_64bit/
H A Ddecode_alltypes.c59 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
H A Dencode_alltypes.c44 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
H A Dalltypes.proto61 repeated string rep_string = 34; field
/aosp_15_r20/external/perfetto/src/shared_lib/test/protos/
H A Dtest_messages.pzc.h141 rep_string,
232 rep_string,
/aosp_15_r20/external/nanopb-c/tests/backwards_compatibility/
H A Ddecode_legacy.c70 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
H A Dalltypes_legacy.c97 PB_FIELD( 34, STRING , REPEATED, STATIC , OTHER, AllTypes, rep_string, rep_double, 0),
98 PB_FIELD( 35, BYTES , REPEATED, STATIC , OTHER, AllTypes, rep_bytes, rep_string, 0),
H A Dencode_legacy.c60 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
H A Dalltypes_legacy.proto77 repeated string rep_string = 34; field
/aosp_15_r20/external/perfetto/src/protozero/test/example_proto/
H A Dtest_messages.proto149 repeated string rep_string = 4; field
175 repeated string rep_string = 4; field
/aosp_15_r20/external/nanopb-c/tests/fuzztest/
H A Dfuzztest.c185 assert(strlen(msg->rep_string[0]) < sizeof(msg->rep_string[0])); in sanity_check_static()
/aosp_15_r20/external/nanopb-c/tests/alltypes/
H A Ddecode_alltypes.c75 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
/aosp_15_r20/external/nanopb-c/tests/field_size_32/
H A Dalltypes.proto78 repeated string rep_string = 10034; field

12