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.cc65 expected_prefixes_path = file_path; in Options()
950 if (generation_options.expected_prefixes_path.empty()) { in LoadExpectedPackagePrefixes()
956 fd = open(generation_options.expected_prefixes_path.c_str(), O_RDONLY); in LoadExpectedPackagePrefixes()
961 generation_options.expected_prefixes_path + in LoadExpectedPackagePrefixes()
978 string("error: ") + generation_options.expected_prefixes_path + in LoadExpectedPackagePrefixes()
1044 generation_options.expected_prefixes_path + ")."; in ValidateObjCClassPrefix()
1077 << generation_options.expected_prefixes_path << ")." << endl; in ValidateObjCClassPrefix()
Dobjectivec_generator.cc61 generation_options.expected_prefixes_path = options[i].second; in Generate()
Dobjectivec_helpers.h48 string expected_prefixes_path; member