Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cc902 const FieldDescriptor* string_field = desc->FindFieldByName( in TEST() local
909 refl->SetString(message, string_field, "Test value"); in TEST()
/frameworks/base/tools/streaming_proto/test/
Dtest.proto109 optional string string_field = 140; field
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
Dtest.proto103 optional string string_field = 140; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto132 repeated string string_field = 3; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Dtest.proto140 optional string string_field = 1 [default="default<>\'\"abc"]; field
/frameworks/base/tools/stats_log_api_gen/
Dtest.proto52 optional string string_field = 10; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dreflection_test.py1750 string_field = message2.str
1751 self.assertTrue(unicode_decode_failed or type(string_field) is bytes)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt25 * When you assign a string field `a.string_field = "X"`, we now call
/frameworks/base/cmds/statsd/src/
Datoms.proto3405 optional string string_field = 5; field