#include <objectivec_helpers.h>
Definition at line 274 of file objectivec_helpers.h.
◆ ImportWriter()
google::protobuf::compiler::objectivec::ImportWriter::ImportWriter |
( |
const string & |
generate_for_named_framework, |
|
|
const string & |
named_framework_to_proto_path_mappings_path, |
|
|
bool |
include_wkt_imports |
|
) |
| |
◆ ~ImportWriter()
google::protobuf::compiler::objectivec::ImportWriter::~ImportWriter |
( |
| ) |
|
◆ AddFile()
void google::protobuf::compiler::objectivec::ImportWriter::AddFile |
( |
const FileDescriptor * |
file, |
|
|
const string & |
header_extension |
|
) |
| |
◆ ParseFrameworkMappings()
void google::protobuf::compiler::objectivec::ImportWriter::ParseFrameworkMappings |
( |
| ) |
|
|
private |
◆ Print()
void google::protobuf::compiler::objectivec::ImportWriter::Print |
( |
io::Printer * |
printer | ) |
const |
◆ generate_for_named_framework_
const string google::protobuf::compiler::objectivec::ImportWriter::generate_for_named_framework_ |
|
private |
◆ include_wkt_imports_
const bool google::protobuf::compiler::objectivec::ImportWriter::include_wkt_imports_ |
|
private |
◆ named_framework_to_proto_path_mappings_path_
const string google::protobuf::compiler::objectivec::ImportWriter::named_framework_to_proto_path_mappings_path_ |
|
private |
◆ need_to_parse_mapping_file_
bool google::protobuf::compiler::objectivec::ImportWriter::need_to_parse_mapping_file_ |
|
private |
◆ other_framework_imports_
std::vector<string> google::protobuf::compiler::objectivec::ImportWriter::other_framework_imports_ |
|
private |
◆ other_imports_
std::vector<string> google::protobuf::compiler::objectivec::ImportWriter::other_imports_ |
|
private |
◆ proto_file_to_framework_name_
std::map<string, string> google::protobuf::compiler::objectivec::ImportWriter::proto_file_to_framework_name_ |
|
private |
◆ protobuf_framework_imports_
std::vector<string> google::protobuf::compiler::objectivec::ImportWriter::protobuf_framework_imports_ |
|
private |
◆ protobuf_non_framework_imports_
std::vector<string> google::protobuf::compiler::objectivec::ImportWriter::protobuf_non_framework_imports_ |
|
private |
The documentation for this class was generated from the following files: