Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A DKeyedVector.h88 ssize_t replaceValueAt(size_t index, const VALUE& item);
182 ssize_t KeyedVector<KEY,VALUE>::replaceValueAt(size_t index, const VALUE& item) { in replaceValueAt() function
/aosp14/frameworks/base/tools/aapt/
H A DXMLNode.cpp862 mAttributeOrder.replaceValueAt(i, attrIdx - 1); in removeAttribute()