Home
last modified time | relevance | path

Searched defs:is_tuple (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/test/data/monomorphic/
Dsample_merge.hpp33 struct is_tuple : std::false_type {}; struct
36 struct is_tuple<std::tuple<T...>> : std::true_type {}; struct
39 struct is_tuple<T&&> : is_tuple<typename std::decay<T>::type> {}; struct
42 struct is_tuple<T&> : is_tuple<typename std::decay<T>::type> {}; struct
/third_party/boost/boost/histogram/detail/
Ddetect.hpp129 using is_tuple = typename is_tuple_impl<T>::type; typedef
/third_party/python/Lib/test/
Dtest_future.py149 self, annotation, expected=None, drop_parens=False, is_tuple=False, argument
/third_party/python/Lib/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/third_party/python/Lib/lib2to3/tests/
Dtest_util.py29 def is_tuple(self, string): member in Test_is_tuple
/third_party/libxml2/python/
Dlibxml.c3494 int is_tuple = 0; in PyxmlNodeSet_Convert() local
3553 int is_tuple = 0; in PystringSet_Convert() local