Searched defs:check_tuple (Results 1 – 2 of 2) sorted by relevance
35 bool check_tuple(int n, const T& t) in check_tuple() function41 bool check_tuple(int n, T * t) in check_tuple() function49 bool check_tuple(int /*n*/, const null_type& ) { return true; } in check_tuple() function
205 def check_tuple(self, vals, expected): member in TestPybindTypeCasters