Searched defs:ScopedNullHandle (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dhandle.h164 // scope. Example: Handle<T> h = ScopedNullHandle<T> will leave h being undefined.
166 class ScopedNullHandle : public Handle<T> { class in namespace:art
168 ScopedNullHandle() : Handle<T>(&null_ref_) {} function in class:art::ScopedNullHandle

Completed in 483 milliseconds