Home
last modified time | relevance | path

Searched refs:range_detail (Results 1 – 15 of 15) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
Dcommon.hpp32 namespace range_detail namespace
66 …BOOST_STATIC_CONSTANT( bool, is_pair_ = sizeof( boost::range_detail::is_pair_impl( …
67 …BOOST_STATIC_CONSTANT( bool, is_char_ptr_ = sizeof( boost::range_detail::is_char_ptr_im…
68 …BOOST_STATIC_CONSTANT( bool, is_const_char_ptr_ = sizeof( boost::range_detail::is_const_char_…
69 …BOOST_STATIC_CONSTANT( bool, is_wchar_t_ptr_ = sizeof( boost::range_detail::is_wchar_t_ptr…
70 …BOOST_STATIC_CONSTANT( bool, is_const_wchar_t_ptr_ = sizeof( boost::range_detail::is_const_wchar…
71 …BOOST_STATIC_CONSTANT( bool, is_char_array_ = sizeof( boost::range_detail::is_char_array_…
72 …BOOST_STATIC_CONSTANT( bool, is_wchar_t_array_ = sizeof( boost::range_detail::is_wchar_t_arr…
81 …typedef BOOST_RANGE_DEDUCED_TYPENAME boost::mpl::if_c< ::boost::range_detail::range_helper<C>::i…
82 boost::range_detail::std_pair_,
[all …]
Dextract_optional_type.hpp31 namespace range_detail { namespace
45 …, BOOST_DEDUCED_TYPENAME boost::range_detail::exists< BOOST_DEDUCED_TYPENAME C::a_typedef >::type \
Dmisc_concept.hpp15 namespace range_detail namespace
Dsafe_bool.hpp18 namespace range_detail namespace
Dsfinae.hpp22 namespace range_detail namespace
Dimplementation_help.hpp26 namespace range_detail namespace
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Das_literal.hpp34 namespace range_detail namespace
102 return range_detail::make_range( r, range_detail::is_char_ptr(r) ); in as_literal()
109 return range_detail::make_range( r, range_detail::is_char_ptr(r) ); in as_literal()
115 return range_detail::make_range( arr, range_detail::is_char_ptr(arr) ); in as_literal()
121 return range_detail::make_range( arr, range_detail::is_char_ptr(arr) ); in as_literal()
Dend.hpp34 namespace range_detail namespace
76 return range_detail::array_end<T,sz>( a ); in range_end()
82 return range_detail::array_end<T,sz>( a ); in range_end()
100 using namespace range_detail; in end()
111 using namespace range_detail; in end()
Dmutable_iterator.hpp35 namespace range_detail { namespace
40 struct range_mutable_iterator : range_detail::extract_iterator<C>
Dconst_iterator.hpp35 namespace range_detail { namespace
40 struct range_const_iterator : range_detail::extract_const_iterator<C>
Dbegin.hpp32 namespace range_detail namespace
106 using namespace range_detail; in begin()
117 using namespace range_detail; in begin()
Dsize.hpp26 namespace range_detail namespace
45 using namespace range_detail; in size()
Dconcepts.hpp61 namespace range_detail { namespace
259 BOOST_RANGE_CONCEPT_ASSERT((range_detail::SinglePassIteratorConcept<iterator>));
260 BOOST_RANGE_CONCEPT_ASSERT((range_detail::SinglePassIteratorConcept<const_iterator>));
299 …BOOST_RANGE_CONCEPT_ASSERT((range_detail::ForwardIteratorConcept<BOOST_DEDUCED_TYPENAME ForwardRan…
300 …BOOST_RANGE_CONCEPT_ASSERT((range_detail::ForwardIteratorConcept<BOOST_DEDUCED_TYPENAME ForwardRan…
Diterator_range_core.hpp127 typedef range_detail::safe_bool< IteratorT iterator_range<IteratorT>::* > safe_bool_t;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
Dequal.hpp19 namespace range_detail namespace
175 return ::boost::range_detail::equal( in equal()
188 return ::boost::range_detail::equal( in equal()