Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dobjective_c_generator_helpers.h52 inline ::grpc::string PreprocConditional(::grpc::string symbol, bool invert) { in PreprocConditional() function
59 return ::grpc::string("#if " + PreprocConditional(symbol, false) + "\n" + in PreprocIf()
65 return ::grpc::string("#if " + PreprocConditional(symbol, true) + "\n" + in PreprocIfNot()
72 return ::grpc::string("#if " + PreprocConditional(symbol, false) + "\n" + in PreprocIfElse()
79 return ::grpc::string("#if " + PreprocConditional(symbol, true) + "\n" + in PreprocIfNotElse()