Searched refs:titleValues (Results 1 – 2 of 2) sorted by relevance
617 ReserveMemoryForValuesVector(titleValues, numTitle, leavecode); in populateTitleVector()634 titleValues.push_front(valuestring); in populateTitleVector()642 titleValues.push_front(valuestring); in populateTitleVector()649 titleValues.push_front(valuestring); in populateTitleVector()665 titleValues.push_front(_id3v1Title); in populateTitleVector()678 if (index < titleValues.size()) in getTitle()683 aVal = titleValues[index].get_cstr(); in getTitle()1602 titleValues.destroy(); in ~Mpeg4File()
1340 Oscl_Vector<OSCL_wHeapString<OsclMemAllocator>, OsclMemAllocator> titleValues; variable