MCPcopy Create free account
hub / github.com/HexHive/NASS / removeItemsAt

Method removeItemsAt

binderlib/include/utils/Vector.h:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367template<class TYPE> inline
368ssize_t Vector<TYPE>::removeItemsAt(size_t index, size_t count) {
369 return VectorImpl::removeItemsAt(index, count);
370}
371
372template<class TYPE> inline
373status_t Vector<TYPE>::sort(Vector<TYPE>::compar_t cmp) {

Callers 4

destroyDisplayMethod · 0.45
pullBatteryDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected