Searched defs:ElementInfoMap (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/slang/
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));
171 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name);
172 if (I == ElementInfoMap.end())
H A Dslang_rs_export_element.h53 static ElementInfoMapTy ElementInfoMap; member in class:slang::RSExportElement

Completed in 42 milliseconds