Searched refs:expected_copy (Results 1 – 2 of 2) sorted by relevance
251 def ec_act_copy_checker(self, expected_copy): argument267 if matched.group(1) == expected_copy:271 expected_copy, matched.group(1))
1021 std::vector<SSL_SESSION*> actual, expected_copy; in CacheEquals() local1023 expected_copy = expected; in CacheEquals()1026 std::sort(expected_copy.begin(), expected_copy.end()); in CacheEquals()1028 return actual == expected_copy; in CacheEquals()