Home
last modified time | relevance | path

Searched defs:ref_pair (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/ptr_container/detail/
Dmap_iterator.hpp34 struct ref_pair struct
36 typedef F first_type;
37 typedef S second_type;
39 const F& first;
40 S second;
43 ref_pair( const std::pair<F2,S2>& p ) in ref_pair() argument
48 ref_pair( const RP* rp ) in ref_pair() argument
52 const ref_pair* operator->() const in operator ->()
/third_party/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h247 static uint32_t GetStrongRefs(uint64_t ref_pair) { in GetStrongRefs()
250 static uint32_t GetWeakRefs(uint64_t ref_pair) { in GetWeakRefs()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas.cc1255 for (auto ref_pair : ref_tensors_in_contiguous_map) { in GetContiguousListContainRefTensor() local