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

  /frameworks/base/include/utils/
SortedVector.h 268 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
TypeHelpers.h 200 void move_backward_type(TYPE* d, const TYPE* s, size_t n = 1) { function in namespace:android
Vector.h 366 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
  /system/core/libpixelflinger/tinyutils/
SortedVector.h 269 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
TypeHelpers.h 186 void move_backward_type(TYPE* d, const TYPE* s, size_t n = 1) { function in namespace:android
Vector.h 335 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );

Completed in 150 milliseconds