Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/pointers/
Draw_ptr.h187 struct RawPtrNoOpImpl { struct
188 static constexpr bool kMustZeroOnInit = false;
189 static constexpr bool kMustZeroOnMove = false;
190 static constexpr bool kMustZeroOnDestruct = false;
194 PA_ALWAYS_INLINE static constexpr T* WrapRawPtr(T* ptr) { in WrapRawPtr()
200 PA_ALWAYS_INLINE static constexpr void ReleaseWrappedPtr(T*) {} in ReleaseWrappedPtr()
205 PA_ALWAYS_INLINE static constexpr T* SafelyUnwrapPtrForDereference( in SafelyUnwrapPtrForDereference()
213 PA_ALWAYS_INLINE static constexpr T* SafelyUnwrapPtrForExtraction( in SafelyUnwrapPtrForExtraction()
221 PA_ALWAYS_INLINE static constexpr T* UnsafelyUnwrapPtrForComparison( in UnsafelyUnwrapPtrForComparison()
228 PA_ALWAYS_INLINE static constexpr To* Upcast(From* wrapped_ptr) { in Upcast()
[all …]