Home
last modified time | relevance | path

Searched refs:string_field (Results 1 – 22 of 22) sorted by relevance

/external/libtextclassifier/native/utils/
Dlua-utils_test.cc150 EXPECT_THAT(test_data->string_field, "1"); in TEST_F()
223 input_data.string_field = "hello there"; in TEST_F()
227 input_data.nested_field->string_field = "hello nested"; in TEST_F()
243 input_data.repeated_nested_field.back()->string_field = "a"; in TEST_F()
246 input_data.repeated_nested_field.back()->string_field = "b"; in TEST_F()
308 EXPECT_THAT(test_data->string_field, "hello there"); in TEST_F()
322 EXPECT_THAT(test_data->nested_field->string_field, "hello nested"); in TEST_F()
324 EXPECT_THAT(test_data->repeated_nested_field[0]->string_field, "a"); in TEST_F()
325 EXPECT_THAT(test_data->repeated_nested_field[1]->string_field, "b"); in TEST_F()
Dlua_utils_tests.fbs29 string_field: string;
/external/protobuf/src/google/protobuf/
Dunittest_well_known_types.proto40 google.protobuf.StringValue string_field = 17; field
65 repeated google.protobuf.StringValue string_field = 17; field
87 google.protobuf.StringValue string_field = 17; field
112 map<int32,google.protobuf.StringValue> string_field = 17; field
Dunittest_optimize_for.proto57 string string_field = 3; field
Darena_unittest.cc948 const FieldDescriptor* string_field = desc->FindFieldByName("oneof_string"); in TEST() local
953 refl->SetString(message, string_field, "Test value"); in TEST()
Dtest_util.inc152 // open source release; see comments in compiler/cpp/string_field.cc.
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto40 google.protobuf.StringValue string_field = 17; field
65 repeated google.protobuf.StringValue string_field = 17; field
87 google.protobuf.StringValue string_field = 17; field
112 map<int32,google.protobuf.StringValue> string_field = 17; field
/external/protobuf/objectivec/Tests/
Dunittest_deprecated.proto48 optional string string_field = 1 [deprecated=true]; field
83 optional string string_field = 1; field
Dunittest_deprecated_file.proto50 optional string string_field = 1; field
Dunittest_objc.proto43 optional string string_field = 1; field
/external/golang-protobuf/proto/
Dtext_test.go225 }}, `msg:<string_field:"why hello!" >`},
327 `string_field: "\000\001\377\201"` + "\n",
/external/toybox/toys/posix/
Dps.c502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() function
645 char *out = string_field(tb, field); in show_ps()
1234 memccpy(toybuf, string_field(ta, field), 0, 2048); in ksort()
1236 ret = strcmp(toybuf, string_field(tb, field)); in ksort()
1384 int len = strlen(string_field(tbsort[i], field)); in ps_main()
1593 run[1+stridx("RTtZ", *string_field(mix.tb[i], &field))]++; in top_common()
1655 field->len, string_field(&tb, field)); in top_common()
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto131 repeated string string_field = 3; field
/external/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto140 optional string string_field = 1 [default="default<>\'\"abc"]; field
/external/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto140 optional string string_field = 1 [default="default<>\'\"abc"]; field
/external/protobuf/js/
Dtest.proto147 optional string string_field = 1 [default = "default<>\'\"abc"]; field
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc242 std::string *string_field = FindField(out_config, kStringFlags, flag); in ParseFlag() local
243 if (string_field != NULL) { in ParseFlag()
250 string_field->assign(argv[*i]); in ParseFlag()
/external/boringssl/src/ssl/test/
Dtest_config.cc258 std::string *string_field = FindField(out_config, kStringFlags, flag); in ParseFlag() local
259 if (string_field != NULL) { in ParseFlag()
266 string_field->assign(argv[*i]); in ParseFlag()
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py381 string_field = messages.StringField(1, repeated=True)
383 messages.FieldList, string_field, 'abc')
1171 string_field = messages.StringField(2) variable in FieldTest.testNonUtf8Str.Thing
/external/golang-protobuf/proto/test_proto/
Dtest.proto433 optional string string_field = 1; field
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py1937 string_field = message2.str
1938 self.assertTrue(unicode_decode_failed or type(string_field) is bytes)
/external/protobuf/
DCHANGES.txt834 * When you assign a string field `a.string_field = "X"`, we now call