Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs791 …d ValidateInfinityAndNan(string text, bool isPositiveInfinity, bool isNegativeInfinity, bool isNaN) in ValidateInfinityAndNan() argument
794 (isNegativeInfinity && text != "-Infinity") || in ValidateInfinityAndNan()