Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp255 ssize_t VectorImpl::replaceAt(const void* prototype, size_t index) in replaceAt() argument
265 if (item != prototype) { in replaceAt()
269 if (prototype == 0) { in replaceAt()
272 _do_copy(item, prototype, 1); in replaceAt()