Searched refs:other_imports_ (Results 1 – 2 of 2) sorted by relevance
1616 other_imports_.push_back(FilePath(file) + header_extension); in AddFile()1642 if (!other_imports_.empty()) { in Print()1647 for (std::vector<string>::const_iterator iter = other_imports_.begin(); in Print()1648 iter != other_imports_.end(); ++iter) { in Print()
318 std::vector<string> other_imports_; variable