Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dobjective_c_plugin.cc35 using ::grpc_objective_c_generator::SystemImport;
56 indent + SystemImport(framework_header), in ImportProtoHeaders()
91 ::grpc::string system_imports = SystemImport("ProtoRPC/ProtoService.h") + in Generate()
92 SystemImport("ProtoRPC/ProtoRPC.h") + in Generate()
93 SystemImport("RxLibrary/GRXWriteable.h") + in Generate()
94 SystemImport("RxLibrary/GRXWriter.h"); in Generate()
133 SystemImport("ProtoRPC/ProtoRPC.h") + in Generate()
134 SystemImport("RxLibrary/GRXWriter+Immediate.h"); in Generate()
Dobjective_c_generator_helpers.h48 inline ::grpc::string SystemImport(const ::grpc::string& import) { in SystemImport() function