Home
last modified time | relevance | path

Searched defs:push_front (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dpush_front.hpp22 struct push_front struct
24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view;
25 typedef joint_view<single_view const, Sequence> type;
36 push_front(Sequence const& seq, T const& x) in push_front() function
38 typedef typename result_of::push_front<Sequence const, T> push_front; in push_front() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/fusion/
H A Dpush_front.hpp25 struct push_front struct
33 struct result<This(Seq, T)>
42 operator ()(Seq const &seq, T const &t) const in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dpush_front.hpp29 struct push_front struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) in push_front() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dqueue.h83 push_front(const _Tp& __t) in push_front() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h3008 template<typename _Tp> inline void Seq<_Tp>::push_front(const _Tp& elem) in push_front() function
3014 template<typename _Tp> inline void Seq<_Tp>::push_front(const _Tp* elem, size_t count) in push_front() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h3008 template<typename _Tp> inline void Seq<_Tp>::push_front(const _Tp& elem) in push_front() function
3014 template<typename _Tp> inline void Seq<_Tp>::push_front(const _Tp* elem, size_t count) in push_front() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h3008 template<typename _Tp> inline void Seq<_Tp>::push_front(const _Tp& elem) in push_front() function
3014 template<typename _Tp> inline void Seq<_Tp>::push_front(const _Tp* elem, size_t count) in push_front() function
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-policy-smq.c979 static void push_front(struct smq_policy *mq, struct entry *e) in push_front() function