Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1581 protobuf_non_framework_imports_.push_back(file_path + header_extension); in AddFile()
1611 assert(protobuf_non_framework_imports_.size() == in Print()
1632 for (std::vector<string>::const_iterator iter = protobuf_non_framework_imports_.begin(); in Print()
1633 iter != protobuf_non_framework_imports_.end(); ++iter) { in Print()
Dobjectivec_helpers.h305 std::vector<string> protobuf_non_framework_imports_; variable