Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/wine/
H A Dcpp.c874 void *this_ptr = (char *)cppobj - obj_locator->base_class_offset; in __RTDynamicCast() local
875 ret = get_this_pointer( &base_desc[i]->offsets, this_ptr ); in __RTDynamicCast()
939 void *this_ptr = (char *)cppobj - obj_locator->base_class_offset; in __RTDynamicCast() local
940 ret = get_this_pointer( &base_desc->offsets, this_ptr ); in __RTDynamicCast()