Searched refs:ref_ (Results 1 – 1 of 1) sorted by relevance
64 ScopedJvmtiReference() : ref_(nullptr) {} in ScopedJvmtiReference()67 if (ref_ != nullptr) { in ~ScopedJvmtiReference()68 Dealloc(ref_); in ~ScopedJvmtiReference()73 T Get() { return ref_; }; in Get()76 T* GetPtr() { return &ref_; }; in GetPtr()79 T ref_; member in android::signature::cts::api::ScopedJvmtiReference