Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_parser.h154 bool EatComment();
Djson_parser.cc261 if (!EatComment()) in EatWhitespaceAndComments()
270 bool JSONParser::EatComment() { in EatComment() function in base::internal::JSONParser