Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc76 expected_prefixes_path = file_path; in Options()
1067 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()
1073 generation_options.expected_prefixes_path, &collector, out_error); in LoadExpectedPackagePrefixes()
1078 const string& expected_prefixes_path, in ValidateObjCClassPrefix() argument
1156 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()
1166 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()
1182 expected_prefixes_path + ")."; in ValidateObjCClassPrefix()
1193 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()
1225 generation_options.expected_prefixes_path, in ValidateObjCClassPrefixes()
Dobjectivec_generator.cc91 generation_options.expected_prefixes_path = options[i].second; in GenerateAll()
Dobjectivec_helpers.h52 string expected_prefixes_path; member