Searched refs:thing1 (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dcfx_weak_ptr_unittest.cpp103 PseudoDeletable thing1; local
106 UniquePtr unique1(&thing1);
112 EXPECT_EQ(&thing1, ptr1.Get());
117 EXPECT_EQ(0, thing1.delete_count());
120 EXPECT_EQ(1, thing1.delete_count());
143 PseudoDeletable thing1; local
146 UniquePtr unique1(&thing1);
154 EXPECT_EQ(0, thing1.delete_count());
159 PseudoDeletable thing1; local
162 UniquePtr unique1(&thing1);
[all...]
H A Dcfx_maybe_owned_unittest.cpp44 PseudoDeletable thing1(100, &delete_count);
46 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1);
48 EXPECT_EQ(ptr.Get(), &thing1);
50 EXPECT_TRUE(ptr == &thing1);
51 EXPECT_FALSE(ptr != &thing1);
62 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1);
73 CFX_MaybeOwned<PseudoDeletable> ptr(&thing1);
144 PseudoDeletable thing1(100, &delete_count);
146 CFX_MaybeOwned<PseudoDeletable> ptr1(&thing1);
/external/skia/tests/
H A DRefCntTest.cpp25 SkThread thing1(bounce_ref, ref);
28 SkAssertResult(thing1.start());
31 thing1.join();
58 SkThread thing1(bounce_ref, ref);
63 SkAssertResult(thing1.start());
68 thing1.join();
/external/clang/test/CodeGen/
H A Dbig-atomic-ops.c242 struct bar smallThing, thing1, thing2; variable in typeref:struct:
283 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
284 // CHECK: call zeroext i1 @__atomic_compare_exchange(i64 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2
H A Datomic-ops.c373 struct bar smallThing, thing1, thing2; variable in typeref:struct:
410 _Bool x = __atomic_compare_exchange(&smallThing, &thing1, &thing2, 1, 5, 5);
411 // CHECK: %[[call1:.*]] = call zeroext i1 @__atomic_compare_exchange(i32 3, {{.*}} @smallThing{{.*}} @thing1{{.*}} @thing2

Completed in 246 milliseconds