/third_party/boost/libs/fusion/example/extension/ |
D | triple.cpp | 76 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/ |
D | bind_helpers.hpp | 35 struct deref struct 37 typedef T& result_type; 38 T& operator()(T* f) const in operator ()()
|
/third_party/boost/boost/mpl/ |
D | deref.hpp | 27 struct deref struct 30 typedef typename Iterator::type type;
|
/third_party/boost/boost/mpl/aux_/ |
D | joint_iter.hpp | 54 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/ |
D | std_array_iterator.hpp | 49 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/ |
D | deque_iterator.hpp | 46 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/ |
D | array_iterator.hpp | 49 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/ |
D | std_tuple_iterator.hpp | 51 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/ |
D | deref.hpp | 51 struct deref struct 60 deref(Iterator const& i) in deref() function
|
D | iterator_adapter.hpp | 84 struct deref struct 90 type; 94 call(Iterator const& it) in call()
|
/third_party/boost/boost/fusion/adapted/boost_tuple/ |
D | boost_tuple_iterator.hpp | 66 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/ |
D | mpl_iterator.hpp | 35 struct deref struct 39 type; 43 call(Iterator) in call()
|
/third_party/boost/boost/fusion/iterator/detail/ |
D | segmented_iterator.hpp | 47 struct deref struct 53 type; 56 static type call(It const& it) in call()
|
/third_party/boost/boost/fusion/container/map/ |
D | map_iterator.hpp | 68 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_/ |
D | iterator.hpp | 37 struct deref< l_iter<Node> > struct 39 typedef typename Node::item type;
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | deref.rst | 3 deref title
|
/third_party/jsoncpp/src/lib_json/ |
D | json_valueiterator.inl | 24 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/ |
D | efi_selftest_unaligned.c | 24 static inline u32 deref(u32 *addr) in deref() function
|
/third_party/boost/boost/units/detail/ |
D | dimension_list.hpp | 114 struct deref<units::list<Item, Next> > struct 116 typedef Item type;
|
/third_party/typescript/lib/ |
D | lib.esnext.weakref.d.ts | 28 deref(): T | undefined; method
|
/third_party/typescript/src/lib/ |
D | esnext.weakref.d.ts | 8 deref(): T | undefined; method
|
/third_party/boost/boost/type_erasure/ |
D | tuple.hpp | 159 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/ |
D | SkRefCnt.h | 123 void deref() const { this->unref(); } in deref() function 184 void deref() const { this->unref(); } in deref() function
|
/third_party/boost/boost/spirit/home/support/ |
D | container.hpp | 476 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/ |
D | SkRefCnt.h | 122 void deref() const { this->unref(); } in deref() function 183 void deref() const { this->unref(); } in deref() function
|