/third_party/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 101 const Value prior = value_.FetchAdd(1, MemoryOrder::RELAXED); in RefNonZero() local 113 const Value prior = value_.FetchAdd(1, MemoryOrder::RELAXED); in RefNonZero() local 131 const Value prior = get(); in RefIfNonZero() local 141 const Value prior = get(); in RefIfNonZero() local 162 const Value prior = value_.FetchSub(1, MemoryOrder::ACQ_REL); in Unref() local 179 const Value prior = value_.FetchSub(1, MemoryOrder::ACQ_REL); in Unref() local
|
/third_party/boost/boost/proto/functional/std/ |
D | iterator.hpp | 110 struct prior struct 118 struct result<This(BidirectionalIterator)> 128 struct result<This(BidirectionalIterator, Distance)> 138 BidirectionalIterator operator()(BidirectionalIterator x) const in operator ()() 147 BidirectionalIterator operator()( in operator ()()
|
/third_party/boost/boost/mpl/ |
D | next_prior.hpp | 38 struct prior struct 40 typedef typename T::prior type;
|
D | pair_view.hpp | 83 typedef apply_wrap2< aux::prior_pair_iter<Category>,Iter1,Iter2 >::type prior; typedef 108 struct prior< pair_iter<Iter1,Iter2,C> > struct 110 typedef typename mpl::prior<Iter1>::type i1_; 111 typedef typename mpl::prior<Iter2>::type i2_; 112 typedef pair_iter<i1_,i2_,C> type;
|
/third_party/boost/boost/mpl/aux_/ |
D | integral_wrapper.hpp | 65 typedef AUX_WRAPPER_INST(prior_value) prior; typedef 70 typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)) ) prior; typedef 73 … typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior; typedef
|
D | single_element_iter.hpp | 48 typedef sel_iter<T,0> prior; typedef
|
/third_party/boost/boost/fusion/iterator/ |
D | prior.hpp | 50 struct prior struct 59 prior(Iterator const& i) in prior() function
|
D | iterator_adapter.hpp | 120 struct prior struct 126 type; 130 call(Iterator const& i) in call()
|
/third_party/boost/boost/mpl/aux_/range_c/ |
D | iterator.hpp | 38 typedef r_iter< typename mpl::prior<N>::type > prior; typedef 55 struct prior< r_iter<N> > struct 57 typedef r_iter< typename mpl::prior<N>::type > type;
|
/third_party/boost/boost/fusion/adapted/mpl/ |
D | mpl_iterator.hpp | 65 struct prior struct 69 type; 73 call(Iterator) in call()
|
/third_party/boost/boost/mpl/vector/aux_/ |
D | iterator.hpp | 53 typedef v_iter<Vector,prior_> prior; typedef 74 struct prior< v_iter<Vector,n_> > struct 76 typedef v_iter<Vector,(n_ - 1)> type;
|
/third_party/boost/boost/multi_index/detail/ |
D | seq_index_node.hpp | 40 pointer& prior(){return prior_;} in prior() function 41 pointer prior()const{return prior_;} in prior() function 161 impl_pointer& prior(){return trampoline::prior();} in prior() function 162 impl_pointer prior()const{return trampoline::prior();} in prior() function
|
/third_party/boost/boost/fusion/iterator/mpl/ |
D | fusion_iterator.hpp | 60 struct prior<fusion_iterator<Iterator> > struct 62 typedef fusion_iterator<typename fusion::result_of::prior<Iterator>::type> type;
|
/third_party/flutter/skia/docs/examples/ |
D | Path_IsCubicDegenerate.cpp | 9 SkScalar prior, length = 0, degenerate = 0; in draw() local
|
/third_party/skia/docs/examples/ |
D | Path_IsCubicDegenerate.cpp | 9 SkScalar prior, length = 0, degenerate = 0; in draw() local
|
/third_party/boost/libs/math/example/ |
D | inverse_chi_squared_bayes_eg.cpp | 113 inverse_chi_squared prior(priorDF, priorScale); in main() local
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | prior.rst | 3 prior title
|
/third_party/boost/boost/ |
D | next_prior.hpp | 185 inline T prior(T x) { return --x; } in prior() function 188 inline T prior(T x, Distance n) in prior() function
|
/third_party/grpc/src/core/lib/gpr/ |
D | sync.cc | 92 gpr_atm prior = gpr_atm_no_barrier_fetch_add(&r->count, 1); in gpr_ref_non_zero() local 104 gpr_atm prior = gpr_atm_full_fetch_add(&r->count, -1); in gpr_unref() local
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_program_debug.spec | 43 1. Have the GL call a user-specified function prior to executing function
|
/third_party/boost/libs/mpl/test/ |
D | advance.cpp | 22 typedef iter<(pos - 1)> prior; typedef
|
/third_party/openssl/test/ |
D | rdrand_sanitytest.c | 31 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; in sanity_check_bytes() local
|
/third_party/boost/libs/fusion/example/extension/ |
D | triple.cpp | 161 struct prior struct 165 type; 167 static type call(It const& it) in call()
|
/third_party/boost/boost/archive/detail/ |
D | register_archive.hpp | 47 typedef counter<value - 1> prior; typedef
|
/third_party/boost/boost/icl/concept/ |
D | element_set.hpp | 39 add(Type& object, typename Type::iterator prior, in add()
|