| 132 | } |
| 133 | |
| 134 | template<typename T> T* PtrValue() const { |
| 135 | return reinterpret_cast<T*>( |
| 136 | reinterpret_cast<intptr_t>(ptr_) & kPtrValueMask); |
| 137 | } |
| 138 | |
| 139 | // If ptr_'s tag is kTagContainer, it points to an instance of this struct. |
| 140 | struct Container { |
nothing calls this directly
no outgoing calls
no test coverage detected