Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc963 map<string, string> expected_package_prefixes; in ValidateObjCClassPrefix() local
965 &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()