Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1594 other_framework_imports_.push_back( in AddFile()
1601 other_framework_imports_.push_back( in AddFile()
1644 if (other_framework_imports_.size() > 0) { in Print()
1649 for (std::vector<string>::const_iterator iter = other_framework_imports_.begin(); in Print()
1650 iter != other_framework_imports_.end(); ++iter) { in Print()
Dobjectivec_helpers.h306 std::vector<string> other_framework_imports_; variable