HomeSort by relevance Sort by last modified time
    Searched refs:remove_const (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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<
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 98 struct remove_const { struct
103 struct remove_const<const T> { struct
107 int remove_const0[is_same<remove_const<const int>::type, int>::value? 1 : -1];
108 int remove_const1[is_same<remove_const<const int[3]>::type, int[3]>::value? 1 : -1];
  /external/eigen/Eigen/src/Core/util/
Meta.h 44 template <class T> struct remove_const { typedef T type; }; struct in namespace:Eigen::internal
45 template <class T> struct remove_const<const T> { typedef T type; }; struct in namespace:Eigen::internal
46 template <class T> struct remove_const<const T[]> { typedef T type[]; }; struct in namespace:Eigen::internal
47 template <class T, unsigned int Size> struct remove_const<const T[Size]> { typedef T type[Size]; }; struct in namespace:Eigen::internal
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 134 # include <boost/type_traits/remove_const.hpp>
269 typedef typename remove_const<T>::type value_type;
289 , typename remove_const<
  /external/eigen/Eigen/src/Core/
Replicate.h 76 EIGEN_STATIC_ASSERT((internal::is_same<typename internal::remove_const<MatrixType>::type,OriginalMatrixType>::value),
85 EIGEN_STATIC_ASSERT((internal::is_same<typename internal::remove_const<MatrixType>::type,OriginalMatrixType>::value),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
type_traits_unittest.cc 547 COMPILE_ASSERT_TYPES_EQ(int, remove_const<int>::type);
548 COMPILE_ASSERT_TYPES_EQ(int, remove_const<const int>::type);
549 COMPILE_ASSERT_TYPES_EQ(int *, remove_const<int * const>::type);
551 COMPILE_ASSERT_TYPES_EQ(const int *, remove_const<const int *>::type);
553 remove_const<const volatile int>::type);
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 88 typename std::remove_const<CostKeyT>::type>::value,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp 74 remove_const<T>::type data;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp 172 typedef typename std::remove_const<
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 172 typedef typename std::remove_const<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_facade.hpp 23 #include <boost/type_traits/remove_const.hpp>
106 typedef typename remove_const<ValueParam>::type value_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
shared_ptr.h 549 typedef typename std::remove_const<_Tp>::type _Tp_nc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 127 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 612 typedef typename std::remove_const<_Tp>::type _Tp_nc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 121 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 612 typedef typename std::remove_const<_Tp>::type _Tp_nc;
  /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_/
ov_tree_map_.hpp 121 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 127 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 127 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 127 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 127 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 549 typedef typename std::remove_const<_Tp>::type _Tp_nc;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 127 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 613 typedef typename std::remove_const<_Tp>::type _Tp_nc;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 121 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;

Completed in 1384 milliseconds

1 23 4 5