Home
last modified time | relevance | path

Searched defs:check_tuple (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/
Dconstructor_tests.cpp35 bool check_tuple(int n, const T& t) in check_tuple() function
41 bool check_tuple(int n, T * t) in check_tuple() function
49 bool check_tuple(int /*n*/, const null_type& ) { return true; } in check_tuple() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_cpp_extensions_aot.py205 def check_tuple(self, vals, expected): member in TestPybindTypeCasters