Home
last modified time | relevance | path

Searched refs:AttributeMap (Results 1 – 6 of 6) sorted by relevance

/external/deqp/executor/
DxeXMLParser.hpp139 typedef std::map<std::string, std::string> AttributeMap; typedef in xe::xml::Parser
140 typedef AttributeMap::const_iterator AttributeIter;
158 const AttributeMap& attributes (void) const { return m_attributes; } in attributes()
194 AttributeMap m_attributes;
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.h55 AttributeMapType AttributeMap; variable
99 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer()); in getAttributeID()
100 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp389 unsigned &Entry = AttributeMap[PAL.getRawPointer()]; in EnumerateAttributes()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h110 AttributeMapType AttributeMap; variable
171 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
172 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp891 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/external/sfntly/cpp/src/test/
Dtest_xml_utils.h24 typedef std::map<std::string, std::string> AttributeMap; typedef