HomeSort by relevance Sort by last modified time
    Searched full:remove_reference (Results 526 - 550 of 712) sorted by null

<<212223242526272829

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
locale 736 typename remove_reference<decltype(errno)>::type __save_errno = errno;
740 typename remove_reference<decltype(errno)>::type __current_errno = errno;
776 typename remove_reference<decltype(errno)>::type __save_errno = errno;
780 typename remove_reference<decltype(errno)>::type __current_errno = errno;
829 typename remove_reference<decltype(errno)>::type __save_errno = errno;
833 typename remove_reference<decltype(errno)>::type __current_errno = errno;
    [all...]
valarray 650 typedef typename remove_reference<_ValExpr>::type _RmExpr;
689 typedef typename remove_reference<_ValExpr>::type _RmExpr;
732 typedef typename remove_reference<_ValExpr>::type _RmExpr;
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 82 !std::is_same<typename std::remove_reference<Callable>::type,
85 Callback(CallbackFn<typename std::remove_reference<Callable>::type>),
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 230 typedef typename remove_reference<LhsNested>::type _LhsNested;
231 typedef typename remove_reference<RhsNested>::type _RhsNested;
    [all...]
TensorFFT.h 71 typedef typename remove_reference<Nested>::type _Nested;
TensorVolumePatch.h 33 typedef typename remove_reference<Nested>::type _Nested;
  /external/clang/test/SemaCXX/
uninitialized.cpp 6 template <class T> struct remove_reference { typedef T type; }; struct in namespace:std::foo
7 template <class T> struct remove_reference<T&> { typedef T type; }; struct in namespace:std::foo
8 template <class T> struct remove_reference<T&&> { typedef T type; }; struct in namespace:std::foo
10 template <class T> typename remove_reference<T>::type&& move(T&& t);
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 72 typename internal::remove_reference<MatrixTypeNested>::type& matrix() { return m_matrix; }
  /external/libchrome/base/
bind_internal.h 509 !std::is_array<typename std::remove_reference<Receiver>::type>::value,
  /external/libcxx/include/
scoped_allocator 376 typedef typename remove_reference
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h 54 typedef typename std::remove_reference<T>::type RawType;
  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceHelper.h 734 typename std::remove_reference< \
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/experimental/
optional 403 is_same<typename remove_reference<_Up>::type, value_type>::value &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
functional     [all...]
scoped_allocator 376 typedef typename remove_reference
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/experimental/
optional 407 is_same<typename remove_reference<_Up>::type, value_type>::value &&
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
functional     [all...]
scoped_allocator 376 typedef typename remove_reference
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/experimental/
optional 407 is_same<typename remove_reference<_Up>::type, value_type>::value &&
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
functional     [all...]
scoped_allocator 376 typedef typename remove_reference
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/experimental/
optional 407 is_same<typename remove_reference<_Up>::type, value_type>::value &&
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
scoped_allocator 376 typedef typename remove_reference
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/experimental/
optional 407 is_same<typename remove_reference<_Up>::type, value_type>::value &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
scoped_allocator 376 typedef typename remove_reference

Completed in 1103 milliseconds

<<212223242526272829