Searched defs:CompressedPointer (Results 1 – 1 of 1) sorted by relevance
132 PA_ALWAYS_INLINE explicit CompressedPointer(T* ptr) : value_(Compress(ptr)) {} in CompressedPointer() function133 PA_ALWAYS_INLINE constexpr explicit CompressedPointer(std::nullptr_t) in CompressedPointer() function143 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function159 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function