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

1 2 3 4 5 6 7

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
remove_const.hpp 23 #include <boost/type_traits/msvc/remove_const.hpp>
71 // * convert a type T to non-const type - remove_const<T>
73 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_const,T,typename boost::detail::remove_const_impl<T>::type)
74 BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_1(typename T,remove_const,T&,T&)
76 BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(typename T,std::size_t N,remove_const,T const[N],T type[N])
77 BOOST_TT_AUX_TYPE_TRAIT_PARTIAL_SPEC1_2(typename T,std::size_t N,remove_const,T const volatile[N],T volatile type[N])
82 BOOST_TT_AUX_TYPE_TRAIT_DEF1(remove_const,T,typename boost::detail::remove_const_impl<T>::type)
cv_traits.hpp 10 // is_const, is_volatile, remove_const, remove_volatile, remove_cv.
20 #include <boost/type_traits/remove_const.hpp>
broken_compiler_spec.hpp 45 BOOST_TT_AUX_BROKEN_TYPE_TRAIT_SPEC1(remove_const,T const,T) \
46 BOOST_TT_AUX_BROKEN_TYPE_TRAIT_SPEC1(remove_const,T const volatile,T volatile) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 69 typename remove_const<
75 typename remove_const<
81 typename remove_const<
87 typename remove_const<
126 typename remove_const<
132 typename remove_const<
138 typename remove_const<
144 typename remove_const<
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 69 typename remove_const<
75 typename remove_const<
81 typename remove_const<
87 typename remove_const<
126 typename remove_const<
132 typename remove_const<
138 typename remove_const<
144 typename remove_const<
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 69 typename remove_const<
75 typename remove_const<
81 typename remove_const<
87 typename remove_const<
126 typename remove_const<
132 typename remove_const<
138 typename remove_const<
144 typename remove_const<
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 69 typename remove_const<
75 typename remove_const<
81 typename remove_const<
87 typename remove_const<
126 typename remove_const<
132 typename remove_const<
138 typename remove_const<
144 typename remove_const<
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 69 typename remove_const<
75 typename remove_const<
81 typename remove_const<
87 typename remove_const<
126 typename remove_const<
132 typename remove_const<
138 typename remove_const<
144 typename remove_const<
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 69 typename remove_const<
75 typename remove_const<
81 typename remove_const<
87 typename remove_const<
126 typename remove_const<
132 typename remove_const<
138 typename remove_const<
144 typename remove_const<
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 69 typename remove_const<
75 typename remove_const<
81 typename remove_const<
87 typename remove_const<
126 typename remove_const<
132 typename remove_const<
138 typename remove_const<
144 typename remove_const<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
iterator.hpp 22 #include <boost/type_traits/remove_const.hpp>
37 range_const_iterator< typename remove_const<C>::type >,
62 range_const_iterator< typename remove_const<C>::type >,
const_iterator.hpp 25 #include <boost/type_traits/remove_const.hpp>
size_type.hpp 26 #include <boost/type_traits/remove_const.hpp>
  /external/libcxx/test/utilities/meta/meta.trans/meta.trans.cv/
Android.mk 19 test_name := utilities/meta/meta.trans/meta.trans.cv/remove_const
20 test_src := remove_const.pass.cpp
remove_const.pass.cpp 12 // remove_const
19 static_assert((std::is_same<typename std::remove_const<T>::type, U>::value), "");
  /ndk/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/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-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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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;
  /external/eigen/test/
meta.cpp 34 // test remove_const
35 VERIFY(( internal::is_same< internal::remove_const<float const* const>::type, float const* >::value));
36 VERIFY(( internal::is_same< internal::remove_const<float const*>::type, float const* >::value));
37 VERIFY(( internal::is_same< internal::remove_const<float* const>::type, float* >::value));
  /external/chromium_org/mojo/system/
memory.h 22 // Removes |const| from |T| (available as |remove_const<T>::type|):
23 // TODO(vtl): Remove these once we have the C++11 |remove_const|.
25 struct remove_const { struct in namespace:mojo::system::internal
29 struct remove_const<const T> { struct in namespace:mojo::system::internal
159 void GetArray(typename internal::remove_const<Type>::type* destination,
272 typedef typename internal::remove_const<Type>::type TypeNoConst;
  /external/chromium_org/third_party/cld/base/
type_traits.h 20 // remove_const
144 template<typename T> struct remove_const { typedef T type; }; struct in namespace:base
145 template<typename T> struct remove_const<T const> { typedef T type; }; struct in namespace:base
149 typedef typename remove_const<typename remove_volatile<T>::type>::type type;

Completed in 619 milliseconds

1 2 3 4 5 6 7