Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfHeader.h203 typedef std::map <Name, Attribute *> AttributeMap; typedef
358 AttributeMap _map;
371 Iterator (const Header::AttributeMap::iterator &i);
383 Header::AttributeMap::iterator _i;
392 ConstIterator (const Header::AttributeMap::const_iterator &i);
406 Header::AttributeMap::const_iterator _i;
440 Header::Iterator::Iterator (const Header::AttributeMap::iterator &i): _i (i) in Iterator()
485 (const Header::AttributeMap::const_iterator &i): _i (i) in ConstIterator()
595 AttributeMap::iterator i = _map.find (name); in findTypedAttribute()
604 AttributeMap::const_iterator i = _map.find (name); in findTypedAttribute()
DImfHeader.cpp241 for (AttributeMap::const_iterator i = other._map.begin(); in Header()
252 for (AttributeMap::iterator i = _map.begin(); in ~Header()
266 for (AttributeMap::iterator i = _map.begin(); in operator =()
275 for (AttributeMap::const_iterator i = other._map.begin(); in operator =()
293 AttributeMap::iterator i = _map.find (name); in insert()
334 AttributeMap::iterator i = _map.find (name); in operator []()
346 AttributeMap::const_iterator i = _map.find (name); in operator []()
1010 AttributeMap::iterator i = _map.find (name); in readFrom()
/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/llvm/lib/Bitcode/Writer/
DValueEnumerator.h77 AttributeMapType AttributeMap; variable
141 AttributeMapType::const_iterator I = AttributeMap.find(PAL); in getAttributeID()
142 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!"); in getAttributeID()
DValueEnumerator.cpp686 unsigned &Entry = AttributeMap[PAL]; in EnumerateAttributes()
/external/sfntly/cpp/src/test/
Dtest_xml_utils.h24 typedef std::map<std::string, std::string> AttributeMap; typedef