HomeSort by relevance Sort by last modified time
    Searched refs:remove_const (Results 1 - 25 of 130) 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/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.11-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.11-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-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
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 12 // remove_const
19 static_assert((std::is_same<typename std::remove_const<T>::type, U>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 12 // remove_const
19 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/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;

Completed in 1369 milliseconds

1 2 3 4 5 6