Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.inl.hpp58 GpuMat::GpuMat(Allocator* allocator_) in GpuMat()
63 GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) in GpuMat()
71 GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) in GpuMat()
79 GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) in GpuMat()
90 GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) in GpuMat()
109 GpuMat::GpuMat(InputArray arr, Allocator* allocator_) : in GpuMat()
H A Dcuda.hpp498 Ptr<GpuMat::Allocator> allocator_; member in cv::cuda::BufferPool
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.inl.hpp58 GpuMat::GpuMat(Allocator* allocator_) in GpuMat()
63 GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) in GpuMat()
71 GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) in GpuMat()
79 GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) in GpuMat()
90 GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) in GpuMat()
109 GpuMat::GpuMat(InputArray arr, Allocator* allocator_) : in GpuMat()
H A Dcuda.hpp498 Ptr<GpuMat::Allocator> allocator_; member in cv::cuda::BufferPool
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.inl.hpp58 GpuMat::GpuMat(Allocator* allocator_) in GpuMat()
63 GpuMat::GpuMat(int rows_, int cols_, int type_, Allocator* allocator_) in GpuMat()
71 GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) in GpuMat()
79 GpuMat::GpuMat(int rows_, int cols_, int type_, Scalar s_, Allocator* allocator_) in GpuMat()
90 GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) in GpuMat()
109 GpuMat::GpuMat(InputArray arr, Allocator* allocator_) : in GpuMat()
H A Dcuda.hpp498 Ptr<GpuMat::Allocator> allocator_; member in cv::cuda::BufferPool
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dpointer.h109 …GenericPointer(Allocator* allocator = 0) : allocator_(allocator), ownAllocator_(), nameBuffer_(), … in allocator_() function
116 …explicit GenericPointer(const Ch* source, Allocator* allocator = 0) : allocator_(allocator), ownAl… in allocator_() function
127 …inter(const std::basic_string<Ch>& source, Allocator* allocator = 0) : allocator_(allocator), ownA… in allocator_() function
139 …GenericPointer(const Ch* source, size_t length, Allocator* allocator = 0) : allocator_(allocator),… in allocator_() function
168 …GenericPointer(const GenericPointer& rhs, Allocator* allocator = 0) : allocator_(allocator), ownAl… in allocator_() function
1039 …Allocator* allocator_; //!< The current allocator. It is either user-supplied or … variable
H A Dschema.h1220 AllocatorType* allocator_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h215 Allocator* allocator_; variable