Home
last modified time | relevance | path

Searched defs:GetRef (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/tests/ui/regions/
Dregions-early-bound-used-in-bound.rs6 trait GetRef<'a, T> { interface
Dregions-early-bound-error-method.rs4 trait GetRef<'a> { trait
Dregions-early-bound-error.rs4 trait GetRef<'a, T> { interface
Dregions-early-bound-used-in-bound-method.rs6 trait GetRef<'a> { interface
/third_party/gn/src/base/memory/
Dweak_ptr.cc42 WeakReference WeakReferenceOwner::GetRef() const { in GetRef() function in base::internal::WeakReferenceOwner
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/
Dmem_reuse.cc249 KernelRefCountPtr MemReuseUtil::GetRef(const AnfNodePtr &node, size_t output_idx) { in GetRef() function in mindspore::memreuse::MemReuseUtil
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dpattern_to_pattern.cc151 const BaseRef &SrcPattern::GetRef(const std::string &name) const { in GetRef() function in mindspore::opt::SrcPattern
/third_party/protobuf/src/google/protobuf/
Dreflection_visit_field_info.h90 static T& GetRef(const Reflection* reflection, const Message& message, in GetRef() function