Searched refs:const_pointer (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vigra/ |
| H A D | vigra1.6.0.patch | 218 - BasicImage(int width, int height, const_pointer d, Alloc const & alloc = Alloc()) 219 + BasicImage(int w, int h, const_pointer d, Alloc const & alloc = Alloc()) 231 - "BasicImage::BasicImage(int width, int height, const_pointer ): " 233 + "BasicImage::BasicImage(int w, int h, const_pointer ): " 243 - explicit BasicImage(difference_type const & size, const_pointer d, Alloc const & alloc = Alloc… 244 + explicit BasicImage(difference_type const & sz, const_pointer d, Alloc const & alloc = Alloc()) 253 - "BasicImage::BasicImage(Diff2D const & size, const_pointer): " 260 + "BasicImage::BasicImage(Diff2D const & sz, const_pointer): " 305 - void resizeCopy(int width, int height, const_pointer data); 306 + void resizeCopy(int w, int h, const_pointer data); [all …]
|
| /AOO41X/main/o3tl/inc/o3tl/ |
| H A D | cow_wrapper.hxx | 201 typedef const T* const_pointer; typedef in o3tl::cow_wrapper 275 const_pointer operator->() const { return &m_pimpl->m_value; } in operator ->() 279 const_pointer get() const { return &m_pimpl->m_value; } in get()
|