Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dcompressed_pointer.h132 PA_ALWAYS_INLINE explicit CompressedPointer(T* ptr) : value_(Compress(ptr)) {} in CompressedPointer() function
133 PA_ALWAYS_INLINE constexpr explicit CompressedPointer(std::nullptr_t) in CompressedPointer() function
143 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function
159 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function