Searched refs:AlignedBuf (Results 1 – 5 of 5) sorted by relevance
36 class AlignedBuf {38 explicit AlignedBuf(size_t size) { in AlignedBuf() function44 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf() function50 AlignedBuf& operator=(const AlignedBuf& other) {52 AlignedBuf tmp(other);58 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function60 AlignedBuf& operator=(AlignedBuf&& other) {70 ~AlignedBuf() { if (mBuffer) freeImpl(mBuffer); } // account for getting moved out in ~AlignedBuf()95 bool operator==(const AlignedBuf& other) const {
211 AlignedBuf<uint8_t, 64> storage { 0 };
5 set(androidemu_src android/base/AlignedBuf.cpp android/base/files/MemStream.cpp android/base/files/…6 android_add_library(TARGET androidemu SHARED LICENSE Apache-2.0 SRC android/base/AlignedBuf.cpp and…
5 "android/base/AlignedBuf.cpp",
3 "android-emu/android/base/AlignedBuf.cpp",4 "android-emu/android/base/AlignedBuf.h",