Home
last modified time | relevance | path

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

/abi/cpp/src/
Ddynamic_cast.cc179 struct cast_context struct
182 const void* object;
183 const abi::__class_type_info *src_type;
184 const abi::__class_type_info *dst_type;
185 std::ptrdiff_t src2dst_offset;
187 const void* dst_object;
188 const void* result;
190 cast_context(const void* obj, const abi::__class_type_info *src, in cast_context() argument