Home
last modified time | relevance | path

Searched refs:h_instance (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/
H A Dtransaction_test.cc281 ASSERT_TRUE(h_instance != nullptr); in TEST_F()
292 ASSERT_EQ(byteField->GetByte(h_instance.Get()), 0); in TEST_F()
307 ASSERT_EQ(intField->GetInt(h_instance.Get()), 0); in TEST_F()
341 byteField->SetByte<true>(h_instance.Get(), 1); in TEST_F()
342 charField->SetChar<true>(h_instance.Get(), 1u); in TEST_F()
343 shortField->SetShort<true>(h_instance.Get(), 1); in TEST_F()
344 intField->SetInt<true>(h_instance.Get(), 1); in TEST_F()
345 longField->SetLong<true>(h_instance.Get(), 1); in TEST_F()
346 floatField->SetFloat<true>(h_instance.Get(), 1.0); in TEST_F()
353 EXPECT_EQ(byteField->GetByte(h_instance.Get()), 0); in TEST_F()
[all …]