OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remove_reference
(Results
201 - 225
of
712
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h
401
&std::
remove_reference
<HandlerT>::type::operator())> {};
634
typedef ReferenceStorage<typename std::
remove_reference
<T>::type> wrap;
643
typedef typename std::
remove_reference
<T>::type &reference;
644
typedef const typename std::
remove_reference
<T>::type &const_reference;
645
typedef typename std::
remove_reference
<T>::type *pointer;
646
typedef const typename std::
remove_reference
<T>::type *const_pointer;
[
all
...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorArgMax.h
32
typedef typename
remove_reference
<Nested>::type _Nested;
142
typedef typename
remove_reference
<Nested>::type _Nested;
TensorEvalTo.h
32
typedef typename
remove_reference
<Nested>::type _Nested;
TensorForcedEval.h
38
typedef typename
remove_reference
<Nested>::type _Nested;
TensorGenerator.h
31
typedef typename
remove_reference
<Nested>::type _Nested;
TensorLayoutSwap.h
46
typedef typename
remove_reference
<Nested>::type _Nested;
/external/libcxx/src/
string.cpp
65
typename
remove_reference
<decltype(errno)>::type errno_save = errno;
182
typename
remove_reference
<decltype(errno)>::type errno_save = errno;
/frameworks/base/tools/aapt2/util/
Maybe.h
275
inline Maybe<typename std::
remove_reference
<T>::type> make_value(T&& value) {
276
return Maybe<typename std::
remove_reference
<T>::type>(std::forward<T>(value));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp
68
typename
remove_reference
<decltype(errno)>::type errno_save = errno;
185
typename
remove_reference
<decltype(errno)>::type errno_save = errno;
/prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libstagefright_soft_flacdec.so.lsdump.gz
libc++.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/64/x86/source-based/
libc++.so.lsdump.gz
libstagefright_soft_flacdec.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/
libstagefright_soft_flacdec.so.lsdump.gz
libc++.so.lsdump.gz
/external/libcxx/include/
tuple
[
all
...]
/external/clang/www/
libstdc++4.4-clang0x.patch
29
+ forward(typename std::
remove_reference
<_Tp>::type& __t)
38
+ forward(typename std::
remove_reference
<_Tp>::type&& __t)
51
inline typename std::
remove_reference
<_Tp>::type&&
54
+ { return static_cast<typename std::
remove_reference
<_Tp>::type&&>(__t); }
/external/eigen/Eigen/src/Core/
CwiseUnaryView.h
83
typename internal::
remove_reference
<MatrixTypeNested>::type&
Replicate.h
24
typedef typename
remove_reference
<MatrixTypeNested>::type _MatrixTypeNested;
Reverse.h
27
typedef typename
remove_reference
<MatrixTypeNested>::type _MatrixTypeNested;
/external/eigen/Eigen/src/SparseCore/
SparseTriangularView.h
47
typedef typename internal::
remove_reference
<MatrixTypeNested>::type MatrixTypeNestedNonRef;
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR20855_tuple_ref_binding_diagnostics.pass.cpp
31
using RawTp = typename std::remove_cv< typename std::
remove_reference
<Tp>::type>::type;
/external/llvm/include/llvm/Support/
type_traits.h
66
typedef typename std::
remove_reference
<T>::type UnderlyingT;
/external/mesa3d/src/gallium/state_trackers/clover/util/
adaptor.hpp
49
typedef typename std::
remove_reference
<reference>::type value_type;
/external/protobuf/src/google/protobuf/stubs/
casts.h
98
typedef typename
remove_reference
<To>::type* ToAsPointer;
Completed in 564 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>