Home
last modified time | relevance | path

Searched refs:expected_package_prefixes (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1079 const std::map<string, string>& expected_package_prefixes, in ValidateObjCClassPrefix() argument
1090 expected_package_prefixes.find(package); in ValidateObjCClassPrefix()
1091 if (package_match != expected_package_prefixes.end()) { in ValidateObjCClassPrefix()
1138 for (std::map<string, string>::const_iterator i = expected_package_prefixes.begin(); in ValidateObjCClassPrefix()
1139 i != expected_package_prefixes.end(); ++i) { in ValidateObjCClassPrefix()
1188 if (!expected_package_prefixes.empty()) { in ValidateObjCClassPrefix()
1206 std::map<string, string> expected_package_prefixes; in ValidateObjCClassPrefixes() local
1208 &expected_package_prefixes, in ValidateObjCClassPrefixes()
1226 expected_package_prefixes, in ValidateObjCClassPrefixes()