Searched refs:countChild (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 40 milliseconds