Home
last modified time | relevance | path

Searched defs:NumberValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonTokenizerTest.cs189 public void NumberValue(string json, double expectedValue) in NumberValue() method in Google.Protobuf.JsonTokenizerTest
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DStruct.cs270 public double NumberValue { property in Google.Protobuf.WellKnownTypes.Value
339 NumberValue = 2, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonToken.cs99 internal double NumberValue { get { return numberValue; } } property in Google.Protobuf.JsonToken