Home
last modified time | relevance | path

Searched defs:WeakRef (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/lib/
Desnext.weakref.d.ts1 interface WeakRef<T extends object> { interface
21 declare var WeakRef: WeakRefConstructor; variable
/third_party/typescript/lib/
Dlib.esnext.weakref.d.ts21 interface WeakRef<T extends object> { interface
41 declare var WeakRef: WeakRefConstructor; variable
/third_party/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h153 WeakRefCountedPtr<Child> WeakRef() GRPC_MUST_USE_RESULT { in WeakRef() function
158 WeakRefCountedPtr<Child> WeakRef(const DebugLocation& location, in WeakRef() function
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc770 Subchannel* Subchannel::WeakRef(GRPC_SUBCHANNEL_REF_EXTRA_ARGS) { in WeakRef() function in grpc_core::Subchannel