Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc93 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
Djson_parser.h202 bool ConsumeIfMatch(StringPiece match);