HomeSort by relevance Sort by last modified time
    Searched refs:remove_const (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /hardware/interfaces/wifi/1.0/vts/functional/
wifi_hidl_call_util.h 37 using StorageT = typename std::remove_const<
54 std::pair<typename std::remove_const<
56 typename std::remove_const<
73 using StorageT = std::tuple<typename std::remove_const<
  /hardware/interfaces/wifi/hostapd/1.0/vts/functional/
hostapd_hidl_call_util.h 41 using StorageT = typename std::remove_const<
58 std::pair<typename std::remove_const<
60 typename std::remove_const<
77 using StorageT = std::tuple<typename std::remove_const<
  /hardware/interfaces/wifi/offload/1.0/vts/functional/
hidl_call_util.h 37 using StorageT = typename std::remove_const<
54 std::pair<typename std::remove_const<
56 typename std::remove_const<
73 using StorageT = std::tuple<typename std::remove_const<
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_call_util.h 41 using StorageT = typename std::remove_const<
58 std::pair<typename std::remove_const<
60 typename std::remove_const<
77 using StorageT = std::tuple<typename std::remove_const<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 59 typedef typename remove_const<value_type>::type rcvalue_type;
60 typedef typename remove_const<key_type>::type rckey_type;
93 typedef typename remove_const<value_type>::type rcvalue_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 63 using std::tr1::remove_const;
99 value = is_fundamental<typename remove_const<T>::type>::value
100 || is_pointer<typename remove_const<T>::type>::value
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 59 typedef typename remove_const<value_type>::type rcvalue_type;
60 typedef typename remove_const<key_type>::type rckey_type;
93 typedef typename remove_const<value_type>::type rcvalue_type;
  /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 63 using std::tr1::remove_const;
99 value = is_fundamental<typename remove_const<T>::type>::value
100 || is_pointer<typename remove_const<T>::type>::value
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 12 // remove_const
21 static_assert((std::is_same<typename std::remove_const<T>::type, U>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 12 // remove_const
21 static_assert((std::is_same<typename std::remove_const<T>::type, U>::value), "");
  /system/connectivity/wificond/scanning/offload/
hidl_call_util.h 39 using StorageT = typename std::remove_const<
56 std::pair<typename std::remove_const<
58 typename std::remove_const<
74 using StorageT = std::tuple<typename std::remove_const<
  /system/nvram/messages/include/nvram/messages/
type_traits.h 31 struct remove_const { struct in namespace:nvram
35 struct remove_const<const T> { struct in namespace:nvram
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIO.h 21 typedef typename internal::remove_const<typename Tensor::Scalar>::type Scalar;
38 typedef typename internal::remove_const<typename Tensor::Scalar>::type Scalar;
  /external/eigen/test/
meta.cpp 40 // test remove_const
41 VERIFY(( internal::is_same< internal::remove_const<float const* const>::type, float const* >::value));
42 VERIFY(( internal::is_same< internal::remove_const<float const*>::type, float const* >::value));
43 VERIFY(( internal::is_same< internal::remove_const<float* const>::type, float* >::value));
  /external/libchrome/base/metrics/
histogram_macros_internal.h 145 std::is_same<std::remove_const<decltype(sample)>::type, \
146 std::remove_const<decltype(boundary)>::type>::value, \
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 154 template <class _Tp> struct remove_const {typedef _Tp type;}; struct in namespace:std
155 template <class _Tp> struct remove_const<const _Tp> {typedef _Tp type;}; struct in namespace:std
175 is_same<typename remove_const<_Tp>::type, _Up>::value &&
207 is_same<typename remove_const<_Tp>::type, _Up>::value &&
  /external/libmojo/mojo/public/cpp/bindings/lib/
native_enum_serialization.h 24 using UserType = typename std::remove_const<MaybeConstUserType>::type;
string_serialization.h 22 using UserType = typename std::remove_const<MaybeConstUserType>::type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 101 typename remove_const<
107 typename remove_const<
231 typename remove_const<
237 typename remove_const<
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 101 typename remove_const<
107 typename remove_const<
231 typename remove_const<
237 typename remove_const<
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 48 // remove_const
83 template <class T> struct remove_const;
273 template<typename T> struct remove_const { typedef T type; }; struct in namespace:google::protobuf::internal
274 template<typename T> struct remove_const<T const> { typedef T type; }; struct in namespace:google::protobuf::internal
278 typedef typename remove_const<typename remove_volatile<T>::type>::type type;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 48 // remove_const
83 template <class T> struct remove_const;
273 template<typename T> struct remove_const { typedef T type; }; struct in namespace:google::protobuf::internal
274 template<typename T> struct remove_const<T const> { typedef T type; }; struct in namespace:google::protobuf::internal
278 typedef typename remove_const<typename remove_volatile<T>::type>::type type;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 48 // remove_const
83 template <class T> struct remove_const;
273 template<typename T> struct remove_const { typedef T type; }; struct in namespace:google::protobuf::internal
274 template<typename T> struct remove_const<T const> { typedef T type; }; struct in namespace:google::protobuf::internal
278 typedef typename remove_const<typename remove_volatile<T>::type>::type type;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 48 // remove_const
83 template <class T> struct remove_const;
273 template<typename T> struct remove_const { typedef T type; }; struct in namespace:google::protobuf::internal
274 template<typename T> struct remove_const<T const> { typedef T type; }; struct in namespace:google::protobuf::internal
278 typedef typename remove_const<typename remove_volatile<T>::type>::type type;
  /external/eigen/Eigen/src/Core/
Replicate.h 77 EIGEN_STATIC_ASSERT((internal::is_same<typename internal::remove_const<MatrixType>::type,OriginalMatrixType>::value),
87 EIGEN_STATIC_ASSERT((internal::is_same<typename internal::remove_const<MatrixType>::type,OriginalMatrixType>::value),

Completed in 523 milliseconds

1 2 3 4 5 6