Home
last modified time | relevance | path

Searched defs:StringField (Results 1 – 15 of 15) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs429 public string StringField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1155 public pbc::RepeatedField<string> StringField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1676 public string StringField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
1716 StringField = 17, enumerator
2377 public pbc::MapField<int, string> StringField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
DUnittestProto3.cs3286 public string StringField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
/external/perfetto/src/trace_processor/util/
Dprotozero_to_text_unittests.cc196 TEST(ProtozeroToTextTest, StringField) { in TEST() argument
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto143 repeated string StringField = 23; // NO_PROTO3 field
/external/golang-protobuf/jsonpb/
Djsonpb_test.go1094 StringField *stringField `protobuf:"bytes,1,opt,name=stringField"` member
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py826 class StringField(object): class
/external/perfetto/src/perfetto_cmd/
Dpbtxt_to_pb.cc215 void StringField(Token key, Token value) { in StringField() function in perfetto::__anon5c3d75eb0111::ParserDelegate
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_proto3.proto233 string StringField = 2; field
/external/protobuf/csharp/protos/
Dunittest_proto3.proto224 string StringField = 2; field
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1510 class StringField(Field): class
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto460 optional string StringField = 2; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest.proto460 optional string StringField = 2; field
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest.proto460 optional string StringField = 2; field
/external/protobuf/src/google/protobuf/
Dunittest.proto543 optional string StringField = 2; field
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2394StringField *string `protobuf:"bytes,1,opt,name=string_field,json=stringField" json:"str… member