Searched refs:ElementInfoMap (Results 1 – 2 of 2) sorted by relevance
32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap; member in slang::RSExportElement64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create( in Init()65 Name, ElementInfoMap.getAllocator(), EI)); in Init()171 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name); in GetElementInfo()172 if (I == ElementInfoMap.end()) in GetElementInfo()
53 static ElementInfoMapTy ElementInfoMap;