Searched refs:expected_copy (Results 1 – 3 of 3) sorted by relevance
227 def ec_act_copy_checker(self, expected_copy): argument240 if matched.group(1) == expected_copy:244 expected_copy, matched.group(1))
80 def active_copy_checker(self, expected_copy): argument85 result = active_copy == expected_copy88 expected_copy, active_copy)
1473 std::vector<SSL_SESSION*> actual, expected_copy; in CacheEquals() local1475 expected_copy = expected; in CacheEquals()1478 std::sort(expected_copy.begin(), expected_copy.end()); in CacheEquals()1480 return actual == expected_copy; in CacheEquals()