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/ | ||
D | JsonTokenizerTest.cs | 189 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/ | ||
D | Struct.cs | 270 public double NumberValue { property in Google.Protobuf.WellKnownTypes.Value |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ | ||
D | JsonToken.cs | 99 internal double NumberValue { get { return numberValue; } } property in Google.Protobuf.JsonToken |