Searched refs:ConsumeIfMatch (Results 1 – 2 of 2) sorted by relevance
93 ConsumeIfMatch("\xEF\xBB\xBF"); in Parse()583 if (!ConsumeIfMatch("\\u")) in DecodeUTF16()717 if (ConsumeIfMatch("true")) { in ConsumeLiteral()719 } else if (ConsumeIfMatch("false")) { in ConsumeLiteral()721 } else if (ConsumeIfMatch("null")) { in ConsumeLiteral()729 bool JSONParser::ConsumeIfMatch(StringPiece match) { in ConsumeIfMatch() function in base::internal::JSONParser
202 bool ConsumeIfMatch(StringPiece match);