Searched defs:is_same (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dtype_support.h168 template<class T, class U> struct is_same : false_type {}; struct in namespace:fbl
169 template<class T> struct is_same<T, T> : true_type {}; struct in namespace:fbl
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dobject.h181 template <typename A, typename B> struct is_same { struct in class:zx::object
185 template <typename A> struct is_same<A, A> { struct in class:zx::object

Completed in 48 milliseconds