Lines Matching defs:LookaheadParserHandler
58 struct LookaheadParserHandler struct
79 LookaheadParserHandler(const char *str) : iss((char*)str) in LookaheadParserHandler() argument
84 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()
138 bool String(const char *str, SizeType length, TVG_UNUSED bool) in String()
145 bool StartObject() in StartObject()
151 bool Key(const char *str, SizeType length, TVG_UNUSED bool) in Key()
158 bool EndObject(SizeType) in EndObject()
164 bool StartArray() in StartArray()
170 bool EndArray(SizeType) in EndArray()
176 void Error() in Error()
182 bool Invalid() in Invalid()