Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util.h160 RemoveAt(0); in PopFirst()
173 RemoveAt(index); in Remove()
178 void RemoveAt(int index);
223 void Vector<T>::RemoveAt(int index) { in RemoveAt() function
296 items_.RemoveAt(idx); in Del()
Dcrazy_linker_util_unittest.cpp161 TEST(Vector, RemoveAt) { in TEST() argument
169 v.RemoveAt(k); in TEST()