Searched refs:sentinel (Results 1 – 8 of 8) sorted by relevance
| /system/utest/fbl/include/fbl/tests/intrusive_containers/ |
| A D | intrusive_doubly_linked_list_checker.h | 33 ASSERT_EQ(container.sentinel(), tmp, ""); in SanityCheck() 45 ASSERT_EQ(container.sentinel(), tmp, ""); in SanityCheck()
|
| A D | intrusive_wavl_tree_checker.h | 53 ASSERT_EQ(tree.sentinel(), tree.left_most_, ""); in SanityCheck() 54 ASSERT_EQ(tree.sentinel(), tree.right_most_, ""); in SanityCheck() 65 ASSERT_EQ(tree.sentinel(), in SanityCheck() 71 ASSERT_EQ(tree.sentinel(), in SanityCheck()
|
| A D | intrusive_singly_linked_list_checker.h | 33 ASSERT_EQ(container.sentinel(), tmp, ""); in SanityCheck()
|
| /system/ulib/fbl/include/fbl/ |
| A D | intrusive_double_list.h | 155 iterator end() { return iterator(sentinel()); } 156 const_iterator end() const { return const_iterator(sentinel()); } 218 ZX_DEBUG_ASSERT(before == sentinel()); 253 other_list.head_ = other_list.sentinel(); 300 ZX_DEBUG_ASSERT(sentinel() == ns.next_); 334 head_ = sentinel(); 346 sentinel_ptr = sentinel(); 347 other_sentinel_ptr = other.sentinel(); 540 constexpr RawPtrType sentinel() const { 554 ZX_DEBUG_ASSERT(before == sentinel()); [all …]
|
| A D | intrusive_wavl_tree.h | 437 left_most_ = sentinel(); 438 right_most_ = sentinel(); 451 left_most_ = sentinel(); 452 right_most_ = sentinel(); 701 ns.parent_ = sentinel(); 702 ns.left_ = sentinel(); 703 ns.right_ = sentinel(); 775 ns.right_ = sentinel(); 779 ns.left_ = sentinel(); 1245 left_most_ = sentinel(); [all …]
|
| A D | intrusive_single_list.h | 281 iterator end() { return iterator(sentinel()); } 282 const_iterator end() const { return const_iterator(sentinel()); } 283 const_iterator cend() const { return const_iterator(sentinel()); } 387 head_ = sentinel(); 645 constexpr RawPtrType sentinel() const { 650 RawPtrType head_ = sentinel();
|
| A D | intrusive_container_utils.h | 183 constexpr T unmake_sentinel(U* sentinel) { 184 return reinterpret_cast<T>(reinterpret_cast<uintptr_t>(sentinel) &
|
| /system/utest/fs/ |
| A D | test-lseek.cpp | 128 char sentinel = 'a'; in TestLseekZeroFill() local 129 ASSERT_EQ(write(fd.get(), &sentinel, 1), 1); in TestLseekZeroFill() 151 ASSERT_EQ(write(fd.get(), &sentinel, 1), 1); in TestLseekZeroFill()
|
Completed in 12 milliseconds