Searched defs:isC (Results 1 – 3 of 3) sorted by relevance
40 public boolean isC; in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() field in ParametersDelegateTest.ComplexDelegate84 public boolean isC; in combinedAndNestedDelegates() field in ParametersDelegateTest.NestedDelegate2
37 auto isC = [](auto ch) { return ch == 'c';}; in test() local
36 auto isC = [](auto ch) { return ch == 'c';}; in test() local