Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1562 named_framework_to_proto_path_mappings_path_( in ImportWriter()
1675 if (named_framework_to_proto_path_mappings_path_.empty()) { in ParseFrameworkMappings()
1681 if (!ParseSimpleFile(named_framework_to_proto_path_mappings_path_, in ParseFrameworkMappings()
1683 std::cerr << "error parsing " << named_framework_to_proto_path_mappings_path_ in ParseFrameworkMappings()
Dobjectivec_helpers.h299 const string named_framework_to_proto_path_mappings_path_; variable