OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:construct_type
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/libs/hwui/utils/
SortedList.h
206
construct_type
(reinterpret_cast<TYPE*> (storage), num);
/frameworks/rs/cpp/util/
TypeHelpers.h
132
void
construct_type
(TYPE* p, size_t n) {
function in namespace:android::RSC
/frameworks/rs/server/
TypeHelpers.h
132
void
construct_type
(TYPE* p, size_t n) {
function in namespace:android
/system/core/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
390
construct_type
( reinterpret_cast<TYPE*>(storage), num );
/system/core/libpixelflinger/codeflinger/tinyutils/
SortedVector.h
245
construct_type
( reinterpret_cast<TYPE*>(storage), num );
TypeHelpers.h
119
void
construct_type
(TYPE* p, size_t n) {
function in namespace:android::tinyutils
Vector.h
319
construct_type
( reinterpret_cast<TYPE*>(storage), num );
Completed in 65 milliseconds