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.cc998 map<string, string> expected_package_prefixes; in ValidateObjCClassPrefix() local
1000 &expected_package_prefixes, in ValidateObjCClassPrefix()
1008 expected_package_prefixes.find(package); in ValidateObjCClassPrefix()
1009 if (package_match != expected_package_prefixes.end()) { in ValidateObjCClassPrefix()
1036 for (map<string, string>::iterator i = expected_package_prefixes.begin(); in ValidateObjCClassPrefix()
1037 i != expected_package_prefixes.end(); ++i) { in ValidateObjCClassPrefix()
1072 if (!expected_package_prefixes.empty()) { in ValidateObjCClassPrefix()