Searched defs:Heap (Results 1 – 2 of 2) sorted by relevance
48 Heap(const Heap& other) : impl_(other.impl_), owns_impl_(false) {} in Heap() function
437 Heap::Heap() { in Heap() function in android::Heap