Searched refs:expected_prefixes_path (Results 1 – 3 of 3) sorted by relevance
76 expected_prefixes_path = file_path; in Options()1067 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()1073 generation_options.expected_prefixes_path, &collector, out_error); in LoadExpectedPackagePrefixes()1078 const string& expected_prefixes_path, in ValidateObjCClassPrefix() argument1156 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()1166 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()1182 expected_prefixes_path + ")."; in ValidateObjCClassPrefix()1193 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()1225 generation_options.expected_prefixes_path, in ValidateObjCClassPrefixes()
91 generation_options.expected_prefixes_path = options[i].second; in GenerateAll()
52 string expected_prefixes_path; member