Home
last modified time | relevance | path

Searched refs:pointer_t (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/coroutine2/detail/
Dpull_coroutine.hpp96 typedef pointer pointer_t; typedef in boost::coroutines2::detail::pull_coroutine::iterator
127 pointer_t operator->() const noexcept { in operator ->()
204 typedef pointer pointer_t; typedef in boost::coroutines2::detail::pull_coroutine::iterator
235 pointer_t operator->() const noexcept { in operator ->()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Ddevice.hpp109 using pointer_t = mp11::mp_at_c<typename Property::arg_types, 1>; in call_me() typedef
110 auto const pointer = static_cast<pointer_t>(&(values.front())); in call_me()
/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp73 using pointer_t = typename T::pointer; typedef
166 is_detected<pointer_t, traits>::value &&
/third_party/boost/boost/coroutine/
Dasymmetric_coroutine.hpp766 typedef pointer pointer_t; typedef in boost::coroutines::pull_coroutine::iterator
811 pointer_t operator->() const in operator ->()
855 typedef pointer pointer_t; typedef in boost::coroutines::pull_coroutine::const_iterator
901 pointer_t operator->() const in operator ->()
1234 typedef pointer pointer_t; typedef in boost::coroutines::pull_coroutine::iterator
1279 pointer_t operator->() const in operator ->()
1323 typedef pointer pointer_t; typedef in boost::coroutines::pull_coroutine::const_iterator
1369 pointer_t operator->() const in operator ->()
/third_party/boost/boost/fiber/
Dunbuffered_channel.hpp595 using pointer_t = pointer; typedef in boost::fibers::unbuffered_channel::iterator
635 pointer_t operator->() noexcept { in operator ->()
Dbuffered_channel.hpp565 using pointer_t = pointer; typedef in boost::fibers::buffered_channel::iterator
606 pointer_t operator->() noexcept { in operator ->()
/third_party/boost/boost/stl_interfaces/
Diterator_interface.hpp105 using pointer_t = typename pointer<Pointer, IteratorConcept>::type; typedef
278 using pointer = detail::pointer_t<Pointer, iterator_concept>;
/third_party/json/single_include/nlohmann/
Djson.hpp3012 using pointer_t = typename T::pointer; typedef
3105 is_detected<pointer_t, traits>::value &&