pointer          6234 3rdparty/include/opencl/1.2/CL/cl.hpp     DataType *pointer = 
pointer          6245 3rdparty/include/opencl/1.2/CL/cl.hpp             pointer, length));
pointer          6247 3rdparty/include/opencl/1.2/CL/cl.hpp     std::copy(startIterator, endIterator, pointer);
pointer          6250 3rdparty/include/opencl/1.2/CL/cl.hpp     error = enqueueUnmapMemObject(buffer, pointer, 0, &endEvent);
pointer          6271 3rdparty/include/opencl/1.2/CL/cl.hpp     DataType *pointer = 
pointer          6277 3rdparty/include/opencl/1.2/CL/cl.hpp     std::copy(pointer, pointer + length, startIterator);
pointer          6279 3rdparty/include/opencl/1.2/CL/cl.hpp     error = enqueueUnmapMemObject(buffer, pointer, 0, &endEvent);
pointer           149 modules/core/include/opencv2/core/cvstd.hpp     pointer address(reference r) { return &r; }
pointer           152 modules/core/include/opencv2/core/cvstd.hpp     pointer allocate(size_type count, const void* =0) { return reinterpret_cast<pointer>(fastMalloc(count * sizeof (_Tp))); }
pointer           153 modules/core/include/opencv2/core/cvstd.hpp     void deallocate(pointer p, size_type) { fastFree(p); }
pointer           155 modules/core/include/opencv2/core/cvstd.hpp     void construct(pointer p, const _Tp& v) { new(static_cast<void*>(p)) _Tp(v); }
pointer           156 modules/core/include/opencv2/core/cvstd.hpp     void destroy(pointer p) { p->~_Tp(); }
pointer          1591 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_GetVertexAttribPointerv(GLuint index, GLenum pname, GLvoid* *pointer)
pointer          1594 modules/core/src/gl_core_3_1.cpp         GetVertexAttribPointerv(index, pname, pointer);
pointer          1747 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
pointer          1750 modules/core/src/gl_core_3_1.cpp         VertexAttribPointer(index, size, type, normalized, stride, pointer);
pointer          2045 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_VertexAttribIPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
pointer          2048 modules/core/src/gl_core_3_1.cpp         VertexAttribIPointer(index, size, type, stride, pointer);
pointer          1213 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *GetVertexAttribPointerv)(GLuint index, GLenum pname, GLvoid* *pointer);
pointer          1239 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *VertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
pointer          1297 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *VertexAttribIPointer)(GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
pointer           147 modules/imgproc/src/convhull.cpp     Point** pointer = _pointer;
pointer           148 modules/imgproc/src/convhull.cpp     Point2f** pointerf = (Point2f**)pointer;
pointer           156 modules/imgproc/src/convhull.cpp         pointer[i] = &data0[i];
pointer           161 modules/imgproc/src/convhull.cpp         std::sort(pointer, pointer + total, CHullCmpPoints<int>());
pointer           164 modules/imgproc/src/convhull.cpp             int y = pointer[i]->y;
pointer           165 modules/imgproc/src/convhull.cpp             if( pointer[miny_ind]->y > y )
pointer           167 modules/imgproc/src/convhull.cpp             if( pointer[maxy_ind]->y < y )
pointer           184 modules/imgproc/src/convhull.cpp     if( pointer[0]->x == pointer[total-1]->x &&
pointer           185 modules/imgproc/src/convhull.cpp         pointer[0]->y == pointer[total-1]->y )
pointer           194 modules/imgproc/src/convhull.cpp             Sklansky_( pointer, 0, maxy_ind, tl_stack, -1, 1) :
pointer           198 modules/imgproc/src/convhull.cpp             Sklansky_( pointer, total-1, maxy_ind, tr_stack, -1, -1) :
pointer           209 modules/imgproc/src/convhull.cpp             hullbuf[nout++] = int(pointer[tl_stack[i]] - data0);
pointer           211 modules/imgproc/src/convhull.cpp             hullbuf[nout++] = int(pointer[tr_stack[i]] - data0);
pointer           217 modules/imgproc/src/convhull.cpp             Sklansky_( pointer, 0, miny_ind, bl_stack, 1, -1) :
pointer           221 modules/imgproc/src/convhull.cpp             Sklansky_( pointer, total-1, miny_ind, br_stack, 1, 1) :
pointer           235 modules/imgproc/src/convhull.cpp                                           pointer[check_idx]->x == pointer[stop_idx]->x &&
pointer           236 modules/imgproc/src/convhull.cpp                                           pointer[check_idx]->y == pointer[stop_idx]->y) )
pointer           247 modules/imgproc/src/convhull.cpp             hullbuf[nout++] = int(pointer[bl_stack[i]] - data0);
pointer           249 modules/imgproc/src/convhull.cpp             hullbuf[nout++] = int(pointer[br_stack[i]] - data0);
pointer          2647 modules/ts/include/opencv2/ts/ts_gtest.h   T* pointer() { return GetOrCreateValue(); }
pointer          2648 modules/ts/include/opencv2/ts/ts_gtest.h   const T* pointer() const { return GetOrCreateValue(); }
pointer          2649 modules/ts/include/opencv2/ts/ts_gtest.h   const T& get() const { return *pointer(); }
pointer          2650 modules/ts/include/opencv2/ts/ts_gtest.h   void set(const T& value) { *pointer() = value; }
pointer          2658 modules/ts/include/opencv2/ts/ts_gtest.h     T* pointer() { return &value_; }
pointer          2678 modules/ts/include/opencv2/ts/ts_gtest.h       return CheckedDowncastToActualType<ValueHolder>(holder)->pointer();
pointer          2684 modules/ts/include/opencv2/ts/ts_gtest.h     return new_holder->pointer();
pointer          2728 modules/ts/include/opencv2/ts/ts_gtest.h   T* pointer() { return &value_; }
pointer          2729 modules/ts/include/opencv2/ts/ts_gtest.h   const T* pointer() const { return &value_; }
pointer          3272 modules/ts/include/opencv2/ts/ts_gtest.h   inline Message& operator <<(T* const& pointer) {  // NOLINT
pointer          3273 modules/ts/include/opencv2/ts/ts_gtest.h     if (pointer == NULL) {
pointer          3276 modules/ts/include/opencv2/ts/ts_gtest.h       *ss_ << pointer;
pointer          3329 modules/ts/include/opencv2/ts/ts_gtest.h   inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
pointer          3330 modules/ts/include/opencv2/ts/ts_gtest.h     if (pointer == NULL) {
pointer          3333 modules/ts/include/opencv2/ts/ts_gtest.h       *ss_ << pointer;
pointer          1162 modules/ts/src/ts_gtest.cpp     return *(gtest_trace_stack_.pointer());
pointer           250 modules/viz/include/opencv2/viz/types.hpp             MouseEvent(const Type& type, const MouseButton& button, const Point& pointer, int modifiers);
pointer           254 modules/viz/include/opencv2/viz/types.hpp             Point pointer;
pointer            55 modules/viz/src/types.cpp     : type(_type), button(_button), pointer(_pointer), modifiers(_modifiers) {}