Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_generator.cc55 Options generation_options; in Generate() local
61 generation_options.expected_prefixes_path = options[i].second; in Generate()
71 if (!ValidateObjCClassPrefix(file, generation_options, error)) { in Generate()
76 FileGenerator file_generator(file, generation_options); in Generate()
Dobjectivec_helpers.cc947 bool LoadExpectedPackagePrefixes(const Options &generation_options, in LoadExpectedPackagePrefixes() argument
950 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()
956 fd = open(generation_options.expected_prefixes_path.c_str(), O_RDONLY); in LoadExpectedPackagePrefixes()
961 generation_options.expected_prefixes_path + in LoadExpectedPackagePrefixes()
978 string("error: ") + generation_options.expected_prefixes_path + in LoadExpectedPackagePrefixes()
989 const Options& generation_options, in ValidateObjCClassPrefix() argument
999 if (!LoadExpectedPackagePrefixes(generation_options, in ValidateObjCClassPrefix()
1044 generation_options.expected_prefixes_path + ")."; in ValidateObjCClassPrefix()
1077 << generation_options.expected_prefixes_path << ")." << endl; in ValidateObjCClassPrefix()
Dobjectivec_helpers.h176 const Options& generation_options,