Home
last modified time | relevance | path

Searched defs:range_begin (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/range/detail/
Dbegin.hpp32 struct range_begin<std_container_> struct
35 BOOST_CONSTEXPR static BOOST_RANGE_DEDUCED_TYPENAME range_iterator<C>::type fun( C& c ) in fun()
46 struct range_begin<std_pair_> struct
49 … BOOST_CONSTEXPR static BOOST_RANGE_DEDUCED_TYPENAME range_iterator<P>::type fun( const P& p ) in fun()
60 struct range_begin<array_> struct
63 BOOST_CONSTEXPR static BOOST_RANGE_DEDUCED_TYPENAME range_value<T>::type* fun(T& t) in fun()
Ddetail_str.hpp150 struct range_begin<char_ptr_> struct
152 static char* fun( char* s ) in fun()
159 struct range_begin<const_char_ptr_> struct
161 static const char* fun( const char* s ) in fun()
168 struct range_begin<wchar_t_ptr_> struct
171 static wchar_t* fun( wchar_t* s ) in fun()
178 struct range_begin<const_wchar_t_ptr_> struct
180 static const wchar_t* fun( const wchar_t* s ) in fun()
/third_party/boost/boost/range/
Dbegin.hpp38 range_begin( C& c ) in range_begin() function
53 BOOST_CONSTEXPR inline Iterator range_begin( const std::pair<Iterator,Iterator>& p ) in range_begin() function
59 BOOST_CONSTEXPR inline Iterator range_begin( std::pair<Iterator,Iterator>& p ) in range_begin() function
72 BOOST_CONSTEXPR inline const T* range_begin( const T (&a)[sz] ) BOOST_NOEXCEPT in range_begin() function
78 BOOST_CONSTEXPR inline T* range_begin( T (&a)[sz] ) BOOST_NOEXCEPT in range_begin() function
/third_party/boost/libs/foreach/test/
Duser_defined.cpp19 char * range_begin(mine::dummy&) {return 0;} in range_begin() function
20 char const * range_begin(mine::dummy const&) {return 0;} in range_begin() function
/third_party/boost/libs/range/test/
Dextension_mechanism.cpp61 inline X::iterator range_begin( X& x ) in range_begin() function
67 inline X::const_iterator range_begin( const X& x ) in range_begin() function
Dextension_size.cpp43 … friend inline const_iterator range_begin(const FooWithoutSize& obj) { return obj.m_impl.begin(); } in range_begin() function
44 friend inline iterator range_begin(FooWithoutSize& obj) { return obj.m_impl.begin(); } in range_begin() function
/third_party/boost/libs/geometry/test/test_geometries/
Dall_custom_linestring.hpp100 range_begin(all_custom_linestring<Point>& als) in range_begin() function
107 range_begin(all_custom_linestring<Point> const& als) in range_begin() function
Dall_custom_ring.hpp106 range_begin(all_custom_ring<Point>& acr) in range_begin() function
113 range_begin(all_custom_ring<Point> const& acr) in range_begin() function
Dwrapped_boost_array.hpp66 >::type range_begin(wrapped_boost_array<Point, Count>& ar) in range_begin() function
75 >::type range_begin(wrapped_boost_array<Point, Count> const& ar) in range_begin() function
Dall_custom_container.hpp101 range_begin(all_custom_container<Item>& container) in range_begin() function
108 range_begin(all_custom_container<Item> const& container) in range_begin() function
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring.hpp139 >::iterator_type range_begin(polygon_data<CoordinateType>& polygon) in range_begin() function
148 >::iterator_type range_begin(polygon_data<CoordinateType> const& polygon) in range_begin() function
Dholes_proxy.hpp102 range_begin(boost::geometry::adapt::bp::holes_proxy<Polygon const> const& proxy) in range_begin() function
121 range_begin(boost::geometry::adapt::bp::holes_proxy<Polygon>& proxy) in range_begin() function
Dring_proxy.hpp208 range_begin(boost::geometry::adapt::bp::ring_proxy<Polygon>& proxy) in range_begin() function
215 range_begin(boost::geometry::adapt::bp::ring_proxy<Polygon const> const& proxy) in range_begin() function
/third_party/boost/boost/numeric/odeint/external/gsl/
Dgsl_wrapper.hpp133 inline gsl_vector_iterator range_begin( gsl_vector *x ) in range_begin() function
139 inline const_gsl_vector_iterator range_begin( const gsl_vector *x ) in range_begin() function
/third_party/boost/libs/geometry/example/
Dc08_custom_non_std_example.cpp190 inline custom_iterator<my_polygon> range_begin(my_polygon& polygon) in range_begin() function
195 inline custom_iterator<my_polygon const> range_begin(my_polygon const& polygon) in range_begin() function
/third_party/boost/boost/filesystem/
Ddirectory.hpp358 inline directory_iterator& range_begin(directory_iterator& iter) BOOST_NOEXCEPT { return iter; } in range_begin() function
359 inline directory_iterator range_begin(const directory_iterator& iter) BOOST_NOEXCEPT { return iter;… in range_begin() function
606 inline recursive_directory_iterator& range_begin(recursive_directory_iterator& iter) BOOST_NOEXCEPT… in range_begin() function
607 inline recursive_directory_iterator range_begin(const recursive_directory_iterator& iter) BOOST_NOE… in range_begin() function
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.h49 s64 range_begin; /* Look for objects in this range */ member
Dntfsundelete.c284 u32 range_begin; in parse_inode_arg() local
/third_party/boost/boost/xpressive/
Dsub_match.hpp147 inline BidiIter range_begin(sub_match<BidiIter> &sub) in range_begin() function
155 inline BidiIter range_begin(sub_match<BidiIter> const &sub) in range_begin() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc290 bool HasOverlap(int32_t range_begin, int32_t range_end, in HasOverlap()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc290 bool HasOverlap(int32_t range_begin, int32_t range_end, in HasOverlap()
/third_party/boost/boost/coroutine/
Dasymmetric_coroutine.hpp2318 range_begin( pull_coroutine< R > & c) in range_begin() function
2323 range_begin( pull_coroutine< R > const& c) in range_begin() function
2338 range_begin( push_coroutine< Arg > & c) in range_begin() function
/third_party/libxml2/
Dtrio.c5192 char range_begin; variable