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

/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DBListValueNode.cpp314 BListItemCountNodeChild* countChild = new(std::nothrow) local
317 if (countChild == NULL)
320 countChild->SetContainer(fContainer);
321 fChildren.AddItem(countChild);

Completed in 96 milliseconds