Home | History | Annotate | Download | only in preprocessor_tests

Lines Matching refs:testing

10 #define CLOSED_RANGE(x, y) testing::Range(x, static_cast<char>((y) + 1))
28 public testing::WithParamInterface<char>
42 testing::Values('_'));
57 public testing::WithParamInterface<IdentifierParams>
74 testing::Combine(testing::Values('_'),
75 testing::Values('_')));
80 testing::Combine(testing::Values('_'),
86 testing::Combine(testing::Values('_'),
92 testing::Combine(testing::Values('_'),
98 testing::Combine(CLOSED_RANGE('a', 'z'),
99 testing::Values('_')));
104 testing::Combine(CLOSED_RANGE('a', 'z'),
110 testing::Combine(CLOSED_RANGE('a', 'z'),
116 testing::Combine(CLOSED_RANGE('a', 'z'),
122 testing::Combine(CLOSED_RANGE('A', 'Z'),
123 testing::Values('_')));
128 testing::Combine(CLOSED_RANGE('A', 'Z'),
134 testing::Combine(CLOSED_RANGE('A', 'Z'),
140 testing::Combine(CLOSED_RANGE('A', 'Z'),