Searched defs:left_child (Results 1 – 13 of 13) sorted by relevance
54 size_t left_child = 1 + 2 * i; in AdjustDownwards() local
53 uint32_t left_child = 1u + 2u * i; in adjust_downwards() local
109 static constexpr unsigned left_child (unsigned index) in left_child() function
55 size_t left_child = 1u + 2u * i; in CheckValid() local
57 size_t left_child = 1u + 2u * i; in check_valid() local
259 uint32_t left_child; member
558 def left_child(self, node): member in RBTreeUtils
326 xmlNodePtr left_child = Child(left); in SubOrEqualTree() local
1011 bool left_child = true; in insert_unique_check() local
3149 NodeDef* left_child = node_map_->GetNode(parent.input(0)); in PrepareConstantPushDown() local