Home
last modified time | relevance | path

Searched refs:array_end (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dimplementation_help.hpp63 inline T* array_end( T BOOST_RANGE_ARRAY_REF()[sz] ) in array_end() function
69 inline const T* array_end( const T BOOST_RANGE_ARRAY_REF()[sz] ) in array_end() function
H A Ddetail_str.hpp204 return boost::range_detail::array_end( boost_range_array ); in fun()
214 return boost::range_detail::array_end( boost_range_array ); in fun()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dend.hpp74 return range_detail::array_end<T,sz>( a ); in range_end()
80 return range_detail::array_end<T,sz>( a ); in range_end()
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0001-array_length-Make-usable-as-a-constant-expression.patch38 /* array_end (VAR) is a pointer one past the end of the array VAR.