Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.h183 inline std::pair<unsigned, unsigned> getFieldIndex(const RSExportRecordType::Field *F) const { in getFieldIndex() function
Dslang_rs_reflection.cpp2613 std::pair<unsigned, unsigned> FieldIndex = getFieldIndex(F); in genTypeClassComponentSetter()