Searched refs:disable_if_same (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/move/example/ |
D | doc_template_assign.cpp | 38 typename ::boost::move_detail::disable_if_same<U, Foo, Foo&>::type
|
/third_party/boost/boost/move/detail/ |
D | meta_utils_core.hpp | 132 struct disable_if_same : disable_if<is_same<T, U>, R> {}; struct
|
/third_party/grpc/third_party/upb/upb/ |
D | handlers-inl.h | 111 template <class T, class U> struct disable_if_same { typedef void Type; }; 112 template <class T> struct disable_if_same<T, T> {}; 622 typename disable_if_same<R *, void *>::Type> { 628 typename disable_if_same<R *, void *>::Type> {
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 4385 template <class T, class U> struct disable_if_same { typedef void Type; }; 4386 template <class T> struct disable_if_same<T, T> {}; 4896 typename disable_if_same<R *, void *>::Type> { 4902 typename disable_if_same<R *, void *>::Type> {
|