Lines Matching refs:alive_state
237 static constexpr std::int64_t alive_state = 0xAAAAAAAAAAAAAAAA; member
250 _state = alive_state; in _value()
255 …EXPECT_TRUE(other.state() == alive_state, "wrong effect from MemoryChecker(MemoryChecker&&): attem… in MemoryChecker()
258 _state = alive_state; in MemoryChecker()
263 …EXPECT_TRUE(other.state() == alive_state, "wrong effect from MemoryChecker(const MemoryChecker&): … in MemoryChecker()
266 _state = alive_state; in MemoryChecker()
270 …EXPECT_TRUE(state() == alive_state, "wrong effect from MemoryChecker::operator=(MemoryChecker&& ot…
271 …EXPECT_TRUE(other.state() == alive_state, "wrong effect from MemoryChecker::operator=(MemoryChecke…
279 …EXPECT_TRUE(state() == alive_state, "wrong effect from MemoryChecker::operator=(const MemoryChecke…
280 …EXPECT_TRUE(other.state() == alive_state, "wrong effect from MemoryChecker::operator=(const Memory…
288 …EXPECT_TRUE(state() == alive_state, "wrong effect from ~MemoryChecker(): attemp to destroy non-exi… in ~MemoryChecker()