Searched refs:expected_package_prefixes (Results 1 – 1 of 1) sorted by relevance
963 map<string, string> expected_package_prefixes; in ValidateObjCClassPrefix() local965 &expected_package_prefixes, in ValidateObjCClassPrefix()973 expected_package_prefixes.find(package); in ValidateObjCClassPrefix()974 if (package_match != expected_package_prefixes.end()) { in ValidateObjCClassPrefix()1001 for (map<string, string>::iterator i = expected_package_prefixes.begin(); in ValidateObjCClassPrefix()1002 i != expected_package_prefixes.end(); ++i) { in ValidateObjCClassPrefix()1037 if (!expected_package_prefixes.empty()) { in ValidateObjCClassPrefix()