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

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.cc228 Vector<DataView*> *expDataViewList = dataViews->fetch (exp_id); local
229 Destroy (expDataViewList);
361 Vector<DataView*> *expDataViewList = dataViews->fetch (exp_id); local
362 if (expDataViewList)
363 expDataViewList->destroy ();
753 Vector<DataView*> *expDataViewList = new Vector<DataView*>; local
755 expDataViewList->append (NULL); //experiment data_id's are not known yet
756 dataViews->store (index, expDataViewList);
775 Vector<DataView*> *expDataViewList = new Vector<DataView*>; local
777 expDataViewList
806 Vector<DataView*> *expDataViewList = dataViews->remove (index); local
2686 Vector<DataView*> *expDataViewList = dataViews->fetch (i); local
[all...]

Completed in 202 milliseconds