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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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>
  /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 >,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/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/6/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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/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/8/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.6/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/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.7/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

Completed in 216 milliseconds

1 2 3 4