Searched refs:dst_object (Results 1 – 1 of 1) sorted by relevance
187 const void* dst_object; member193 dst_object(NULL), result(NULL) in cast_context()204 const void* saved_dst_object = context->dst_object; in base_to_derived_cast()207 context->dst_object = object; in base_to_derived_cast()210 && context->dst_object != NULL in base_to_derived_cast()214 context->result = context->dst_object; in base_to_derived_cast()215 else if (context->result != context->dst_object) in base_to_derived_cast()217 context->dst_object = saved_dst_object; in base_to_derived_cast()263 context->dst_object = saved_dst_object; in base_to_derived_cast()