Home
last modified time | relevance | path

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

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp1172 bool readNumber(bool checkInf);
1571 bool OurReader::readNumber(bool checkInf) { in readNumber() argument
1573 if (checkInf && p != end_ && *p == 'I') { in readNumber()