Searched defs:GetNextToken (Results 1 – 4 of 4) sorted by relevance
174 MagickExport magick_hot_spot size_t GetNextToken( in GetNextToken() function
541 #define GetNextToken PrependMagickMethod(GetNextToken) macro
202 JSONParser::Token JSONParser::GetNextToken() { in GetNextToken() function in base::internal::JSONParser
917 def _GetMatchingChar(self, open_paren, close_paren, GetNextToken=None): argument973 GetNextToken = lambda: next(it) function