Searched refs:PreprocConditional (Results 1 – 1 of 1) sorted by relevance
52 inline ::grpc::string PreprocConditional(::grpc::string symbol, bool invert) { in PreprocConditional() function59 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()