Searched defs:CompressedPointer (Results 1 – 1 of 1) sorted by relevance
133 PA_ALWAYS_INLINE explicit CompressedPointer(T* ptr) : value_(Compress(ptr)) {} in CompressedPointer() function134 PA_ALWAYS_INLINE constexpr explicit CompressedPointer(std::nullptr_t) in CompressedPointer() function144 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function160 PA_ALWAYS_INLINE constexpr CompressedPointer( in CompressedPointer() function