Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs248 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid()
277 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid()
300 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid()
321 public void StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in StringToUInt64_Valid()
357 public void StringToDouble_Valid(string jsonValue, double expectedParsedValue) in StringToDouble_Valid()
400 public void StringToFloat_Valid(string jsonValue, float expectedParsedValue) in StringToFloat_Valid()
432 public void NumberToInt32_Valid(string jsonValue, int expectedParsedValue) in NumberToInt32_Valid()
460 public void NumberToUInt32_Valid(string jsonValue, uint expectedParsedValue) in NumberToUInt32_Valid()
485 public void NumberToInt64_Valid(string jsonValue, long expectedParsedValue) in NumberToInt64_Valid()
511 public void NumberToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in NumberToUInt64_Valid()
[all …]
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs248 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid()
277 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid()
300 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid()
321 public void StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in StringToUInt64_Valid()
357 public void StringToDouble_Valid(string jsonValue, double expectedParsedValue) in StringToDouble_Valid()
400 public void StringToFloat_Valid(string jsonValue, float expectedParsedValue) in StringToFloat_Valid()
432 public void NumberToInt32_Valid(string jsonValue, int expectedParsedValue) in NumberToInt32_Valid()
460 public void NumberToUInt32_Valid(string jsonValue, uint expectedParsedValue) in NumberToUInt32_Valid()
485 public void NumberToInt64_Valid(string jsonValue, long expectedParsedValue) in NumberToInt64_Valid()
511 public void NumberToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in NumberToUInt64_Valid()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs251 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid()
280 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid()
303 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid()
324 public void StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in StringToUInt64_Valid()
360 public void StringToDouble_Valid(string jsonValue, double expectedParsedValue) in StringToDouble_Valid()
403 public void StringToFloat_Valid(string jsonValue, float expectedParsedValue) in StringToFloat_Valid()
435 public void NumberToInt32_Valid(string jsonValue, int expectedParsedValue) in NumberToInt32_Valid()
463 public void NumberToUInt32_Valid(string jsonValue, uint expectedParsedValue) in NumberToUInt32_Valid()
488 public void NumberToInt64_Valid(string jsonValue, long expectedParsedValue) in NumberToInt64_Valid()
514 public void NumberToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in NumberToUInt64_Valid()
[all …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs251 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid()
280 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid()
303 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid()
324 public void StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in StringToUInt64_Valid()
360 public void StringToDouble_Valid(string jsonValue, double expectedParsedValue) in StringToDouble_Valid()
403 public void StringToFloat_Valid(string jsonValue, float expectedParsedValue) in StringToFloat_Valid()
435 public void NumberToInt32_Valid(string jsonValue, int expectedParsedValue) in NumberToInt32_Valid()
463 public void NumberToUInt32_Valid(string jsonValue, uint expectedParsedValue) in NumberToUInt32_Valid()
488 public void NumberToInt64_Valid(string jsonValue, long expectedParsedValue) in NumberToInt64_Valid()
514 public void NumberToUInt64_Valid(string jsonValue, ulong expectedParsedValue) in NumberToUInt64_Valid()
[all …]