HomeSort by relevance Sort by last modified time
    Searched refs:ElementInfoMap (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_element.h 53 static ElementInfoMapTy ElementInfoMap;
slang_rs_export_element.cpp 32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap;
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 196 milliseconds