Searched refs:p_acc (Results 1 – 3 of 3) sorted by relevance
247 TrcMemAccessorBase *p_acc = 0; in getFirstAccessor() local251 p_acc = *m_acc_it; in getFirstAccessor()253 return p_acc; in getFirstAccessor()258 TrcMemAccessorBase *p_acc = 0; in getNextAccessor() local262 p_acc = *m_acc_it; in getNextAccessor()264 return p_acc; in getNextAccessor()275 TrcMemAccessorBase *p_acc = getFirstAccessor(); in RemoveAccessor() local276 while(p_acc != 0) in RemoveAccessor()278 if(p_acc == p_accessor) in RemoveAccessor()281 TrcMemAccFactory::DestroyAccessor(p_acc); in RemoveAccessor()[all …]
123 ocsd_err_t TrcMemAccessorFile::createFileAccessor(TrcMemAccessorFile **p_acc, const std::string &pa… in createFileAccessor() argument158 *p_acc = acc; in createFileAccessor()190 TrcMemAccessorFile * p_acc = 0; in getExistingFileAccessor() local193 p_acc = it->second; in getExistingFileAccessor()194 return p_acc; in getExistingFileAccessor()
185 …static ocsd_err_t createFileAccessor(TrcMemAccessorFile **p_acc, const std::string &pathToFile, oc…