Home
last modified time | relevance | path

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

/external/libchrome/base/task/sequence_manager/
Dintrusive_heap_unittest.cc15 struct TestElement { struct
16 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()
/external/cronet/base/containers/
Dintrusive_heap_unittest.cc528 struct TestElement { struct
529 int key;
532 RAW_PTR_EXCLUSION HeapHandle* handle;
535 bool operator<(const TestElement& other) const { return key > other.key; } in operator <()
537 void SetHeapHandle(HeapHandle h) { in SetHeapHandle()
542 void ClearHeapHandle() { in ClearHeapHandle()
547 HeapHandle GetHeapHandle() const { in GetHeapHandle()