Searched refs:last_child (Results 1 – 6 of 6) sorted by relevance
557 const size_t last_child = context_index_.Select0(node_rank + 1) - 1; in Init() local558 root_num_children_ = last_child - root_first_child_ + 1; in Init()577 size_t last_child = context_index_.Select0(node_rank + 1) - 1; in Transition() local580 loc = lower_bound(children, children + last_child - first_child + 1, in Transition()582 if (loc == children + last_child - first_child + 1 || in Transition()590 last_child = context_index_.Select0(node_rank + 1) - 1; in Transition()612 size_t last_child = context_index_.Select0(node_rank + 1) - 1; in GetStates() local615 loc = lower_bound(children, children + last_child - first_child + 1, in GetStates()617 if (loc == children + last_child - first_child + 1 || *loc != *cit) { in GetStates()626 last_child = context_index_.Select0(node_rank + 1) - 1; in GetStates()
49 if(root->last_child) { in _aconfig_find()50 root->last_child->next = node; in _aconfig_find()54 root->last_child = node; in _aconfig_find()
26 AConfig* last_child; member
151 scoped_ptr<NodeBase> last_child(children_.back()); in RemoveAndReturnLastChild() local153 last_child->set_parent(NULL); in RemoveAndReturnLastChild()154 return last_child.Pass(); in RemoveAndReturnLastChild()
630 scoped_ptr<RTreeNodeBase> last_child(test_parent->RemoveAndReturnLastChild()); in TEST_F() local631 EXPECT_EQ(child, last_child.get()); in TEST_F()
2592 var last_child;2596 last_child = node.children[node.children.length - 1];2597 if (!last_child.hasChildren() || !last_child.is_open) {2598 return last_child;2600 return this.getLastChild(last_child);