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))
913 std::vector<SSL_SESSION*> actual, expected_copy; in ExpectCache() local915 expected_copy = expected; in ExpectCache()918 std::sort(expected_copy.begin(), expected_copy.end()); in ExpectCache()920 return actual == expected_copy; in ExpectCache()