Searched refs:getStringIdxInPool (Results 1 - 3 of 3) sorted by last modified time

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSInfo.h229 rsinfo::StringIndexTy getStringIdxInPool(const char *pStr) const;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfo.cpp221 rsinfo::StringIndexTy RSInfo::getStringIdxInPool(const char *pStr) const { function in class:RSInfo
H A DRSInfoWriter.cpp40 pResult.key = pInfo.getStringIdxInPool(pItem->first);
41 pResult.value = pInfo.getStringIdxInPool(pItem->second);
71 pResult.name = pInfo.getStringIdxInPool(*pItem);
87 pResult.name = pInfo.getStringIdxInPool(*pItem);
103 pResult.name = pInfo.getStringIdxInPool(pItem->first);

Completed in 94 milliseconds