Lines Matching refs:Get
125 ASSERT_TRUE(params.tls1.Get() == nullptr); in TEST_F()
127 ASSERT_TRUE(params.tls1.Get() == reinterpret_cast<int*>(1)); in TEST_F()
129 ASSERT_TRUE(params.tls1.Get() == reinterpret_cast<int*>(2)); in TEST_F()
131 ASSERT_TRUE(params.tls2->Get() == nullptr); in TEST_F()
133 ASSERT_TRUE(params.tls2->Get() == reinterpret_cast<int*>(1)); in TEST_F()
135 ASSERT_TRUE(params.tls2->Get() == reinterpret_cast<int*>(2)); in TEST_F()
190 ASSERT_TRUE(p.tls1.Get() == nullptr); in TEST_F()
191 ASSERT_TRUE(p.tls2->Get() == nullptr); in TEST_F()
201 ASSERT_TRUE(p.tls1.Get() == reinterpret_cast<size_t*>(own)); in TEST_F()
202 ASSERT_TRUE(p.tls2->Get() == reinterpret_cast<size_t*>(own + 1)); in TEST_F()
288 ASSERT_TRUE(p.tls1.Get() == nullptr); in TEST_F()
289 ASSERT_TRUE(p.tls2->Get() == nullptr); in TEST_F()
328 ASSERT_TRUE(p.tls1.Get() == nullptr); in TEST_F()
329 ASSERT_TRUE(p.tls2->Get() == nullptr); in TEST_F()
388 ASSERT_EQ(reinterpret_cast<int64_t>(tls.Get()), 2); in TEST_F()
403 ASSERT_TRUE(p.tls1.Get() == nullptr); in TEST_F()
404 ASSERT_TRUE(p.tls2->Get() == nullptr); in TEST_F()
471 ASSERT_TRUE(p.tls1.Get() == nullptr); in TEST_F()
475 static_cast<std::atomic<int64_t>*>(p.tls1.Get())->fetch_add(1); in TEST_F()
531 ASSERT_EQ(tls.Get(), reinterpret_cast<void*>(3)); in TEST_F()