Home
last modified time | relevance | path

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

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