/third_party/boost/boost/range/detail/ |
D | end.hpp | 33 struct range_end<std_container_> struct 37 fun( C& c ) in fun() 48 struct range_end<std_pair_> struct 52 fun( const P& p ) in fun() 63 struct range_end<array_> struct 66 BOOST_CONSTEXPR static BOOST_RANGE_DEDUCED_TYPENAME remove_extent<T>::type* fun(T& t) in fun()
|
D | detail_str.hpp | 199 struct range_end<char_array_> struct 202 static T* fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() 209 struct range_end<wchar_t_array_> struct 212 static T* fun( T BOOST_RANGE_ARRAY_REF()[sz] ) in fun() 219 struct range_end<char_ptr_> struct 221 static char* fun( char* s ) in fun() 228 struct range_end<const_char_ptr_> struct 230 static const char* fun( const char* s ) in fun() 237 struct range_end<wchar_t_ptr_> struct 239 static wchar_t* fun( wchar_t* s ) in fun() [all …]
|
/third_party/boost/boost/range/ |
D | end.hpp | 39 range_end( C& c ) in range_end() function 54 BOOST_CONSTEXPR inline Iterator range_end( const std::pair<Iterator,Iterator>& p ) in range_end() function 60 BOOST_CONSTEXPR inline Iterator range_end( std::pair<Iterator,Iterator>& p ) in range_end() function 70 BOOST_CONSTEXPR inline const T* range_end( const T (&a)[sz] ) BOOST_NOEXCEPT in range_end() function 76 BOOST_CONSTEXPR inline T* range_end( T (&a)[sz] ) BOOST_NOEXCEPT in range_end() function
|
/third_party/boost/libs/foreach/test/ |
D | user_defined.cpp | 21 char * range_end(mine::dummy&) {return 0;} in range_end() function 22 char const * range_end(mine::dummy const&) {return 0;} in range_end() function
|
/third_party/boost/libs/range/test/ |
D | extension_mechanism.cpp | 73 inline X::iterator range_end( X& x ) in range_end() function 78 inline X::const_iterator range_end( const X& x ) in range_end() function
|
D | extension_size.cpp | 45 … friend inline const_iterator range_end(const FooWithoutSize& obj) { return obj.m_impl.end(); } in range_end() function 46 friend inline iterator range_end(FooWithoutSize& obj){ return obj.m_impl.end(); } in range_end() function
|
/third_party/boost/libs/geometry/test/test_geometries/ |
D | all_custom_linestring.hpp | 114 range_end(all_custom_linestring<Point>& als) in range_end() function 121 range_end(all_custom_linestring<Point> const& als) in range_end() function
|
D | all_custom_ring.hpp | 120 range_end(all_custom_ring<Point>& acr) in range_end() function 127 range_end(all_custom_ring<Point> const& acr) in range_end() function
|
D | wrapped_boost_array.hpp | 84 >::type range_end(wrapped_boost_array<Point, Count>& ar) in range_end() function 97 >::type range_end(wrapped_boost_array<Point, Count> const& ar) in range_end() function
|
D | all_custom_container.hpp | 115 range_end(all_custom_container<Item>& container) in range_end() function 122 range_end(all_custom_container<Item> const& container) in range_end() function
|
/third_party/freetype/src/base/ |
D | ftgasp.c | 38 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftgasp.c | 39 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() local
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftgasp.c | 38 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() local
|
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/ |
D | ring.hpp | 157 >::iterator_type range_end(polygon_data<CoordinateType>& polygon) in range_end() function 166 >::iterator_type range_end(polygon_data<CoordinateType> const& polygon) in range_end() function
|
D | holes_proxy.hpp | 111 range_end(boost::geometry::adapt::bp::holes_proxy<Polygon const> const& proxy) in range_end() function 130 range_end(boost::geometry::adapt::bp::holes_proxy<Polygon>& proxy) in range_end() function
|
D | ring_proxy.hpp | 222 range_end(boost::geometry::adapt::bp::ring_proxy<Polygon>& proxy) in range_end() function 229 range_end(boost::geometry::adapt::bp::ring_proxy<Polygon const> const& proxy) in range_end() function
|
/third_party/grpc/src/core/lib/security/authorization/ |
D | matchers.cc | 168 int64_t range_start, int64_t range_end, bool present_match, in Create() 200 int64_t range_end, bool invert_match) in HeaderMatcher()
|
/third_party/node/deps/brotli/c/enc/ |
D | backward_references_inc.h | 113 size_t range_end = BROTLI_MIN(size_t, position + sr.len, store_end); in EXPORT_FN() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | backward_references_inc.h | 113 size_t range_end = BROTLI_MIN(size_t, position + sr.len, store_end); in EXPORT_FN() local
|
/third_party/boost/boost/numeric/odeint/external/gsl/ |
D | gsl_wrapper.hpp | 145 inline gsl_vector_iterator range_end( gsl_vector *x ) in range_end() function 151 inline const_gsl_vector_iterator range_end( const gsl_vector *x ) in range_end() function
|
/third_party/boost/libs/geometry/example/ |
D | c08_custom_non_std_example.cpp | 200 inline custom_iterator<my_polygon> range_end(my_polygon& polygon) in range_end() function 205 inline custom_iterator<my_polygon const> range_end(my_polygon const& polygon) in range_end() function
|
/third_party/boost/boost/filesystem/ |
D | directory.hpp | 360 inline directory_iterator range_end(directory_iterator&) BOOST_NOEXCEPT { return directory_iterator… in range_end() function 361 inline directory_iterator range_end(const directory_iterator&) BOOST_NOEXCEPT { return directory_it… in range_end() function 608 inline recursive_directory_iterator range_end(recursive_directory_iterator&) BOOST_NOEXCEPT { retur… in range_end() function 609 inline recursive_directory_iterator range_end(const recursive_directory_iterator&) BOOST_NOEXCEPT {… in range_end() function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscluster.h | 50 s64 range_end; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/ |
D | gstfragment.h | 49 gint64 range_end; member
|
D | gsturidownloader.c | 390 gint64 range_start, gint64 range_end) in gst_uri_downloader_set_range() 562 gint64 range_start, gint64 range_end, GError ** err) in gst_uri_downloader_fetch_uri_with_range()
|