OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remove_reference
(Results
101 - 125
of
173
) sorted by null
1
2
3
4
5
6
7
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
memory
998
typedef typename __pointer_type_imp::__pointer_type<_Tp, typename
remove_reference
<_Dp>::type>::type type;
[
all
...]
utility
41
template <class T> T&& forward(typename
remove_reference
<T>::type& t) noexcept;
42
template <class T> T&& forward(typename
remove_reference
<T>::type&& t) noexcept;
44
template <class T> typename
remove_reference
<T>::type&& move(T&&) noexcept;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp
31
#include <boost/type_traits/
remove_reference
.hpp>
241
::boost::is_function<typename ::boost::
remove_reference
<From>::type>::value
/external/chromium_org/third_party/cld/base/
casts.h
80
typedef typename base::
remove_reference
<To>::type* ToAsPointer;
/external/eigen/Eigen/src/Core/
Diagonal.h
41
typedef typename
remove_reference
<MatrixTypeNested>::type _MatrixTypeNested;
Reverse.h
41
typedef typename
remove_reference
<MatrixTypeNested>::type _MatrixTypeNested;
Dot.h
141
typedef typename internal::
remove_reference
<Nested>::type _Nested;
SolveTriangular.h
185
internal::triangular_solver_selector<MatrixType, typename internal::
remove_reference
<OtherCopy>::type,
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
future
513
typedef typename
remove_reference
<_BoundFn>::type::result_type __res;
[
all
...]
tuple
888
<typename std::
remove_reference
<_Tp>::type>::type>::type
940
<typename std::
remove_reference
<_Tuple>::type>::type>
989
typename std::
remove_reference
<_Tp>::type>::value>::__type __type;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
future
513
typedef typename
remove_reference
<_BoundFn>::type::result_type __res;
[
all
...]
tuple
888
<typename std::
remove_reference
<_Tp>::type>::type>::type
940
<typename std::
remove_reference
<_Tuple>::type>::type>
989
typename std::
remove_reference
<_Tp>::type>::value>::__type __type;
[
all
...]
/external/eigen/Eigen/src/Geometry/
Homogeneous.h
38
typedef typename
remove_reference
<MatrixTypeNested>::type _MatrixTypeNested;
/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);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp
24
#include <boost/type_traits/
remove_reference
.hpp>
248
typename
remove_reference
<Reference>::type
Completed in 632 milliseconds
1
2
3
4
5
6
7