Searched refs:AttributeMap (Results 1 - 8 of 8) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dtest_xml_utils.h24 typedef std::map<std::string, std::string> AttributeMap; typedef in namespace:sfntly
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfHeader.h203 typedef std::map <Name, Attribute *> AttributeMap; typedef in class:Imf::Header
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)
485 (const Header::AttributeMap::const_iterator &i): _i (i)
595 AttributeMap::iterator i = _map.find (name);
604 AttributeMap
[all...]
H A DImfHeader.cpp241 for (AttributeMap::const_iterator i = other._map.begin();
252 for (AttributeMap::iterator i = _map.begin();
266 for (AttributeMap::iterator i = _map.begin();
275 for (AttributeMap::const_iterator i = other._map.begin();
293 AttributeMap::iterator i = _map.find (name);
334 AttributeMap::iterator i = _map.find (name);
346 AttributeMap::const_iterator i = _map.find (name);
1010 AttributeMap::iterator i = _map.find (name);
/external/deqp/executor/
H A DxeXMLParser.hpp139 typedef std::map<std::string, std::string> AttributeMap; typedef in class:xe::xml::Parser
140 typedef AttributeMap::const_iterator AttributeIter;
158 const AttributeMap& attributes (void) const { return m_attributes; }
194 AttributeMap m_attributes;
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h77 AttributeMapType AttributeMap; member in class:llvm::ValueEnumerator
141 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
142 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
H A DValueEnumerator.cpp686 unsigned &Entry = AttributeMap[PAL];
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...

Completed in 425 milliseconds