OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_move_backward
(Results
1 - 4
of
4
) sorted by null
/system/core/include/utils/
SortedVector.h
132
virtual void
do_move_backward
(void* dest, const void* from, size_t num) const;
268
void SortedVector<TYPE>::
do_move_backward
(void* dest, const void* from, size_t num) const {
function in class:android::SortedVector
VectorImpl.h
107
virtual void
do_move_backward
(void* dest, const void* from, size_t num) const = 0;