Home
last modified time | relevance | path

Searched defs:same_type (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx0x-initializer-stdinitializerlist.cpp41 struct same_type { static const bool value = false; }; struct
43 struct same_type<T, T> { static const bool value = true; }; struct
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp11.cpp6 template<typename T> struct same_type<T, T> {}; struct
Dp7.cpp9 template<typename T> struct same_type<T, T> {}; struct
/external/python/pybind11/include/pybind11/detail/
Dinternals.h57 inline bool same_type(const std::type_info &lhs, const std::type_info &rhs) { return lhs == rhs; } in same_type() function
61 inline bool same_type(const std::type_info &lhs, const std::type_info &rhs) { in same_type() function
/external/cronet/base/android/
Dscoped_java_ref_unittest.cc307 bool same_type = std::is_same<std::iterator_traits<It>::iterator_category, in TEST_F() local