Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonParser.cs791 private static void ValidateInfinityAndNan(string text, bool isPositiveInfinity, bool isNegativeInfinity, bool isNaN) in ValidateInfinityAndNan() argument
793 if ((isPositiveInfinity && text != "Infinity") || in ValidateInfinityAndNan()

Completed in 2 milliseconds