Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dobjective_c_plugin.cc34 using ::grpc_objective_c_generator::PreprocIfNot;
119 PreprocIfNot(kForwardDeclare, imports) + "\n" + in Generate()
120 PreprocIfNot(kProtocolOnly, system_imports) + "\n" + in Generate()
122 PreprocIfNot(kForwardDeclare, class_imports) + "\n" + in Generate()
124 "\n" + PreprocIfNot(kProtocolOnly, interfaces) + "\n" + in Generate()
148 PreprocIfNot(kProtocolOnly, in Generate()
Dobjective_c_generator_helpers.h63 inline ::grpc::string PreprocIfNot(const ::grpc::string& symbol, in PreprocIfNot() function