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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp276 fComponentPath(NULL),
298 if (fComponentPath != NULL)
299 fComponentPath->ReleaseReference();
310 fComponentPath = new(std::nothrow) TypeComponentPath();
311 if (fComponentPath == NULL)
315 *fComponentPath = *fParent->GetPath();
323 fComponentPath->AddComponent(component);
436 return fComponentPath;
574 TypeComponentPath* fComponentPath; member in class:VariablesView::ModelNode

Completed in 94 milliseconds