Home
last modified time | relevance | path

Searched refs:ImportWriter (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h279 class PROTOC_EXPORT ImportWriter {
281 ImportWriter(const string& generate_for_named_framework,
285 ~ImportWriter();
Dobjectivec_helpers.cc1566 ImportWriter::ImportWriter( in ImportWriter() function in google::protobuf::compiler::objectivec::ImportWriter
1579 ImportWriter::~ImportWriter() {} in ~ImportWriter()
1581 void ImportWriter::AddFile(const FileDescriptor* file, in AddFile()
1619 void ImportWriter::Print(io::Printer* printer) const { in Print()
1656 void ImportWriter::PrintRuntimeImports( in PrintRuntimeImports()
1707 void ImportWriter::ParseFrameworkMappings() { in ParseFrameworkMappings()
1723 bool ImportWriter::ProtoFrameworkCollector::ConsumeLine( in ConsumeLine()
Dobjectivec_file.cc242 ImportWriter import_writer( in GenerateHeader()
356 ImportWriter import_writer( in GenerateSource()
601 ImportWriter::PrintRuntimeImports( in PrintFileRuntimePreamble()