Searched refs:runtime_import_prefix (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.h | 56 string runtime_import_prefix; member 283 const string& runtime_import_prefix, 292 const string& runtime_import_prefix,
|
D | objectivec_file.cc | 245 options_.runtime_import_prefix, in GenerateHeader() 359 options_.runtime_import_prefix, in GenerateSource() 602 printer, headers_to_import, options_.runtime_import_prefix, true); in PrintFileRuntimePreamble()
|
D | objectivec_generator.cc | 135 generation_options.runtime_import_prefix = in GenerateAll()
|
D | objectivec_helpers.cc | 1569 const string& runtime_import_prefix, in ImportWriter() argument 1574 runtime_import_prefix_(runtime_import_prefix), in ImportWriter() 1659 const string& runtime_import_prefix, in PrintRuntimeImports() argument 1663 if (!runtime_import_prefix.empty()) { in PrintRuntimeImports() 1667 "import_prefix", runtime_import_prefix, in PrintRuntimeImports()
|
/third_party/grpc/src/objective-c/tests/ |
D | run_plugin_option_tests.sh | 40 …--grpc_out=grpc_local_import_prefix=$RUNTIME_IMPORT_PREFIX,runtime_import_prefix=$RUNTIME_IMPORT_P…
|
/third_party/protobuf/objectivec/ |
D | README.md | 175 * `runtime_import_prefix`: The `value` used for this key to be used as a
|