Searched refs:wrapped_AddRef (Results 1 – 1 of 1) sorted by relevance
80 DEFINE_EXPECT(wrapped_AddRef);1372 static ULONG WINAPI wrapped_AddRef(IUnknown *iface) in wrapped_AddRef() function1374 CHECK_EXPECT(wrapped_AddRef); in wrapped_AddRef()1404 wrapped_iface_vtbl[1] = wrapped_AddRef; in init_wrapped_iface()1549 SET_EXPECT(wrapped_AddRef); in test_iface_wrapping()1555 CHECK_CALLED(wrapped_AddRef); in test_iface_wrapping()1562 ok(unk->lpVtbl->AddRef != wrapped_AddRef, "AddRef not wrapped\n"); in test_iface_wrapping()1585 SET_EXPECT(wrapped_AddRef); in test_iface_wrapping()1591 CHECK_CALLED(wrapped_AddRef); in test_iface_wrapping()