Home
last modified time | relevance | path

Searched defs:range_end (Results 1 – 25 of 56) sorted by relevance

123

/third_party/boost/boost/range/detail/
Dend.hpp33 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()
Ddetail_str.hpp199 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/
Dend.hpp39 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/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Ddynamic_range_impl.cu23 __global__ void ValidateInputAndInferShape(const T *range_start, const T *range_end, const T *range… in ValidateInputAndInferShape()
65 __global__ void Range(const T *range_start, const T *range_end, const T *range_delta, T *output, in… in Range()
77 void CudaValidateInputAndInferShape(const T *range_start, const T *range_end, const T *range_delta, in CudaValidateInputAndInferShape()
85 void CalRange(const T *range_start, const T *range_end, const T *range_delta, T *output, int64_t *o… in CalRange()
/third_party/boost/libs/foreach/test/
Duser_defined.cpp21 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/
Dextension_mechanism.cpp73 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
Dextension_size.cpp45 … 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/
Dall_custom_linestring.hpp114 range_end(all_custom_linestring<Point>& als) in range_end() function
121 range_end(all_custom_linestring<Point> const& als) in range_end() function
Dall_custom_ring.hpp120 range_end(all_custom_ring<Point>& acr) in range_end() function
127 range_end(all_custom_ring<Point> const& acr) in range_end() function
Dwrapped_boost_array.hpp84 >::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
Dall_custom_container.hpp115 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/skia/third_party/externals/freetype/src/base/
Dftgasp.c38 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() local
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftgasp.c39 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() local
/third_party/freetype/src/base/
Dftgasp.c38 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_Get_Gasp() local
/third_party/boost/boost/geometry/geometries/adapted/boost_polygon/
Dring.hpp157 >::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
Dholes_proxy.hpp111 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
Dring_proxy.hpp222 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/
Dmatchers.cc168 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/
Dbackward_references_inc.h113 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/
Dbackward_references_inc.h113 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/
Dgsl_wrapper.hpp145 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/
Dc08_custom_non_std_example.cpp200 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/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Ddynamic_range_gpu_kernel.h43 T *range_end = GetDeviceAddress<T>(inputs, 1); in Launch() local
/third_party/boost/boost/filesystem/
Ddirectory.hpp360 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/
Dntfscluster.h50 s64 range_end; member

123