Home
last modified time | relevance | path

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

/build/kati/
Dfind.cc376 bool GetNextToken(StringPiece* tok) { in GetNextToken() function in __anon2fe5d9d00111::FindCommandParser
429 if (!GetNextToken(&tok) || tok != "-d") in ParseTest()
431 if (!GetNextToken(&tok) || tok.empty()) in ParseTest()
439 if (!GetNextToken(&tok) || tok.empty()) in ParseFact()
446 if (!GetNextToken(&tok) || tok.empty()) in ParseFact()
449 if (!GetNextToken(&tok) || tok != "\\)") { in ParseFact()
454 if (!GetNextToken(&tok) || tok.empty()) in ParseFact()
458 if (!GetNextToken(&tok) || tok.empty()) in ParseFact()
489 if (!GetNextToken(&tok)) in ParseTerm()
495 if (!GetNextToken(&tok) || tok.empty()) in ParseTerm()
[all …]