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

/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp186 fNodeInfos(NULL),
202 fNodeInfos = new(std::nothrow) NodeInfoTable;
203 if (fNodeInfos == NULL)
206 return fNodeInfos->Init();
245 return fNodeInfos->Lookup(Key(variable, (TypeComponentPath*)path));
253 InfoEntry* entry = fNodeInfos->Lookup(Key(variable, path));
258 fNodeInfos->Insert(entry);
269 if (fNodeInfos != NULL) {
270 InfoEntry* entry = fNodeInfos->Clear(true);
278 delete fNodeInfos;
[all...]
H A DVariablesViewState.h95 NodeInfoTable* fNodeInfos; member in class:VariablesViewState
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp107 for (NodeInfoList::Iterator it = fNodeInfos.GetIterator();
168 for (NodeInfoList::Iterator it = fNodeInfos.GetIterator();
218 fNodeInfos.Add(info);
254 fNodeInfos.Remove(info);
362 for (NodeInfoList::ConstIterator it = fNodeInfos.GetIterator();
375 while (NodeInfo* info = fNodeInfos.RemoveHead())
H A DTransaction.h126 NodeInfoList fNodeInfos; member in class:Transaction

Completed in 95 milliseconds