Searched refs:expected_prefixes_path (Results 1 – 3 of 3) sorted by relevance
77 expected_prefixes_path = file_path; in Options()1076 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()1082 generation_options.expected_prefixes_path, &collector, out_error); in LoadExpectedPackagePrefixes()1087 const string& expected_prefixes_path, in ValidateObjCClassPrefix() argument1165 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()1175 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()1191 expected_prefixes_path + ")."; in ValidateObjCClassPrefix()1202 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()1234 generation_options.expected_prefixes_path, in ValidateObjCClassPrefixes()
91 generation_options.expected_prefixes_path = options[i].second; in GenerateAll()
52 string expected_prefixes_path; member