Searched refs:IsOwned (Results 1 – 8 of 8) sorted by relevance
33 EXPECT_FALSE(ptr1.IsOwned()); in TEST()47 EXPECT_FALSE(ptr.IsOwned()); in TEST()64 EXPECT_FALSE(ptr.IsOwned()); in TEST()76 EXPECT_TRUE(ptr.IsOwned()); in TEST()103 EXPECT_TRUE(ptr.IsOwned()); in TEST()117 EXPECT_TRUE(ptr.IsOwned()); in TEST()130 EXPECT_FALSE(ptr.IsOwned()); in TEST()146 EXPECT_TRUE(ptr.IsOwned()); in TEST()148 EXPECT_FALSE(ptr.IsOwned()); in TEST()164 EXPECT_FALSE(ptr1.IsOwned()); in TEST()[all …]
45 if (!IsOwned()) in ResetIfUnowned()50 bool IsOwned() const { return !!m_pOwnedObj; } in IsOwned() function54 ASSERT(IsOwned()); in Release()60 ASSERT(IsOwned()); in ReleaseAndClear()
62 if (m_pData.IsOwned()) in GetData()68 if (m_pData.IsOwned()) in GetSize()89 if (m_pData.IsOwned()) { in DetachData()
333 if (t && !(t->IsOwned())) { in UnwrapCurrentThread()860 bool Thread::IsOwned() { in PreRun() function in rtc::Thread
420 bool IsOwned();
286 EXPECT_FALSE(cthread.IsOwned()); in TEST()
246 if (m_pData.IsOwned()) { in Expand()
129 SCUDO_TYPED_TEST(ScudoCombinedTest, IsOwned) { in SCUDO_TYPED_TEST() argument