Home
last modified time | relevance | path

Searched refs:newColumnLabels (Results 1 – 2 of 2) sorted by relevance

/dports/audio/praat/praat-6.2.03/stat/
H A DTableOfReal.cpp263 autoSTRVEC newColumnLabels (my numberOfColumns + 1); in TableOfReal_insertColumn()
265 newColumnLabels [j] = my columnLabels [j]. move(); in TableOfReal_insertColumn()
270 newColumnLabels [j] = my columnLabels [j - 1]. move(); in TableOfReal_insertColumn()
277 my columnLabels = std::move (newColumnLabels); in TableOfReal_insertColumn()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DStorage.cpp3097 Array<std::string> newColumnLabels(oldColumnLabels); in addToRdStorage() local
3101 newColumnLabels.append( _columnLabels[i]); in addToRdStorage()
3103 rStorage.setColumnLabels(newColumnLabels); in addToRdStorage()