Searched defs:LookaheadParserHandler (Results 1 – 1 of 1) sorted by relevance
58 struct LookaheadParserHandler struct79 LookaheadParserHandler(const char *str) : iss((char*)str) in LookaheadParserHandler() function84 bool Null() in Null()91 bool Bool(bool b) in Bool()98 bool Int(int i) in Int()105 bool Uint(unsigned u) in Uint()112 bool Int64(int64_t i) in Int64()119 bool Uint64(int64_t u) in Uint64()126 bool Double(double d) in Double()133 bool RawNumber(const char *, SizeType, TVG_UNUSED bool) in RawNumber()[all …]