OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remove_reference
(Results
226 - 250
of
712
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc
583
COMPILE_ASSERT_TYPES_EQ(int,
remove_reference
<int>::type);
584
COMPILE_ASSERT_TYPES_EQ(int,
remove_reference
<int&>::type);
585
COMPILE_ASSERT_TYPES_EQ(const int,
remove_reference
<const int&>::type);
586
COMPILE_ASSERT_TYPES_EQ(int*,
remove_reference
<int * &>::type);
/external/skia/include/private/
SkTLogic.h
34
template <typename T> using remove_reference_t = typename std::
remove_reference
<T>::type;
/external/skqp/include/private/
SkTLogic.h
34
template <typename T> using remove_reference_t = typename std::
remove_reference
<T>::type;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
type_traits.h
66
typedef typename std::
remove_reference
<T>::type UnderlyingT;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h
66
typedef typename std::
remove_reference
<T>::type UnderlyingT;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
type_traits.h
66
typedef typename std::
remove_reference
<T>::type UnderlyingT;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
type_traits.h
65
using UnderlyingT = typename std::
remove_reference
<T>::type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
type_utils.hpp
64
using std::tr1::
remove_reference
;
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h
98
typedef typename
remove_reference
<To>::type* ToAsPointer;
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libstagefright_soft_flacdec.so.lsdump.gz
libkeymaster_portable.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libstagefright_soft_flacdec.so.lsdump.gz
/prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libkeymaster_portable.so.lsdump.gz
Completed in 268 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>