Home
last modified time | relevance | path

Searched refs:jsonValue (Results 1 - 2 of 2) sorted by relevance

/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() argument
250 string json = "{ \"singleInt32\": \"" + jsonValue + "\"}"; in StringToInt32_Valid()
267 public void StringToInt32_Invalid(string jsonValue) in StringToInt32_Invalid() argument
269 string json = "{ \"singleInt32\": \"" + jsonValue + "\"}"; in StringToInt32_Invalid()
277 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid() argument
279 string json = "{ \"singleUint32\": \"" + jsonValue + "\"}"; in StringToUInt32_Valid()
288 public void StringToUInt32_Invalid(string jsonValue) in StringToUInt32_Invalid() argument
290 string json = "{ \"singleUint32\": \"" + jsonValue + "\"}"; in StringToUInt32_Invalid()
300 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid() argument
302 string json = "{ \"singleInt64\": \"" + jsonValue in StringToInt64_Valid()
311 StringToInt64_Invalid(string jsonValue) StringToInt64_Invalid() argument
321 StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) StringToUInt64_Valid() argument
332 StringToUInt64_Invalid(string jsonValue) StringToUInt64_Invalid() argument
357 StringToDouble_Valid(string jsonValue, double expectedParsedValue) StringToDouble_Valid() argument
385 StringToDouble_Invalid(string jsonValue) StringToDouble_Invalid() argument
400 StringToFloat_Valid(string jsonValue, float expectedParsedValue) StringToFloat_Valid() argument
415 StringToFloat_Invalid(string jsonValue) StringToFloat_Invalid() argument
432 NumberToInt32_Valid(string jsonValue, int expectedParsedValue) NumberToInt32_Valid() argument
450 NumberToInt32_Invalid(string jsonValue, System.Type expectedExceptionType) NumberToInt32_Invalid() argument
460 NumberToUInt32_Valid(string jsonValue, uint expectedParsedValue) NumberToUInt32_Valid() argument
471 NumberToUInt32_Invalid(string jsonValue) NumberToUInt32_Invalid() argument
485 NumberToInt64_Valid(string jsonValue, long expectedParsedValue) NumberToInt64_Valid() argument
499 NumberToInt64_Invalid(string jsonValue) NumberToInt64_Invalid() argument
511 NumberToUInt64_Valid(string jsonValue, ulong expectedParsedValue) NumberToUInt64_Valid() argument
522 NumberToUInt64_Invalid(string jsonValue) NumberToUInt64_Invalid() argument
544 NumberToDouble_Valid(string jsonValue, double expectedParsedValue) NumberToDouble_Valid() argument
561 NumberToDouble_Invalid(string jsonValue) NumberToDouble_Invalid() argument
576 NumberToFloat_Valid(string jsonValue, float expectedParsedValue) NumberToFloat_Valid() argument
591 NumberToFloat_Invalid(string jsonValue, System.Type expectedExceptionType) NumberToFloat_Invalid() argument
639 Timestamp_Valid(string jsonValue, string expectedFormatted) Timestamp_Valid() argument
667 Timestamp_Invalid(string jsonValue) Timestamp_Invalid() argument
740 Duration_Valid(string jsonValue, string expectedFormatted) Duration_Valid() argument
771 Duration_Invalid(string jsonValue) Duration_Invalid() argument
787 FieldMask_Valid(string jsonValue, params string[] expectedPaths) FieldMask_Valid() argument
796 FieldMask_Invalid(string jsonValue) FieldMask_Invalid() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs250 public void StringToInt32_Valid(string jsonValue, int expectedParsedValue) in StringToInt32_Valid() argument
252 string json = "{ \"singleInt32\": \"" + jsonValue + "\"}"; in StringToInt32_Valid()
269 public void StringToInt32_Invalid(string jsonValue) in StringToInt32_Invalid() argument
271 string json = "{ \"singleInt32\": \"" + jsonValue + "\"}"; in StringToInt32_Invalid()
279 public void StringToUInt32_Valid(string jsonValue, uint expectedParsedValue) in StringToUInt32_Valid() argument
281 string json = "{ \"singleUint32\": \"" + jsonValue + "\"}"; in StringToUInt32_Valid()
290 public void StringToUInt32_Invalid(string jsonValue) in StringToUInt32_Invalid() argument
292 string json = "{ \"singleUint32\": \"" + jsonValue + "\"}"; in StringToUInt32_Invalid()
302 public void StringToInt64_Valid(string jsonValue, long expectedParsedValue) in StringToInt64_Valid() argument
304 string json = "{ \"singleInt64\": \"" + jsonValue in StringToInt64_Valid()
313 StringToInt64_Invalid(string jsonValue) StringToInt64_Invalid() argument
323 StringToUInt64_Valid(string jsonValue, ulong expectedParsedValue) StringToUInt64_Valid() argument
334 StringToUInt64_Invalid(string jsonValue) StringToUInt64_Invalid() argument
359 StringToDouble_Valid(string jsonValue, double expectedParsedValue) StringToDouble_Valid() argument
387 StringToDouble_Invalid(string jsonValue) StringToDouble_Invalid() argument
402 StringToFloat_Valid(string jsonValue, float expectedParsedValue) StringToFloat_Valid() argument
417 StringToFloat_Invalid(string jsonValue) StringToFloat_Invalid() argument
434 NumberToInt32_Valid(string jsonValue, int expectedParsedValue) NumberToInt32_Valid() argument
452 NumberToInt32_Invalid(string jsonValue, System.Type expectedExceptionType) NumberToInt32_Invalid() argument
462 NumberToUInt32_Valid(string jsonValue, uint expectedParsedValue) NumberToUInt32_Valid() argument
473 NumberToUInt32_Invalid(string jsonValue) NumberToUInt32_Invalid() argument
487 NumberToInt64_Valid(string jsonValue, long expectedParsedValue) NumberToInt64_Valid() argument
501 NumberToInt64_Invalid(string jsonValue) NumberToInt64_Invalid() argument
513 NumberToUInt64_Valid(string jsonValue, ulong expectedParsedValue) NumberToUInt64_Valid() argument
524 NumberToUInt64_Invalid(string jsonValue) NumberToUInt64_Invalid() argument
546 NumberToDouble_Valid(string jsonValue, double expectedParsedValue) NumberToDouble_Valid() argument
563 NumberToDouble_Invalid(string jsonValue) NumberToDouble_Invalid() argument
578 NumberToFloat_Valid(string jsonValue, float expectedParsedValue) NumberToFloat_Valid() argument
593 NumberToFloat_Invalid(string jsonValue, System.Type expectedExceptionType) NumberToFloat_Invalid() argument
641 Timestamp_Valid(string jsonValue, string expectedFormatted) Timestamp_Valid() argument
669 Timestamp_Invalid(string jsonValue) Timestamp_Invalid() argument
758 Duration_Valid(string jsonValue, string expectedFormatted) Duration_Valid() argument
789 Duration_Invalid(string jsonValue) Duration_Invalid() argument
805 FieldMask_Valid(string jsonValue, params string[] expectedPaths) FieldMask_Valid() argument
814 FieldMask_Invalid(string jsonValue) FieldMask_Invalid() argument
[all...]

Completed in 4 milliseconds