Searched refs:ElementInfoMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap; member in class:slang::RSExportElement
36 // Initialize ElementInfoMap
46 ElementInfoMap.insert( \
50 ElementInfoMap.getAllocator(), \
163 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name);
164 if (I == ElementInfoMap.end())
H A Dslang_rs_export_element.h54 static ElementInfoMapTy ElementInfoMap; member in class:slang::RSExportElement

Completed in 929 milliseconds