Searched defs:editItemAt (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DSortedVector.h107 //! editItemAt() MUST NOT change the order of this item
108 TYPE& editItemAt(size_t index) { function in class:android::SortedVector
H A DVector.h96 TYPE& editItemAt(size_t index);
237 TYPE& Vector<TYPE>::editItemAt(size_t index) { function in class:android::Vector

Completed in 716 milliseconds