Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h249 bool IsFastParseJsonString(bool &isFastString);
273 bool IsFastParseJsonString(bool &isFastString, bool &isAscii);
Djson_parser.cpp1169 if (UNLIKELY(*end_ != '"' || current_ == end_ || !IsFastParseJsonString(isFastString))) { in ParseString()
1205 bool Utf8JsonParser::IsFastParseJsonString(bool &isFastString) in IsFastParseJsonString() function in panda::ecmascript::base::Utf8JsonParser
1260 … if (UNLIKELY(*end_ != '"' || current_ == end_ || !IsFastParseJsonString(isFastString, isAscii))) { in ParseString()
1302 bool Utf16JsonParser::IsFastParseJsonString(bool &isFastString, bool &isAscii) in IsFastParseJsonString() function in panda::ecmascript::base::Utf16JsonParser