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

/ndk/sources/cxx-stl/gabi++/src/
H A Ddynamic_cast.cc95 // Return a pointer to the subobject described by base_info.
151 const void *subobject = local
154 walk_object(subobject, ti->__base_info[i].__base_type,
248 const void *subobject = local
250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type,
278 * source subobject with respect to the complete object;
310 // (refers) to a public base class subobject of a T object [note: this can
312 // from the subobject pointed (referred) to by v, the result is a pointer
320 // If it is known that v points to a public base class subobject
325 // If there is only one T type subobject, w
[all...]

Completed in 175 milliseconds