Searched defs:IsLast (Results 1 – 2 of 2) sorted by relevance
36 bool IsLast() const { return code_ptr_ + CurrentInstruction().SizeInCodeUnits() >= code_end_; } in IsLast() function142 bool IsLast() const { return index_ == num_entries_ - 1; } in IsLast() function
111 bool IsLast() const { in IsLast() function