Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/include/ui/
H A DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() function
48 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} in InlineStdAllocator() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() function
48 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} in InlineStdAllocator() function
/aosp12/frameworks/native/include/ui/
H A DFatVector.h47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() function
48 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} in InlineStdAllocator() function