Home
last modified time | relevance | path

Searched refs:is_left_child (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/intrusive-collections/src/
Drbtree.rs362 unsafe fn is_left_child<T: RBTreeOps>(link_ops: &T, ptr: T::LinkPtr, parent: T::LinkPtr) -> bool { in is_left_child() function
392 if is_left_child(link_ops, x, parent) { in next()
412 if !is_left_child(link_ops, x, parent) { in prev()
432 if is_left_child(link_ops, ptr, parent) { in replace_with()
495 if is_left_child(link_ops, ptr, parent) { in rotate_left()
519 if is_left_child(link_ops, ptr, parent) { in rotate_right()
545 if is_left_child(link_ops, parent, grandparent) { in post_insert()
562 if !is_left_child(link_ops, x, parent) { in post_insert()
588 if is_left_child(link_ops, x, parent) { in post_insert()
619 if is_left_child(link_ops, y, y_parent) { in remove()
[all …]
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxMap.cpp125 while (!is_left_child(m_entry)) { in next()
160 bool is_left_child(const MapEntry &x) { in is_left_child() function in MapIterator
/external/llvm-project/libcxx/utils/gdb/libcxx/
Dprinters.py635 def is_left_child(self, node): member in RBTreeUtils
677 if self.util.is_left_child(current):
747 return self.util.is_left_child(self.addr) or \