Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1603 other_framework_imports_.push_back( in AddFile()
1610 other_framework_imports_.push_back( in AddFile()
1627 if (!other_framework_imports_.empty()) { in Print()
1632 for (std::vector<string>::const_iterator iter = other_framework_imports_.begin(); in Print()
1633 iter != other_framework_imports_.end(); ++iter) { in Print()
Dobjectivec_helpers.h317 std::vector<string> other_framework_imports_; variable