Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1616 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()
Dobjectivec_helpers.h318 std::vector<string> other_imports_; variable