Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.h156 bool EatComment();
Djson_parser.cc263 if (!EatComment()) in EatWhitespaceAndComments()
272 bool JSONParser::EatComment() { in EatComment() function in base::internal::JSONParser