Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/include/internal/wine/
H A Dcppexcept.h113 int this_offset; /* offset of base class this pointer from start of object */ member
178 object = (char *)object + off->this_offset; in get_this_pointer()
/reactos/sdk/lib/crt/wine/
H A Dcppexcept.h57 int this_offset; /* offset of base class this pointer from start of object */ member
154 object = (char *)object + off->this_offset; in get_this_pointer()
H A Dcpp.c81 h->base_classes->bases[i]->offsets.this_offset, in dump_obj_locator()
112 bases->offsets.this_offset, in dump_obj_locator()
H A Dexcept_x86_64.c115 type->offsets.this_offset, type->offsets.vbase_descr, type->offsets.vbase_offset, in dump_type()
H A Dexcept_i386.c213 type->offsets.this_offset, type->offsets.vbase_descr, type->offsets.vbase_offset, in dump_type()
/reactos/modules/rostests/winetests/msvcrt/
H A Dcpp.c922 int this_offset; in test_rtti() member