Searched defs:TestElement (Results 1 – 6 of 6) sorted by relevance
15 struct TestElement { struct16 int key;17 HeapHandle* handle;19 bool operator<=(const TestElement& other) const { return key <= other.key; } in operator <=()21 void SetHeapHandle(HeapHandle h) { in SetHeapHandle()26 void ClearHeapHandle() { in ClearHeapHandle()
528 struct TestElement { struct529 int key;530 raw_ptr<HeapHandle> handle;533 bool operator<(const TestElement& other) const { return key > other.key; } in operator <()535 void SetHeapHandle(HeapHandle h) { in SetHeapHandle()540 void ClearHeapHandle() { in ClearHeapHandle()545 HeapHandle GetHeapHandle() const { in GetHeapHandle()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...