Home | History | Annotate | Download | only in utils

Lines Matching defs:LocHeap

29 #include <LocHeap.h>
32 friend class LocHeap;
222 LocHeap::~LocHeap() {
228 void LocHeap::push(LocRankable& node) {
237 LocRankable* LocHeap::peek() {
245 LocRankable* LocHeap::pop() {
256 LocRankable* LocHeap::remove(LocRankable& rankable) {
270 bool LocHeap::checkTree() {
273 uint32_t LocHeap::getTreeSize() {
284 class LocHeapDebug : public LocHeap {
306 // compilation: g++ -D__LOC_HOST_DEBUG__ -D__LOC_DEBUG__ -g -I. -I../../../../vendor/qcom/proprietary/gps-internal/unit-tests/fakes_for_host -I../../../../system/core/include LocHeap.cpp