Home
last modified time | relevance | path

Searched defs:_rtti_base_descriptor (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/crt/wine/
H A Dcxx.h182 typedef struct _rtti_base_descriptor struct
184 const type_info *type_descriptor;
185 int num_base_classes;
186 this_ptr_offsets offsets; /* offsets for computing the this pointer */
187 unsigned int attributes;
/reactos/modules/rostests/winetests/msvcrt/
H A Dcpp.c917 struct _rtti_base_descriptor in test_rtti() struct
920 int num_base_classes; in test_rtti()
921 struct { in test_rtti()
925 } this_ptr_offsets; in test_rtti()
926 unsigned int attributes; in test_rtti()