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

  /abi/cpp/src/
dynamic_cast.cc 301 void* t_object = local
304 if (t_object == NULL)
322 if (t_object != ambiguous_object && src2dst_offset >= 0)
329 if (t_object != ambiguous_object)
330 base_to_derived_cast(t_object, dst, &context);
348 if (t_object == ambiguous_object)
354 return v_object == v ? t_object : NULL;
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 301 void* t_object = local
304 if (t_object == NULL)
322 if (t_object != ambiguous_object && src2dst_offset >= 0)
329 if (t_object != ambiguous_object)
330 base_to_derived_cast(t_object, dst, &context);
348 if (t_object == ambiguous_object)
354 return v_object == v ? t_object : NULL;

Completed in 440 milliseconds