Searched defs:AtEnd (Results 1 – 5 of 5) sorted by relevance
403 bool AtEnd; variable
846 bool AtEnd() const { in AtEnd() function
910 bool AtEnd() const { in AtEnd() function
1267 def AtEnd(self): member in Tokenizer
204 inline bool Parser::AtEnd() { return LookingAtType(io::Tokenizer::TYPE_END); } in AtEnd() function in google::protobuf::compiler::Parser