Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc77 expected_prefixes_path = file_path; in Options()
1076 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()
1082 generation_options.expected_prefixes_path, &collector, out_error); in LoadExpectedPackagePrefixes()
1087 const string& expected_prefixes_path, in ValidateObjCClassPrefix() argument
1165 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()
1175 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()
1191 expected_prefixes_path + ")."; in ValidateObjCClassPrefix()
1202 << expected_prefixes_path << ")." << std::endl; in ValidateObjCClassPrefix()
1234 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