| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_template.hpp | 495 bool assign_to(F f, function_buffer& functor) const in assign_to() 498 return assign_to(f, functor, tag()); in assign_to() 501 bool assign_to_a(F f, function_buffer& functor, Allocator a) const in assign_to_a() 504 return assign_to_a(f, functor, a, tag()); in assign_to_a() 507 void clear(function_buffer& functor) const in clear() 510 base.manager(functor, functor, destroy_functor_tag); in clear() 517 assign_to(FunctionPtr f, function_buffer& functor, function_ptr_tag) const in assign_to() 519 this->clear(functor); in assign_to() 523 functor.members.func_ptr = reinterpret_cast<void (*)()>(f); in assign_to() 531 assign_to_a(FunctionPtr f, function_buffer& functor, Allocator, function_ptr_tag) const in assign_to_a() [all …]
|
| H A D | function_base.hpp | 610 get_vtable()->manager(functor, type, detail::function::get_functor_type_tag); in target_type() 623 get_vtable()->manager(functor, type_result, in target() 637 get_vtable()->manager(functor, type_result, in target() 689 mutable detail::function::function_buffer functor; member in boost::function_base
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/ |
| H A D | transform_iterator.hpp | 114 : super_t(t.base()), m_f(t.functor()) in transform_iterator() 117 UnaryFunc functor() const in functor() function in boost::iterators::transform_iterator
|
| /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/ext/ |
| H A D | functional | 91 * functor is constructed from two functions/functors, @c f and @c g. 110 * functor to other algorithms. 170 /** As an extension, SGI provided a functor called @c identity. When a 171 * functor is required but no operations are desired, this can be used as a 219 /** The @c operator() of the @c project1st functor takes two arbitrary 288 * the appropriate functor type.
|
| /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/ext/ |
| H A D | functional | 91 * functor is constructed from two functions/functors, @c f and @c g. 110 * functor to other algorithms. 170 /** As an extension, SGI provided a functor called @c identity. When a 171 * functor is required but no operations are desired, this can be used as a 219 /** The @c operator() of the @c project1st functor takes two arbitrary 288 * the appropriate functor type.
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | utility.hpp | 581 ParallelLoopBodyLambdaWrapper(std::function<void(const Range&)> functor) : in ParallelLoopBodyLambdaWrapper() argument 582 m_functor(functor) in ParallelLoopBodyLambdaWrapper() 591 inline void parallel_for_(const Range& range, std::function<void(const Range&)> functor, double nst… in parallel_for_() argument 593 parallel_for_(range, ParallelLoopBodyLambdaWrapper(functor), nstripes); in parallel_for_()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | utility.hpp | 581 ParallelLoopBodyLambdaWrapper(std::function<void(const Range&)> functor) : in ParallelLoopBodyLambdaWrapper() argument 582 m_functor(functor) in ParallelLoopBodyLambdaWrapper() 591 inline void parallel_for_(const Range& range, std::function<void(const Range&)> functor, double nst… in parallel_for_() argument 593 parallel_for_(range, ParallelLoopBodyLambdaWrapper(functor), nstripes); in parallel_for_()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | utility.hpp | 581 ParallelLoopBodyLambdaWrapper(std::function<void(const Range&)> functor) : in ParallelLoopBodyLambdaWrapper() argument 582 m_functor(functor) in ParallelLoopBodyLambdaWrapper() 591 inline void parallel_for_(const Range& range, std::function<void(const Range&)> functor, double nst… in parallel_for_() argument 593 parallel_for_(range, ParallelLoopBodyLambdaWrapper(functor), nstripes); in parallel_for_()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | functional | 37 : public unary_function<T1, R> // if wrapping a unary functor 38 : public binary_function<T1, T2, R> // if wraping a binary functor 1476 // __alloc_func holds a functor and an allocator. 1572 // __func implements __base for a given functor type. 1862 // Storage for a functor object, to be used with __policy to manage copy and 1880 // underlying functor. You can think of it as a vtable of sorts. 1893 // Returns a pointer to a static policy object suitable for the functor 2015 // copyable functor.
|
| H A D | thread | 390 // This type is used to pass memory for thread local storage and a functor
|
| H A D | __hash_table | 881 "the specified hash functor does not provide a const call operator")
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | functional | 37 : public unary_function<T1, R> // if wrapping a unary functor 38 : public binary_function<T1, T2, R> // if wraping a binary functor 1476 // __alloc_func holds a functor and an allocator. 1572 // __func implements __base for a given functor type. 1862 // Storage for a functor object, to be used with __policy to manage copy and 1880 // underlying functor. You can think of it as a vtable of sorts. 1893 // Returns a pointer to a static policy object suitable for the functor 2015 // copyable functor.
|
| H A D | thread | 390 // This type is used to pass memory for thread local storage and a functor
|
| H A D | __hash_table | 881 "the specified hash functor does not provide a const call operator")
|