Home
last modified time | relevance | path

Searched defs:prior (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/grpc/src/core/lib/gprpp/
Dref_counted.h101 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/
Diterator.hpp110 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/
Dnext_prior.hpp38 struct prior struct
40 typedef typename T::prior type;
Dpair_view.hpp83 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_/
Dintegral_wrapper.hpp65 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
Dsingle_element_iter.hpp48 typedef sel_iter<T,0> prior; typedef
/third_party/boost/boost/fusion/iterator/
Dprior.hpp50 struct prior struct
59 prior(Iterator const& i) in prior() function
Diterator_adapter.hpp120 struct prior struct
126 type;
130 call(Iterator const& i) in call()
/third_party/boost/boost/mpl/aux_/range_c/
Diterator.hpp38 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/
Dmpl_iterator.hpp65 struct prior struct
69 type;
73 call(Iterator) in call()
/third_party/boost/boost/mpl/vector/aux_/
Diterator.hpp53 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/
Dseq_index_node.hpp40 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/
Dfusion_iterator.hpp60 struct prior<fusion_iterator<Iterator> > struct
62 typedef fusion_iterator<typename fusion::result_of::prior<Iterator>::type> type;
/third_party/flutter/skia/docs/examples/
DPath_IsCubicDegenerate.cpp9 SkScalar prior, length = 0, degenerate = 0; in draw() local
/third_party/skia/docs/examples/
DPath_IsCubicDegenerate.cpp9 SkScalar prior, length = 0, degenerate = 0; in draw() local
/third_party/boost/libs/math/example/
Dinverse_chi_squared_bayes_eg.cpp113 inverse_chi_squared prior(priorDF, priorScale); in main() local
/third_party/boost/libs/mpl/doc/src/refmanual/
Dprior.rst3 prior title
/third_party/boost/boost/
Dnext_prior.hpp185 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/
Dsync.cc92 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/
DMESA_program_debug.spec43 1. Have the GL call a user-specified function prior to executing function
/third_party/boost/libs/mpl/test/
Dadvance.cpp22 typedef iter<(pos - 1)> prior; typedef
/third_party/openssl/test/
Drdrand_sanitytest.c31 unsigned char prior[31] = {0}, buf[31] = {0}, check[7]; in sanity_check_bytes() local
/third_party/boost/libs/fusion/example/extension/
Dtriple.cpp161 struct prior struct
165 type;
167 static type call(It const& it) in call()
/third_party/boost/boost/archive/detail/
Dregister_archive.hpp47 typedef counter<value - 1> prior; typedef
/third_party/boost/boost/icl/concept/
Delement_set.hpp39 add(Type& object, typename Type::iterator prior, in add()

1234