HomeSort by relevance Sort by last modified time
    Searched refs:mFieldIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection.h 95 unsigned mFieldIndex;
152 inline void incFieldIndex() { mFieldIndex++; }
154 inline void resetFieldIndex() { mFieldIndex = 0; }
159 mFieldIndexMap.insert(std::make_pair(F, mFieldIndex));
slang_rs_reflection.cpp 299 mGeneratedFileNames(GeneratedFileNames), mFieldIndex(0) {
    [all...]

Completed in 389 milliseconds