OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringIndexTy
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h
83
typedef uint32_t
StringIndexTy
;
86
const
StringIndexTy
gInvalidStringIndex = static_cast<
StringIndexTy
>(-1);
89
StringIndexTy
id;
92
StringIndexTy
sha1;
97
StringIndexTy
key;
98
StringIndexTy
value;
106
StringIndexTy
name;
110
StringIndexTy
name;
114
StringIndexTy
name
[
all
...]
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
341
const char *RSInfo::getStringFromPool(rsinfo::
StringIndexTy
pStrIdx) const {
352
rsinfo::
StringIndexTy
RSInfo::getStringIdxInPool(const char *pStr) const {
Completed in 156 milliseconds