Searched defs:same_type (Results 1 – 5 of 5) sorted by relevance
6 template<typename T> struct same_type<T, T> {}; struct
9 template<typename T> struct same_type<T, T> {}; struct
41 struct same_type { static const bool value = false; }; argument43 struct same_type<T, T> { static const bool value = true; }; struct
55 inline bool same_type(const std::type_info &lhs, const std::type_info &rhs) { return lhs == rhs; } in same_type() function59 inline bool same_type(const std::type_info &lhs, const std::type_info &rhs) { in same_type() function
3436 bool same_type = source_type == destination_type; in CopyElementsFromTypedArray() local