Searched refs:ix_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.cpp56 if (ix_ >= tokens_.size())
58 return tokens_[ix_];
62 ix_ += 1u;
63 if (ix_ >= tokens_.size()) {
67 return tokens_[ix_];
71 auto n = ix_ + 1;
H A Dparser.h44 : fc_(fc), ix_(0u), tokens_(tokens) {}
53 size_t ix_; member in class:TokenStream

Completed in 75 milliseconds