HomeSort by relevance Sort by last modified time
    Searched refs:subobject (Results 1 - 2 of 2) sorted by null

  /abi/cpp/src/
dynamic_cast.cc 95 // 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, we only need to look a
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 95 // 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, we only need to look a
    [all...]

Completed in 2134 milliseconds