Home
last modified time | relevance | path

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

/system/core/libutils/
DVectorImpl.cpp249 ssize_t VectorImpl::replaceAt(const void* prototype, size_t index) in replaceAt() argument
259 if (item != prototype) { in replaceAt()
263 if (prototype == 0) { in replaceAt()
266 _do_copy(item, prototype, 1); in replaceAt()
/system/core/libpixelflinger/codeflinger/tinyutils/
DVectorImpl.cpp179 ssize_t VectorImpl::replaceAt(const void* prototype, size_t index) in replaceAt() argument
188 if (prototype == 0) { in replaceAt()
191 _do_copy(item, prototype, 1); in replaceAt()