Searched refs:Retained (Results 1 – 2 of 2) sorted by relevance
40 InterceptRefCounted(bool *Released, bool *Retained) in InterceptRefCounted()41 : Released(Released), Retained(Retained) {} in InterceptRefCounted()43 bool * const Retained; member47 *I->Retained = true; in retain()57 bool Retained = false; in TEST() local59 InterceptRefCounted *I = new InterceptRefCounted(&Released, &Retained); in TEST()63 EXPECT_TRUE(Retained); in TEST()
424 Retained return values