Searched refs:context (Results 1 – 1 of 1) sorted by relevance
202 cast_context* context) in base_to_derived_cast() argument204 const void* saved_dst_object = context->dst_object; in base_to_derived_cast()205 bool is_dst_type = *type == *context->dst_type; in base_to_derived_cast()207 context->dst_object = object; in base_to_derived_cast()209 if (object == context->object in base_to_derived_cast()210 && context->dst_object != NULL in base_to_derived_cast()211 && *type == *context->src_type) in base_to_derived_cast()213 if (context->result == 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()[all …]