Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp357 BListItemCountNodeChild* countChild = new(std::nothrow) in CreateChildrenInRange() local
360 if (countChild == NULL) in CreateChildrenInRange()
364 countChild->SetContainer(fContainer); in CreateChildrenInRange()
365 fChildren.AddItem(countChild); in CreateChildrenInRange()