Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_config.cpp55 : content_(content), p_(0), lineno_(0), was_end_of_file_(false) {} in ConfigParser()
93 CHECK(!was_end_of_file_); in next_token()
94 was_end_of_file_ = true; in next_token()
124 bool was_end_of_file_; member in ConfigParser