/aosp_15_r20/external/perfetto/src/protozero/test/ |
H A D | cppgen_conformance_unittest.cc | 215 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 D | decode_alltypes_callback.c | 202 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 D | encode_alltypes_callback.c | 241 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 D | encode_alltypes_pointer.c | 53 char* rep_string[5] = {"", "", "", "", "2014"}; in main() local 147 alltypes.rep_string_count = 5; alltypes.rep_string = rep_string; in main()
|
H A D | decode_alltypes_pointer.c | 69 …(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 D | decode_alltypes_callback.c | 211 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 D | encode_alltypes_callback.c | 309 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 D | decode_alltypes.c | 46 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
|
H A D | alltypes.proto | 80 repeated string rep_string = 34; field
|
H A D | encode_alltypes.c | 34 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 D | decode_alltypes.c | 46 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
|
H A D | encode_alltypes.c | 34 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
|
H A D | alltypes.proto | 80 repeated string rep_string = 34; field
|
/aosp_15_r20/external/nanopb-c/tests/without_64bit/ |
H A D | decode_alltypes.c | 59 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
|
H A D | encode_alltypes.c | 44 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
|
H A D | alltypes.proto | 61 repeated string rep_string = 34; field
|
/aosp_15_r20/external/perfetto/src/shared_lib/test/protos/ |
H A D | test_messages.pzc.h | 141 rep_string, 232 rep_string,
|
/aosp_15_r20/external/nanopb-c/tests/backwards_compatibility/ |
H A D | decode_legacy.c | 70 …(alltypes.rep_string_count == 5 && strcmp(alltypes.rep_string[4], "2014") == 0 && alltypes.rep_str… in check_alltypes()
|
H A D | alltypes_legacy.c | 97 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 D | encode_legacy.c | 60 alltypes.rep_string_count = 5; strcpy(alltypes.rep_string[4], "2014"); in main()
|
H A D | alltypes_legacy.proto | 77 repeated string rep_string = 34; field
|
/aosp_15_r20/external/perfetto/src/protozero/test/example_proto/ |
H A D | test_messages.proto | 149 repeated string rep_string = 4; field 175 repeated string rep_string = 4; field
|
/aosp_15_r20/external/nanopb-c/tests/fuzztest/ |
H A D | fuzztest.c | 185 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 D | decode_alltypes.c | 75 …(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 D | alltypes.proto | 78 repeated string rep_string = 10034; field
|