Home
last modified time | relevance | path

Searched defs:GetNextToken (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/json/
Djson_parser.cc200 JSONParser::Token JSONParser::GetNextToken() { in GetNextToken() function in base::internal::JSONParser
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py917 def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None): argument
973 GetNextToken = lambda: next(it) function