Home
last modified time | relevance | path

Searched defs:deref (Results 1 – 25 of 56) sorted by relevance

123

/third_party/boost/libs/fusion/example/extension/
Dtriple.cpp76 struct deref<triple_iterator<Sq, 0> > struct
78 typedef typename Sq::t0_type& type;
81 call(triple_iterator<Sq, 0> const& iter) in call()
88 struct deref<triple_iterator<Sq, 0> const> struct
90 typedef typename Sq::t0_type const& type;
93 call(triple_iterator<Sq, 0> const& iter) in call()
100 struct deref<triple_iterator<Sq, 1> > struct
102 typedef typename Sq::t1_type& type;
105 call(triple_iterator<Sq, 1> const& iter) in call()
112 struct deref<triple_iterator<Sq, 1> const> struct
[all …]
/third_party/boost/boost/msm/back/
Dbind_helpers.hpp35 struct deref struct
37 typedef T& result_type;
38 T& operator()(T* f) const in operator ()()
/third_party/boost/boost/mpl/
Dderef.hpp27 struct deref struct
30 typedef typename Iterator::type type;
/third_party/boost/boost/mpl/aux_/
Djoint_iter.hpp54 struct deref< joint_iter<I1,L1,I2> > struct
56 typedef typename joint_iter<I1,L1,I2>::base base_;
57 typedef typename deref<base_>::type type;
/third_party/boost/boost/fusion/adapted/std_array/
Dstd_array_iterator.hpp49 struct deref struct
51 typedef typename Iterator::array_type array_type;
58 type;
61 call(Iterator const & it) in call()
/third_party/boost/boost/fusion/container/deque/
Ddeque_iterator.hpp46 struct deref struct
49 typename Iterator::sequence, typename Iterator::index>::type element_type;
55 mpl::identity<element_type> >::type>::type type;
59 call(Iterator const& it) in call()
/third_party/boost/boost/fusion/adapted/boost_array/
Darray_iterator.hpp49 struct deref struct
51 typedef typename Iterator::array_type array_type;
58 type;
62 call(Iterator const & it) in call()
/third_party/boost/boost/fusion/adapted/std_tuple/
Dstd_tuple_iterator.hpp51 struct deref struct
53 typedef typename value_of<Iterator>::type element;
60 type;
64 call(Iterator const& iter) in call()
/third_party/boost/boost/fusion/iterator/
Dderef.hpp51 struct deref struct
60 deref(Iterator const& i) in deref() function
Diterator_adapter.hpp84 struct deref struct
90 type;
94 call(Iterator const& it) in call()
/third_party/boost/boost/fusion/adapted/boost_tuple/
Dboost_tuple_iterator.hpp66 struct deref struct
68 typedef typename value_of<Iterator>::type element;
76 type;
80 call(Iterator const& iter) in call()
/third_party/boost/boost/fusion/adapted/mpl/
Dmpl_iterator.hpp35 struct deref struct
39 type;
43 call(Iterator) in call()
/third_party/boost/boost/fusion/iterator/detail/
Dsegmented_iterator.hpp47 struct deref struct
53 type;
56 static type call(It const& it) in call()
/third_party/boost/boost/fusion/container/map/
Dmap_iterator.hpp68 struct deref struct
70 typedef typename Iterator::sequence sequence;
71 typedef typename Iterator::index index;
74 type;
78 call(Iterator const& it) in call()
/third_party/boost/boost/mpl/list/aux_/
Diterator.hpp37 struct deref< l_iter<Node> > struct
39 typedef typename Node::item type;
/third_party/boost/libs/mpl/doc/src/refmanual/
Dderef.rst3 deref title
/third_party/jsoncpp/src/lib_json/
Djson_valueiterator.inl24 Value& ValueIteratorBase::deref() { return current_->second; } function in Json::ValueIteratorBase
25 const Value& ValueIteratorBase::deref() const { return current_->second; } function in Json::ValueIteratorBase
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_unaligned.c24 static inline u32 deref(u32 *addr) in deref() function
/third_party/boost/boost/units/detail/
Ddimension_list.hpp114 struct deref<units::list<Item, Next> > struct
116 typedef Item type;
/third_party/typescript/lib/
Dlib.esnext.weakref.d.ts28 deref(): T | undefined; method
/third_party/typescript/src/lib/
Desnext.weakref.d.ts8 deref(): T | undefined; method
/third_party/boost/boost/type_erasure/
Dtuple.hpp159 struct deref struct in boost::type_erasure::tuple_iterator
161 typedef typename Tuple::template at<Tuple, mpl::int_<N> >::type type;
162 static type call(It it) in call()
371 struct deref : struct in boost::type_erasure::tuple_iterator
377 >::type type;
378 static type call(It it) in call()
/third_party/flutter/skia/include/core/
DSkRefCnt.h123 void deref() const { this->unref(); } in deref() function
184 void deref() const { this->unref(); } in deref() function
/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp476 deref(Iterator& it) in deref() function
482 deref(unused_type const*) in deref() function
576 struct deref struct
581 struct deref<unused_type const*> struct
583 typedef unused_type type;
/third_party/skia/include/core/
DSkRefCnt.h122 void deref() const { this->unref(); } in deref() function
183 void deref() const { this->unref(); } in deref() function

123