| 209 | |
| 210 | inline bool FFat() const noexcept { return s.fFat; } |
| 211 | expireEntryFat *pfatentry() { |
| 212 | assert(FFat()); |
| 213 | return reinterpret_cast<expireEntryFat*>(s.m_whenAndPtrUnion); |
| 214 | } |
| 215 | const expireEntryFat *pfatentry() const { |
| 216 | return const_cast<expireEntry*>(this)->pfatentry(); |
| 217 | } |
no outgoing calls
no test coverage detected