Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_element.cpp32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap; member in slang::RSExportElement
64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create( in Init()
65 Name, ElementInfoMap.getAllocator(), EI)); in Init()
172 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name); in GetElementInfo()
173 if (I == ElementInfoMap.end()) in GetElementInfo()
Dslang_rs_export_element.h53 static ElementInfoMapTy ElementInfoMap;