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

/frameworks/compile/slang/
H A Dslang_rs_export_element.h53 static ElementInfoMapTy ElementInfoMap; member in class:slang::RSExportElement
H A Dslang_rs_export_element.cpp32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap; member in class:slang::RSExportElement
36 // Initialize ElementInfoMap
45 ElementInfoMap.insert( \
49 ElementInfoMap.getAllocator(), \
160 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name);
161 if (I == ElementInfoMap.end())

Completed in 173 milliseconds