Searched defs:hasExponent (Results 1 – 1 of 1) sorted by relevance
530 bool hasExponent = false; in ParseNumber() local556 …onParser<T>::ConvertToNumber(const std::string &str, bool negative, bool hasExponent, bool hasDeci… in ConvertToNumber()1014 bool JsonParser<T>::IsDecimalsLegal(bool &hasExponent) in IsDecimalsLegal()1041 bool JsonParser<T>::IsExponentLegal(bool &hasExponent) in IsExponentLegal()1060 bool JsonParser<T>::CheckZeroBeginNumber(bool &hasExponent, bool &hasDecimal) in CheckZeroBeginNumber()1080 bool JsonParser<T>::CheckNonZeroBeginNumber(bool &hasExponent, bool &hasDecimal) in CheckNonZeroBeginNumber()