D | StringSwitch.h | 121 StringLiteral S6, StringLiteral S7, T Value) { in Cases() argument 122 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value); in Cases() 127 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 129 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value); in Cases() 134 StringLiteral S6, StringLiteral S7, StringLiteral S8, in Cases() argument 136 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value); in Cases()
|