Searched refs:generation_options (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
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() 139 if (!ValidateObjCClassPrefixes(files, generation_options, error)) { in GenerateAll() 146 FileGenerator file_generator(file, generation_options); in GenerateAll()
|
D | objectivec_helpers.cc | 1064 bool LoadExpectedPackagePrefixes(const Options &generation_options, in LoadExpectedPackagePrefixes() argument 1067 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes() 1073 generation_options.expected_prefixes_path, &collector, out_error); in LoadExpectedPackagePrefixes() 1203 const Options& generation_options, in ValidateObjCClassPrefixes() argument 1207 if (!LoadExpectedPackagePrefixes(generation_options, in ValidateObjCClassPrefixes() 1215 (std::find(generation_options.expected_prefixes_suppressions.begin(), in ValidateObjCClassPrefixes() 1216 generation_options.expected_prefixes_suppressions.end(), in ValidateObjCClassPrefixes() 1218 != generation_options.expected_prefixes_suppressions.end()); in ValidateObjCClassPrefixes() 1225 generation_options.expected_prefixes_path, in ValidateObjCClassPrefixes()
|
D | objectivec_helpers.h | 235 const Options& generation_options, string* out_error);
|