HomeSort by relevance Sort by last modified time
    Searched refs:finalizeSlice (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/base/containers/
StringVector.cpp 48 String::finalizeSlice(oldStrings + newSize, oldSize - newSize);
60 String::finalizeSlice(oldStrings + newSize, oldSize - newSize);
72 String::finalizeSlice(begin(), 1U);
  /external/qemu/android/base/
String.h 204 static void finalizeSlice(String* strings, size_t count);
String.cpp 327 void String::finalizeSlice(String* strings, size_t count) {

Completed in 4288 milliseconds