Searched refs:expected_prefixes_path (Results 1 – 3 of 3) sorted by relevance
79 generation_options.expected_prefixes_path = options[i].second; in Generate()
65 expected_prefixes_path = file_path; in Options()942 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()948 generation_options.expected_prefixes_path, &collector, out_error); in LoadExpectedPackagePrefixes()1009 generation_options.expected_prefixes_path + ")."; in ValidateObjCClassPrefix()1042 << generation_options.expected_prefixes_path << ")." << endl; in ValidateObjCClassPrefix()
48 string expected_prefixes_path; member