Searched defs:heap_data (Results 1 – 2 of 2) sorted by relevance
211 struct heap_data struct213 fibonacci_heap<heap_data>::handle_type handle; argument216 heap_data(int i): in heap_data() argument220 bool operator<(heap_data const & rhs) const in operator <() argument
31 std::vector<uint8_t>* heap_data = new std::vector<uint8_t>(std::move(data)); in WrapByteData() local