Home
last modified time | relevance | path

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

/third_party/grpc/src/compiler/
Dobjective_c_generator_helpers.h62 inline ::std::string PreprocConditional(::std::string symbol, bool invert) { in PreprocConditional() function
69 return ::std::string("#if " + PreprocConditional(symbol, false) + "\n" + in PreprocIf()
75 return ::std::string("#if " + PreprocConditional(symbol, true) + "\n" + in PreprocIfNot()
82 return ::std::string("#if " + PreprocConditional(symbol, false) + "\n" + in PreprocIfElse()
89 return ::std::string("#if " + PreprocConditional(symbol, true) + "\n" + in PreprocIfNotElse()