Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs245 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid()
274 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid()
297 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid()
318 public void StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in StringToUInt64_Valid()
354 public void StringToDouble_Valid(string jsonValue, double expectedParsedValue) in StringToDouble_Valid()
397 public void StringToFloat_Valid(string jsonValue, float expectedParsedValue) in StringToFloat_Valid()
429 public void NumberToInt32_Valid(string jsonValue, int expectedParsedValue) in NumberToInt32_Valid()
457 public void NumberToUInt32_Valid(string jsonValue, uint expectedParsedValue) in NumberToUInt32_Valid()
482 public void NumberToInt64_Valid(string jsonValue, long expectedParsedValue) in NumberToInt64_Valid()
508 public void NumberToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in NumberToUInt64_Valid()
[all …]