Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h316 std::vector<string> protobuf_imports_; variable
Dobjectivec_helpers.cc1590 protobuf_imports_.push_back(header_name); in AddFile()
1622 if (!protobuf_imports_.empty()) { in Print()
1623 PrintRuntimeImports(printer, protobuf_imports_, runtime_import_prefix_); in Print()