Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dunittest_optimize_for.proto56 string string_field = 3; field
/external/boringssl/src/ssl/test/
Dtest_config.cc160 std::string *string_field = FindField(out_config, kStringFlags, argv[i]); in ParseConfig() local
/external/protobuf/java/src/test/java/com/google/protobuf/
Dtest_bad_identifiers.proto127 repeated string string_field = 3; field
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
Dservice_handlers_test.py68 string_field = messages.StringField(2) variable in Request1
76 string_field = messages.StringField(2) variable in Response1
/external/toybox/toys/posix/
Dps.c400 static char *string_field(struct carveup *tb, struct strawberry *field) in string_field() function
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dmessages_test.py1119 string_field = messages.StringField(2) variable in FieldTest.testNonAsciiStr.Thing