Lines Matching refs:matcherResults

1102     vector<MatchingState> matcherResults;  in TEST()  local
1103 matcherResults.push_back(MatchingState::kMatched); in TEST()
1104 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1105 matcherResults.push_back(MatchingState::kMatched); in TEST()
1107 EXPECT_FALSE(combinationMatch(children, operation, matcherResults)); in TEST()
1109 matcherResults.clear(); in TEST()
1110 matcherResults.push_back(MatchingState::kMatched); in TEST()
1111 matcherResults.push_back(MatchingState::kMatched); in TEST()
1112 matcherResults.push_back(MatchingState::kMatched); in TEST()
1114 EXPECT_TRUE(combinationMatch(children, operation, matcherResults)); in TEST()
1126 vector<MatchingState> matcherResults; in TEST() local
1127 matcherResults.push_back(MatchingState::kMatched); in TEST()
1128 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1129 matcherResults.push_back(MatchingState::kMatched); in TEST()
1131 EXPECT_TRUE(combinationMatch(children, operation, matcherResults)); in TEST()
1133 matcherResults.clear(); in TEST()
1134 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1135 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1136 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1138 EXPECT_FALSE(combinationMatch(children, operation, matcherResults)); in TEST()
1148 vector<MatchingState> matcherResults; in TEST() local
1149 matcherResults.push_back(MatchingState::kMatched); in TEST()
1151 EXPECT_FALSE(combinationMatch(children, operation, matcherResults)); in TEST()
1153 matcherResults.clear(); in TEST()
1154 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1155 EXPECT_TRUE(combinationMatch(children, operation, matcherResults)); in TEST()
1166 vector<MatchingState> matcherResults; in TEST() local
1167 matcherResults.push_back(MatchingState::kMatched); in TEST()
1168 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1170 EXPECT_TRUE(combinationMatch(children, operation, matcherResults)); in TEST()
1172 matcherResults.clear(); in TEST()
1173 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1174 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1175 EXPECT_TRUE(combinationMatch(children, operation, matcherResults)); in TEST()
1177 matcherResults.clear(); in TEST()
1178 matcherResults.push_back(MatchingState::kMatched); in TEST()
1179 matcherResults.push_back(MatchingState::kMatched); in TEST()
1180 EXPECT_FALSE(combinationMatch(children, operation, matcherResults)); in TEST()
1191 vector<MatchingState> matcherResults; in TEST() local
1192 matcherResults.push_back(MatchingState::kMatched); in TEST()
1193 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1195 EXPECT_FALSE(combinationMatch(children, operation, matcherResults)); in TEST()
1197 matcherResults.clear(); in TEST()
1198 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1199 matcherResults.push_back(MatchingState::kNotMatched); in TEST()
1200 EXPECT_TRUE(combinationMatch(children, operation, matcherResults)); in TEST()
1202 matcherResults.clear(); in TEST()
1203 matcherResults.push_back(MatchingState::kMatched); in TEST()
1204 matcherResults.push_back(MatchingState::kMatched); in TEST()
1205 EXPECT_FALSE(combinationMatch(children, operation, matcherResults)); in TEST()