Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dcompressed_pointer.h133 PA_ALWAYS_INLINE explicit CompressedPointer(T* ptr) : value_(Compress(ptr)) {} in CompressedPointer() function
134 PA_ALWAYS_INLINE constexpr explicit CompressedPointer(std::nullptr_t) in CompressedPointer() function
144 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function
160 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function