Home
last modified time | relevance | path

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

/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc1571 static bool ParseConstToken(const Char* start, in ParseConstToken() function in v8_inspector_protocol_encoding::json::__anon1108c8c10711::JsonParser
1785 if (ParseConstToken(start, end, token_end, kNullString)) in ParseToken()
1789 if (ParseConstToken(start, end, token_end, kTrueString)) in ParseToken()
1793 if (ParseConstToken(start, end, token_end, kFalseString)) in ParseToken()
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template1579 static bool ParseConstToken(const Char* start,
1793 if (ParseConstToken(start, end, token_end, kNullString))
1797 if (ParseConstToken(start, end, token_end, kTrueString))
1801 if (ParseConstToken(start, end, token_end, kFalseString))