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

  /external/libcxxabi/src/
private_typeinfo.cpp 428 // (dynamic_ptr, dynamic_type) are the run time type of the complete object
433 // (dynamic_ptr, dynamic_type) is the root of a DAG that grows upward. Each
447 // There is at least one path from the root (dynamic_ptr, dynamic_type) to
469 // (dynamic_ptr, dynamic_type) to (static_ptr, static_type) and a public
470 // path from (dynamic_ptr, dynamic_type) to the one dst_type, then return
473 // if there is a public path from (dynamic_ptr, dynamic_type) to
474 // (static_ptr, static_type) and a public path from (dynamic_ptr, dynamic_type)
481 // If there is a public path from (dynamic_ptr, dynamic_type) to
482 // (static_ptr, static_type), then return dynamic_ptr.
494 // Get (dynamic_ptr, dynamic_type) from static_pt
497 const void* dynamic_ptr = static_cast<const char*>(static_ptr) + offset_to_derived; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.cpp 428 // (dynamic_ptr, dynamic_type) are the run time type of the complete object
433 // (dynamic_ptr, dynamic_type) is the root of a DAG that grows upward. Each
447 // There is at least one path from the root (dynamic_ptr, dynamic_type) to
469 // (dynamic_ptr, dynamic_type) to (static_ptr, static_type) and a public
470 // path from (dynamic_ptr, dynamic_type) to the one dst_type, then return
473 // if there is a public path from (dynamic_ptr, dynamic_type) to
474 // (static_ptr, static_type) and a public path from (dynamic_ptr, dynamic_type)
481 // If there is a public path from (dynamic_ptr, dynamic_type) to
482 // (static_ptr, static_type), then return dynamic_ptr.
494 // Get (dynamic_ptr, dynamic_type) from static_pt
497 const void* dynamic_ptr = static_cast<const char*>(static_ptr) + offset_to_derived; local
    [all...]

Completed in 67 milliseconds