Searched refs:ParseConstToken (Results 1 – 2 of 2) sorted by relevance
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding.cc | 1571 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/ |
D | encoding_cpp.template | 1579 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))
|