Searched refs:fRandomInternalIndices (Results 1 – 2 of 2) sorted by relevance
34 fRandomInternalIndices(fCount > 0 ? new (nothrow) int32[fCount] : NULL) in RandomizePLItemsCommand()37 || !fRandomInternalIndices) { in RandomizePLItemsCommand()62 fRandomInternalIndices[i] = (int32)(addr_t)indexSet.RemoveItem(randomSetIndex); in RandomizePLItemsCommand()71 delete[] fRandomInternalIndices; in ~RandomizePLItemsCommand()123 if (!fPlaylist->AddItem(fItems[fRandomInternalIndices[i]], in _Sort()
35 int32* fRandomInternalIndices; variable