Home
last modified time | relevance | path

Searched defs:string_field (Results 1 – 9 of 9) sorted by relevance

/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.cc903 const FieldDescriptor* string_field = desc->FindFieldByName( in TEST() local
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto132 repeated string string_field = 3; field
/external/protobuf/js/
Dtest.proto140 optional string string_field = 1 [default="default<>\'\"abc"]; field
/external/boringssl/src/ssl/test/
Dtest_config.cc242 std::string *string_field = FindField(out_config, kStringFlags, flag); in ParseFlag() local
/external/toybox/toys/posix/
Dps.c502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() function
/external/golang-protobuf/proto/test_proto/
Dtest.proto433 optional string string_field = 1; field
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1166 string_field = messages.StringField(2) variable in FieldTest.testNonAsciiStr.Thing