Home
last modified time | relevance | path

Searched defs:stringField_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs416 private string stringField_; field in Google.Protobuf.TestProtos.TestWellKnownTypes
1128 private readonly pbc::RepeatedField<string> stringField_ = new pbc::RepeatedField<string>(); field in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2299 private readonly pbc::MapField<int, string> stringField_ = new pbc::MapField<int, string>(); field in Google.Protobuf.TestProtos.MapWellKnownTypes
DUnittestProto3.cs2998 private string stringField_ = ""; field in Google.Protobuf.TestProtos.TestCamelCaseFieldNames