Home
last modified time | relevance | path

Searched defs:const_ptr (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/iterator/test/
Dindirect_iterator_test.cpp212 dummyT const*const* const_ptr = ptr; in BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF() local
/third_party/boost/libs/unordered/test/objects/
Dtest.hpp538 template <class T> class const_ptr class
545 const_ptr(T const* ptr) : ptr_(ptr) {} in const_ptr() function in test::const_ptr
548 const_ptr() : ptr_(0) {} in const_ptr() function in test::const_ptr
549 const_ptr(ptr<T> const& x) : ptr_(x.ptr_) {} in const_ptr() function in test::const_ptr
550 explicit const_ptr(void_const_ptr const& x) : ptr_((T const*)x.ptr_) {} in const_ptr() function in test::const_ptr
Dminimal.hpp337 template <class T> class const_ptr class
344 const_ptr(T const* ptr) : ptr_(ptr) {} in const_ptr() function in test::minimal::const_ptr
347 const_ptr() : ptr_(0) {} in const_ptr() function in test::minimal::const_ptr
348 const_ptr(ptr<T> const& x) : ptr_(x.ptr_) {} in const_ptr() function in test::minimal::const_ptr
349 explicit const_ptr(void_const_ptr const& x) : ptr_((T const*)x.ptr_) {} in const_ptr() function in test::minimal::const_ptr
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h146 const void* const_ptr; member