Searched refs:generation_options (Results 1 – 3 of 3) sorted by relevance
55 Options generation_options; in Generate() local61 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()
947 bool LoadExpectedPackagePrefixes(const Options &generation_options, in LoadExpectedPackagePrefixes() argument950 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() argument999 if (!LoadExpectedPackagePrefixes(generation_options, in ValidateObjCClassPrefix()1044 generation_options.expected_prefixes_path + ")."; in ValidateObjCClassPrefix()1077 << generation_options.expected_prefixes_path << ")." << endl; in ValidateObjCClassPrefix()
176 const Options& generation_options,