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
57 // Initialize ElementInfoMap
64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create(
65 Name, ElementInfoMap.getAllocator(), EI));
172 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name);
173 if (I == ElementInfoMap.end())

Completed in 524 milliseconds