HomeSort by relevance Sort by last modified time
    Searched full:enable_if (Results 51 - 75 of 392) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/include/media/stagefright/foundation/
ALookup.h 33 template<typename V, typename = typename std::enable_if<!std::is_same<T, V>::value>::type>
36 template<typename V, typename = typename std::enable_if<!std::is_same<T, V>::value>::type>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
arg.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
imag.pass.cpp 24 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0)
38 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
norm.pass.cpp 24 test(T x, typename std::enable_if<std::is_integral<T>::value>::type* = 0)
32 test(T x, typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
real.pass.cpp 24 test(typename std::enable_if<std::is_integral<T>::value>::type* = 0)
38 test(typename std::enable_if<!std::is_integral<T>::value>::type* = 0)
  /external/libcxx/include/
scoped_allocator 210 class = typename enable_if<
220 class = typename enable_if<
230 class = typename enable_if<
240 class = typename enable_if<
291 class = typename enable_if<
299 class = typename enable_if<
308 class = typename enable_if<
435 class = typename enable_if<
444 class = typename enable_if<
452 class = typename enable_if<
    [all...]
queue 240 typename enable_if<uses_allocator<container_type,
246 typename enable_if<uses_allocator<container_type,
252 typename enable_if<uses_allocator<container_type,
259 typename enable_if<uses_allocator<container_type,
265 typename enable_if<uses_allocator<container_type,
450 typename enable_if<uses_allocator<container_type,
454 typename enable_if<uses_allocator<container_type,
459 typename enable_if<uses_allocator<container_type,
463 typename enable_if<uses_allocator<container_type,
469 typename enable_if<uses_allocator<container_type
    [all...]
stack 154 typename enable_if<uses_allocator<container_type,
160 typename enable_if<uses_allocator<container_type,
166 typename enable_if<uses_allocator<container_type,
173 typename enable_if<uses_allocator<container_type,
179 typename enable_if<uses_allocator<container_type,
set 657 typename enable_if<__is_transparent<_Compare, _K2>::value,iterator>::type
661 typename enable_if<__is_transparent<_Compare, _K2>::value,const_iterator>::type
671 typename enable_if<__is_transparent<_Compare, _K2>::value,size_type>::type
683 typename enable_if<__is_transparent<_Compare, _K2>::value,iterator>::type
688 typename enable_if<__is_transparent<_Compare, _K2>::value,const_iterator>::type
701 typename enable_if<__is_transparent<_Compare, _K2>::value,iterator>::type
705 typename enable_if<__is_transparent<_Compare, _K2>::value,const_iterator>::type
718 typename enable_if<__is_transparent<_Compare, _K2>::value,pair<iterator,iterator>>::type
722 typename enable_if<__is_transparent<_Compare, _K2>::value,pair<const_iterator,const_iterator>>::type
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
scoped_allocator 193 class = typename enable_if<
203 class = typename enable_if<
213 class = typename enable_if<
223 class = typename enable_if<
274 class = typename enable_if<
282 class = typename enable_if<
291 class = typename enable_if<
413 class = typename enable_if<
422 class = typename enable_if<
430 class = typename enable_if<
    [all...]
queue 240 typename enable_if<uses_allocator<container_type,
246 typename enable_if<uses_allocator<container_type,
252 typename enable_if<uses_allocator<container_type,
259 typename enable_if<uses_allocator<container_type,
265 typename enable_if<uses_allocator<container_type,
450 typename enable_if<uses_allocator<container_type,
454 typename enable_if<uses_allocator<container_type,
459 typename enable_if<uses_allocator<container_type,
463 typename enable_if<uses_allocator<container_type,
469 typename enable_if<uses_allocator<container_type
    [all...]
stack 154 typename enable_if<uses_allocator<container_type,
160 typename enable_if<uses_allocator<container_type,
166 typename enable_if<uses_allocator<container_type,
173 typename enable_if<uses_allocator<container_type,
179 typename enable_if<uses_allocator<container_type,
memory     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
scoped_allocator 193 class = typename enable_if<
203 class = typename enable_if<
213 class = typename enable_if<
223 class = typename enable_if<
274 class = typename enable_if<
282 class = typename enable_if<
291 class = typename enable_if<
413 class = typename enable_if<
422 class = typename enable_if<
430 class = typename enable_if<
    [all...]
queue 240 typename enable_if<uses_allocator<container_type,
246 typename enable_if<uses_allocator<container_type,
252 typename enable_if<uses_allocator<container_type,
259 typename enable_if<uses_allocator<container_type,
265 typename enable_if<uses_allocator<container_type,
450 typename enable_if<uses_allocator<container_type,
454 typename enable_if<uses_allocator<container_type,
459 typename enable_if<uses_allocator<container_type,
463 typename enable_if<uses_allocator<container_type,
469 typename enable_if<uses_allocator<container_type
    [all...]
stack 154 typename enable_if<uses_allocator<container_type,
160 typename enable_if<uses_allocator<container_type,
166 typename enable_if<uses_allocator<container_type,
173 typename enable_if<uses_allocator<container_type,
179 typename enable_if<uses_allocator<container_type,
memory     [all...]
  /art/compiler/utils/
array_ref.h 71 typename std::enable_if<std::is_same<T, const U>::value, tag>::type
81 typename = typename std::enable_if<
88 typename = typename std::enable_if<
107 typename std::enable_if<std::is_same<T, const U>::value, ArrayRef>::type&
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 168 template<bool, typename> struct enable_if {}; struct in namespace:Unevaluated::PR13423
169 template<typename T> struct enable_if<true, T> { using type = T; }; struct in namespace:Unevaluated::PR13423
176 static typename enable_if<f<U>(), void>::type g() {} // expected-note {{disabled by 'enable_if'}}
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
enable_if2.fail.cpp 12 // enable_if
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
enable_if2.fail.cpp 12 // enable_if
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
252 enable_if<__construct_helper<_Tp, _Args...>::value, void>::type
258 enable_if<__and_<__not_<__construct_helper<_Tp, _Args...>>,
279 static typename enable_if<__destroy_helper<_Tp>::value, void>::type
284 static typename enable_if<!__destroy_helper<_Tp>::value, void>::type
304 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
310 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
330 enable_if<__select_helper<_Alloc2>::value, _Alloc2>::type
336 enable_if<!__select_helper<_Alloc2>::value, _Alloc2>::typ
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
252 enable_if<__construct_helper<_Tp, _Args...>::value, void>::type
258 enable_if<__and_<__not_<__construct_helper<_Tp, _Args...>>,
279 static typename enable_if<__destroy_helper<_Tp>::value, void>::type
284 static typename enable_if<!__destroy_helper<_Tp>::value, void>::type
304 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
310 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
330 enable_if<__select_helper<_Alloc2>::value, _Alloc2>::type
336 enable_if<!__select_helper<_Alloc2>::value, _Alloc2>::typ
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 225 enable_if<__allocate_helper<_Alloc2>::value, pointer>::type
231 enable_if<!__allocate_helper<_Alloc2>::value, pointer>::type
252 enable_if<__construct_helper<_Tp, _Args...>::value, void>::type
258 enable_if<__and_<__not_<__construct_helper<_Tp, _Args...>>,
279 static typename enable_if<__destroy_helper<_Tp>::value, void>::type
284 static typename enable_if<!__destroy_helper<_Tp>::value, void>::type
304 enable_if<__maxsize_helper<_Alloc2>::value, size_type>::type
310 enable_if<!__maxsize_helper<_Alloc2>::value, size_type>::type
330 enable_if<__select_helper<_Alloc2>::value, _Alloc2>::type
336 enable_if<!__select_helper<_Alloc2>::value, _Alloc2>::typ
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp 16 #include <boost/iterator/detail/enable_if.hpp>
65 // enable_if for use in adapted iterators constructors.
95 // always enabled for compilers that don't support enable_if or is_convertible.
131 : iterators::enable_if<
144 : iterators::enable_if<

Completed in 231 milliseconds

1 23 4 5 6 7 8 91011>>