Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.h109 unsigned mField32Index; // corresponds to FieldIndexMapTy::mapped_type.second variable
172 if (Which & Field32Index) mField32Index++; in incFieldIndex()
175 inline void resetFieldIndex() { mFieldIndex = mField32Index = 0; } in resetFieldIndex()
180 mFieldIndexMap.insert(std::make_pair(F, std::make_pair(mFieldIndex, mField32Index))); in addFieldIndexMapping()
Dslang_rs_reflection.cpp513 mGeneratedFileNames(GeneratedFileNames), mFieldIndex(0), mField32Index(0) { in RSReflectionJava()