Home
last modified time | relevance | path

Searched refs:InlineStdAllocator (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/ui/include/ui/
DFatVector.h30 class InlineStdAllocator {
47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() function
48 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} in InlineStdAllocator() function
49 ~InlineStdAllocator() {} in ~InlineStdAllocator()
78 class FatVector : public std::vector<T, InlineStdAllocator<T, SIZE>> {
81 : std::vector<T, InlineStdAllocator<T, SIZE>>(InlineStdAllocator<T, SIZE>(mAllocation)) { in FatVector()
88 typename InlineStdAllocator<T, SIZE>::Allocation mAllocation;
/frameworks/native/include/ui/
DFatVector.h30 class InlineStdAllocator {
47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() function
48 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} in InlineStdAllocator() function
49 ~InlineStdAllocator() {} in ~InlineStdAllocator()
78 class FatVector : public std::vector<T, InlineStdAllocator<T, SIZE>> {
81 : std::vector<T, InlineStdAllocator<T, SIZE>>(InlineStdAllocator<T, SIZE>(mAllocation)) { in FatVector()
88 typename InlineStdAllocator<T, SIZE>::Allocation mAllocation;
/frameworks/native/libs/ui/include_vndk/ui/
DFatVector.h30 class InlineStdAllocator {
47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() function
48 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} in InlineStdAllocator() function
49 ~InlineStdAllocator() {} in ~InlineStdAllocator()
78 class FatVector : public std::vector<T, InlineStdAllocator<T, SIZE>> {
81 : std::vector<T, InlineStdAllocator<T, SIZE>>(InlineStdAllocator<T, SIZE>(mAllocation)) { in FatVector()
88 typename InlineStdAllocator<T, SIZE>::Allocation mAllocation;