Home
last modified time | relevance | path

Searched refs:StringIndexTy (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h63 typedef uint32_t StringIndexTy; typedef
80 StringIndexTy sourceSha1Idx;
82 StringIndexTy compileCommandLineIdx;
84 StringIndexTy buildFingerprintIdx;
95 const StringIndexTy gInvalidStringIndex = static_cast<StringIndexTy>(-1);
99 StringIndexTy key;
100 StringIndexTy value;
108 StringIndexTy name;
112 StringIndexTy name;
116 StringIndexTy name;
[all …]
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp210 const char *RSInfo::getStringFromPool(rsinfo::StringIndexTy pStrIdx) const { in getStringFromPool()
221 rsinfo::StringIndexTy RSInfo::getStringIdxInPool(const char *pStr) const { in getStringIdxInPool()