Home
last modified time | relevance | path

Searched refs:dereference (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/third_party/boost/boost/geometry/index/detail/rtree/
Dquery_iterators.hpp97 return m_visitor.dereference(); in operator *()
102 return boost::addressof(m_visitor.dereference()); in operator ->()
169 return m_visitor.dereference(); in operator *()
174 return boost::addressof(m_visitor.dereference()); in operator ->()
232 virtual reference dereference() const = 0;
256 virtual reference dereference() const { return *m_iterator; } in dereference() function in boost::geometry::index::detail::rtree::iterators::query_iterator_wrapper
354 return m_ptr->dereference(); in operator *()
359 return boost::addressof(m_ptr->dereference()); in operator ->()
Diterators.hpp80 return m_visitor.dereference(); in operator *()
85 return boost::addressof(m_visitor.dereference()); in operator ->()
/third_party/abseil-cpp/absl/time/internal/cctz/testdata/
DREADME.zoneinfo25 tar --create --dereference --hard-dereference --file tzfile.tar \
27 tar --create --dereference --hard-dereference --file zoneinfo.tar \
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/testdata/
DREADME.zoneinfo25 tar --create --dereference --hard-dereference --file tzfile.tar \
27 tar --create --dereference --hard-dereference --file zoneinfo.tar \
/third_party/boost/boost/bimap/detail/
Dmap_view_iterator.hpp128 BOOST_DEDUCED_TYPENAME base_::reference dereference() const in dereference() function
166 BOOST_DEDUCED_TYPENAME base_::reference dereference() const in dereference() function
201 BOOST_DEDUCED_TYPENAME base_::reference dereference() const in dereference() function
240 BOOST_DEDUCED_TYPENAME base_::reference dereference() const in dereference() function
275 BOOST_DEDUCED_TYPENAME base_::reference dereference() const in dereference() function
313 BOOST_DEDUCED_TYPENAME base_::reference dereference() const in dereference() function
Dset_view_iterator.hpp78 typename base_::reference dereference() const in dereference() function
157 BOOST_DEDUCED_TYPENAME base_::reference dereference() const in dereference() function
/third_party/boost/boost/multi_index/detail/
Diter_adaptor.hpp42 static typename Class::reference dereference(const Class& x) in dereference() function in boost::multi_index::detail::iter_adaptor_access
44 return x.dereference(); in dereference()
96 return iter_adaptor_access::dereference(final()); in operator *()
148 return iter_adaptor_access::dereference(final()); in operator *()
207 return iter_adaptor_access::dereference(final()); in operator *()
/third_party/boost/libs/iterator/test/
Diterator_facade.cpp37 dereference() const in dereference() function in counter_iterator
84 dereference() const in dereference() function
124 wrapper<int&> dereference() const in dereference() function
148 A & dereference() const in dereference() function
/third_party/boost/boost/asio/ip/
Dbasic_resolver_iterator.hpp119 return dereference(); in operator *()
125 return &dereference(); in operator ->()
177 const basic_resolver_entry<InternetProtocol>& dereference() const in dereference() function in boost::asio::ip::basic_resolver_iterator
/third_party/boost/libs/asio/include/boost/asio/ip/
Dbasic_resolver_iterator.hpp119 return dereference(); in operator *()
125 return &dereference(); in operator ->()
177 const basic_resolver_entry<InternetProtocol>& dereference() const in dereference() function in boost::asio::ip::basic_resolver_iterator
/third_party/skia/third_party/externals/tint/docs/
Dspirv-ptr-ref.md26 * The dereference (unary `*`) operator converts a pointer to a
39 * The dereference operator (unary `*`) is the identity operation.
51 * Insert dereference (unary-`*`) or address-of (unary-`&`) operators
85 * Map to reference, inserting a dereference operator if needed.
87 * Map to reference, inserting a dereference operator if needed.
93 * Map to reference, inserting a dereference operator if needed.
108 * Map both source and destination to reference, inserting dereference
/third_party/boost/boost/container/detail/
Diterators.hpp121 { return dereference(); } in operator *()
124 { return dereference(); } in operator []()
127 { return &(dereference()); } in operator ->()
145 BOOST_CONTAINER_FORCEINLINE const T & dereference() const in dereference() function in boost::container::constant_iterator
253 BOOST_CONTAINER_FORCEINLINE const T & dereference() const in dereference() function in boost::container::value_init_construct_iterator
364 BOOST_CONTAINER_FORCEINLINE const T & dereference() const in dereference() function in boost::container::default_init_construct_iterator
454 { return dereference(); } in operator *()
457 { return dereference(); } in operator []()
460 { return &(dereference()); } in operator ->()
478 BOOST_CONTAINER_FORCEINLINE T & dereference() const in dereference() function in boost::container::repeat_iterator
[all …]
Dtransform_iterator.hpp131 { return dereference(); } in operator *()
135 { return operator_arrow_proxy<typename UnaryFunction::result_type>(dereference()); } in operator ->()
158 typename UnaryFunction::result_type dereference() const in dereference() function in boost::container::transform_iterator
/third_party/boost/boost/intrusive/detail/
Dtransform_iterator.hpp123 { return dereference(); } in operator *()
127 { return operator_arrow_proxy<typename UnaryFunction::result_type>(dereference()); } in operator ->()
156 typename UnaryFunction::result_type dereference() const in dereference() function in boost::intrusive::detail::transform_iterator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DObject.cpp58 if(dereference() == 0) in release()
64 int Object::dereference() in dereference() function in gl::Object
/third_party/boost/boost/archive/iterators/
Dwchar_from_mb.hpp72 wchar_t dereference() const { in dereference() function in boost::archive::iterators::wchar_from_mb
89 return dereference() == rhs.dereference(); in equal()
Dxml_unescape.hpp43 reference_type dereference() const { in dereference() function in boost::archive::iterators::xml_unescape
44 return unescape<xml_unescape<Base>, Base>::dereference(); in dereference()
/third_party/boost/boost/spirit/home/qi/operator/
Dkleene.hpp34 struct use_operator<qi::domain, proto::tag::dereference> // enables *p
107 struct make_composite<proto::tag::dereference, Elements, Modifiers>
/third_party/boost/boost/xpressive/detail/static/
Dgrammar.hpp95 struct case_<tag::dereference, Dummy>
96 : dereference<Gram>
218 struct case_<tag::dereference, Dummy>
220 dereference<Gram>
/third_party/boost/boost/property_map/
Dproperty_map_iterator.hpp48 dereference() const in dereference() function in boost::detail::lvalue_pmap_iter
83 dereference() const in dereference() function in boost::detail::readable_pmap_iter
/third_party/boost/boost/graph/
Dadjacency_iterator.hpp37 inline Vertex dereference() const { return target(*this->base(), *m_g); } in dereference() function
73 inline Vertex dereference() const { return source(*this->base(), *m_g); } in dereference() function
/third_party/boost/boost/range/detail/
Djoin_iterator.hpp79 Reference dereference(unsigned int selected) const in dereference() function in boost::range_detail::join_iterator_union
118 Reference dereference(unsigned int) const in dereference() function in boost::range_detail::join_iterator_union
256 typename join_iterator::reference dereference() const in dereference() function in boost::range_detail::join_iterator
258 return m_it.dereference(m_section); in dereference()
Dany_iterator_wrapper.hpp208 virtual reference dereference() const in dereference() function in boost::range_detail::any_single_pass_iterator_wrapper
300 virtual reference dereference() const in dereference() function in boost::range_detail::any_forward_iterator_wrapper
397 virtual reference dereference() const in dereference() function in boost::range_detail::any_bidirectional_iterator_wrapper
508 virtual reference dereference() const in dereference() function in boost::range_detail::any_random_access_iterator_wrapper
/third_party/boost/libs/yap/test/
Doperators_unary.cpp155 yap::expr_kind::dereference, in test_main()
159 yap::expr_kind::dereference, in test_main()
163 yap::expr_kind::dereference, in test_main()
/third_party/boost/boost/mpi/
Dgraph_communicator.hpp271 const std::pair<int, int>& dereference() const in dereference() function in boost::mpi::detail::comm_out_edge_iterator
321 int dereference() const { return neighbors[index]; } in dereference() function in boost::mpi::detail::comm_adj_iterator
370 const std::pair<int, int>& dereference() const in dereference() function in boost::mpi::detail::comm_edge_iterator

12345678910>>...17