Searched refs:kDummyValue (Results 1 – 1 of 1) sorted by relevance
100 constexpr intptr_t kDummyValue = 0xABCD; variable124 slot_.Set(reinterpret_cast<void*>(kDummyValue)); in Run()164 ASSERT_EQ(reinterpret_cast<intptr_t>(slot_.Get()), kDummyValue); in ThreadLocalDestructor()