Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs397 public string StringField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1077 public pbc::RepeatedField<string> StringField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1555 public string StringField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
1594 StringField = 17, enumerator
2184 public pbc::MapField<int, string> StringField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
DUnittestProto3.cs2787 public string StringField { property in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto144 repeated string StringField = 23; // NO_PROTO3 field
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_pool_test.py476 class StringField(object): class
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto233 string StringField = 2; field
Dunittest.proto493 optional string StringField = 2; field