Searched refs:maFkpCache (Results 1 – 3 of 3) sorted by relevance
2696 std::find_if(maFkpCache.begin(), maFkpCache.end(), SamePos(nPo)); in NewFkp()2697 if (aIter != maFkpCache.end()) in NewFkp()2705 maFkpCache.push_back(pFkp); in NewFkp()2707 if (maFkpCache.size() > eMaxCache) in NewFkp()2709 delete maFkpCache.front(); in NewFkp()2710 maFkpCache.pop_front(); in NewFkp()2740 myiter aEnd = maFkpCache.end(); in ~WW8PLCFx_Fc_FKP()2741 for (myiter aIter = maFkpCache.begin(); aIter != aEnd; ++aIter) in ~WW8PLCFx_Fc_FKP()
3025 std::find_if(maFkpCache.begin(), maFkpCache.end(), SamePos(nPo)); in NewFkp()3026 if (aIter != maFkpCache.end()) in NewFkp()3034 maFkpCache.push_back(pFkp); in NewFkp()3036 if (maFkpCache.size() > eMaxCache) in NewFkp()3038 delete maFkpCache.front(); in NewFkp()3039 maFkpCache.pop_front(); in NewFkp()3069 myiter aEnd = maFkpCache.end(); in ~WW8PLCFx_Fc_FKP()3070 for (myiter aIter = maFkpCache.begin(); aIter != aEnd; ++aIter) in ~WW8PLCFx_Fc_FKP()
565 std::list<WW8Fkp*> maFkpCache; member in WW8PLCFx_Fc_FKP
Completed in 141 milliseconds