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

  /frameworks/base/libs/hwui/utils/
SortedList.h 206 construct_type(reinterpret_cast<TYPE*> (storage), num);
  /frameworks/native/include/utils/
SortedVector.h 244 construct_type( reinterpret_cast<TYPE*>(storage), num );
TypeHelpers.h 132 void construct_type(TYPE* p, size_t n) { function in namespace:android
Vector.h 383 construct_type( reinterpret_cast<TYPE*>(storage), num );
  /system/core/libpixelflinger/tinyutils/
SortedVector.h 244 construct_type( reinterpret_cast<TYPE*>(storage), num );
TypeHelpers.h 109 void construct_type(TYPE* p, size_t n) { function in namespace:android
Vector.h 310 construct_type( reinterpret_cast<TYPE*>(storage), num );

Completed in 2748 milliseconds