Home
last modified time | relevance | path

Searched refs:StringValueFieldNumber (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs279 public const int StringValueFieldNumber = 3; field in Google.Protobuf.WellKnownTypes.Value
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs652 case Value.StringValueFieldNumber: in WriteStructFieldValue()
DJsonParser.cs437 … fields[Value.StringValueFieldNumber].Accessor.SetValue(message, firstToken.StringValue); in MergeStructValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4856 public const int StringValueFieldNumber = 7; field in Google.Protobuf.Reflection.UninterpretedOption