Home
last modified time | relevance | path

Searched refs:CheckNothing (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dsafe_ptr.h43 SafePtr(T &ref) : base(ref, CheckNothing<T>) {} in SafePtr()
53 SafePtr(U &ref) : base(ref, CheckNothing<T>) in SafePtr()
65 explicit SafePtr(const SafePtr<U> &other) : base(other.get(), CheckNothing<T>) in SafePtr()
70 explicit SafePtr(SafePtr<U> &&other) : base(other.get(), CheckNothing<T>) in SafePtr()
99 base = Base(static_cast<T *>(ptr.get()), CheckNothing<T>);
106 base = Base(static_cast<T *>(ptr.get()), CheckNothing<T>);
H A Dptr.h26 inline constexpr void CheckNothing(const T *) in CheckNothing() function
30 template <typename T, PtrCheckerType<T> Check = CheckNothing<T>>

Completed in 1 milliseconds