Searched refs:generation_options (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_generator.cc | 72 Options generation_options; in GenerateAll() local 91 generation_options.expected_prefixes_path = options[i].second; in GenerateAll() 97 &generation_options.expected_prefixes_suppressions); in GenerateAll() 107 generation_options.generate_for_named_framework = options[i].second; in GenerateAll() 129 generation_options.named_framework_to_proto_path_mappings_path = options[i].second; in GenerateAll() 135 generation_options.runtime_import_prefix = in GenerateAll() 146 if (!ValidateObjCClassPrefixes(files, generation_options, error)) { in GenerateAll() 153 FileGenerator file_generator(file, generation_options); in GenerateAll()
|
H A D | objectivec_helpers.cc | 1073 bool LoadExpectedPackagePrefixes(const Options &generation_options, in LoadExpectedPackagePrefixes() argument 1076 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes() 1082 generation_options.expected_prefixes_path, &collector, out_error); in LoadExpectedPackagePrefixes() 1212 const Options& generation_options, in ValidateObjCClassPrefixes() 1216 if (!LoadExpectedPackagePrefixes(generation_options, in ValidateObjCClassPrefixes() 1224 (std::find(generation_options.expected_prefixes_suppressions.begin(), in ValidateObjCClassPrefixes() 1225 generation_options.expected_prefixes_suppressions.end(), in ValidateObjCClassPrefixes() 1227 != generation_options.expected_prefixes_suppressions.end()); in ValidateObjCClassPrefixes() 1234 generation_options.expected_prefixes_path, in ValidateObjCClassPrefixes() 1211 ValidateObjCClassPrefixes(const std::vector<const FileDescriptor*>& files, const Options& generation_options, string* out_error) ValidateObjCClassPrefixes() argument
|
H A D | objectivec_helpers.h | 240 const Options& generation_options, string* out_error);
|
Completed in 7 milliseconds