Home
last modified time | relevance | path

Searched defs:heap_data (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/heap/examples/
Dinterface.cpp211 struct heap_data struct
213 fibonacci_heap<heap_data>::handle_type handle; argument
216 heap_data(int i): in heap_data() argument
220 bool operator<(heap_data const & rhs) const in operator <() argument
/third_party/flutter/engine/flutter/lib/ui/window/
Dplatform_message_response_dart.cc31 std::vector<uint8_t>* heap_data = new std::vector<uint8_t>(std::move(data)); in WrapByteData() local