HomeSort by relevance Sort by last modified time
    Searched refs:remove_reference (Results 76 - 93 of 93) sorted by null

1 2 34

  /external/eigen/Eigen/src/Core/
SolveTriangular.h 185 internal::triangular_solver_selector<MatrixType, typename internal::remove_reference<OtherCopy>::type,
Transpose.h 36 typedef typename remove_reference<MatrixTypeNested>::type MatrixTypeNestedPlain;
Block.h 56 typedef typename remove_reference<XprTypeNested>::type _XprTypeNested;
TriangularMatrix.h 141 typedef typename remove_reference<MatrixTypeNested>::type MatrixTypeNestedNonRef;
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 38 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
  /external/libcxx/test/std/utilities/function.objects/func.require/
invoke_helpers.h 45 typedef typename std::remove_reference<T>::type RawType;
  /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/
TriangularSolver.h 177 internal::sparse_solve_triangular_selector<ExpressionType, typename internal::remove_reference<OtherCopy>::type, Mode>::run(m_matrix, otherCopy);
SparseMatrix.h 65 typedef typename remove_reference<MatrixTypeNested>::type _MatrixTypeNested;
    [all...]
  /frameworks/native/cmds/installd/
otapreopt.cpp 70 static constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 527 reference_wrapper<typename remove_reference<_Del>::type>,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 84 typedef typename remove_reference<_Engine>::type _BEngine;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 527 reference_wrapper<typename remove_reference<_Del>::type>,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 84 typedef typename remove_reference<_Engine>::type _BEngine;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 527 reference_wrapper<typename remove_reference<_Del>::type>,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 84 typedef typename remove_reference<_Engine>::type _BEngine;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 644 reference_wrapper<typename remove_reference<_Del>::type>,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 84 typedef typename remove_reference<_Engine>::type _BEngine;
    [all...]

Completed in 665 milliseconds

1 2 34