Home
last modified time | relevance | path

Searched refs:range_begin (Results 1 – 25 of 32) sorted by relevance

12

/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
103 return range_begin( r ); in begin()
115 return range_begin( r ); in begin()
/third_party/boost/boost/range/detail/
Dbegin.hpp25 struct range_begin;
32 struct range_begin<std_container_> struct
46 struct range_begin<std_pair_> struct
60 struct range_begin<array_> struct
77 …return range_detail::range_begin< BOOST_RANGE_DEDUCED_TYPENAME range_detail::range<C>::type >::fun… in begin()
Ddetail_str.hpp150 struct range_begin<char_ptr_> struct
159 struct range_begin<const_char_ptr_> struct
168 struct range_begin<wchar_t_ptr_> struct
178 struct range_begin<const_wchar_t_ptr_> struct
190 return range_detail::range_begin< BOOST_RANGE_DEDUCED_TYPENAME in str_begin()
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.c139 opts.range_begin = -1; in parse_options()
155 (utils_parse_range(optarg, &opts.range_begin, &opts.range_end, FALSE))) in parse_options()
202 (utils_parse_range(optarg, &opts.range_begin, &opts.range_end, FALSE))) in parse_options()
260 } else if (opts.range_begin > opts.range_end) { in parse_options()
508 if (opts.range_begin == opts.range_end) in main()
510 (unsigned long long)opts.range_begin); in main()
512 …ntfs_log_quiet("Searching for sector range %llu-%llu\n", (unsigned long long)opts.range_begin, (un… in main()
514 opts.range_begin >>= (vol->cluster_size_bits - vol->sector_size_bits); in main()
516 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main()
519 if (opts.range_begin == opts.range_end) in main()
[all …]
Dntfscluster.h49 s64 range_begin; /* Look for objects in this range */ member
Dntfsundelete.c284 u32 range_begin; in parse_inode_arg() local
332 range_begin = inode; in parse_inode_arg()
342 if (range_begin > range_end) { in parse_inode_arg()
344 range_end = range_begin; in parse_inode_arg()
345 range_begin = range_temp; in parse_inode_arg()
349 ranges[nr_entries].begin = range_begin; in parse_inode_arg()
/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
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
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
/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/boost/libs/range/doc/reference/
Dextending.qbk42 [[`range_begin(x)`] [__single_pass_range__]]
47 `range_begin()` and `range_end()` must be overloaded for both `const` and `mutable` reference argum…
113 inline T range_begin( Pair<T>& x )
119 inline T range_begin( const Pair<T>& x )
/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() argument
292 if (range_begin == range_end) in HasOverlap()
293 return glyph_ids.find(range_begin) != glyph_ids.end(); in HasOverlap()
295 if (range_begin >= range_end) in HasOverlap()
298 IntegerSet::const_iterator left = glyph_ids.lower_bound(range_begin); 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() argument
292 if (range_begin == range_end) in HasOverlap()
293 return glyph_ids.find(range_begin) != glyph_ids.end(); in HasOverlap()
295 if (range_begin >= range_end) in HasOverlap()
298 IntegerSet::const_iterator left = glyph_ids.lower_bound(range_begin); in HasOverlap()
/third_party/boost/libs/geometry/doc/
Dexample_adapting_a_legacy_geometry_object_model.qbk201 range_begin(QLineString& qls) {return qls.points.begin();}
207 range_begin(const QLineString& qls) {return qls.points.begin();}
403 inline RingIterator range_begin(QRing& r)
406 inline ConstRingIterator range_begin(const QRing& r)
575 inline PolygonRingIterator range_begin(CustomPolygonRingRange& r)
578 inline ConstPolygonRingIterator range_begin(const CustomPolygonRingRange& r)
/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/boost/libs/range/doc/
Dupgrade.qbk61 # `boost_range_begin()` and `boost_range_end()` have been renamed `range_begin()` and `range_end()`…

12