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

  /frameworks/base/tools/aapt2/util/
BigBuffer.h 129 void* NextBlockImpl(size_t size);
153 return reinterpret_cast<T*>(NextBlockImpl(sizeof(T) * count));
BigBuffer.cpp 27 void* BigBuffer::NextBlockImpl(size_t size) {

Completed in 61 milliseconds