Searched refs:TypeMap (Results 1 – 9 of 9) sorted by relevance
51 TypeMapType TypeMap; variable121 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()122 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
363 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()382 TypeID = &TypeMap[Ty]; in EnumerateType()
241 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in printCodecMap() local244 for (auto &itrTypeMap : TypeMap) { in printCodecMap()309 map<string, MediaCodecsXmlParser::AttributeMap> TypeMap = properties.typeMap; in TEST_F() local311 map<string, MediaCodecsXmlParser::AttributeMap>::iterator itr_TypeMap = TypeMap.begin(); in TEST_F()313 ASSERT_EQ(TypeMapDB.size(), TypeMap.size()) in TEST_F()316 for (; itr_TypeMap != TypeMap.end() && itr_TypeMapDB != TypeMapDB.end(); in TEST_F()
57 typedef std::map<std::string, AttributeMap> TypeMap; typedef70 TypeMap typeMap; ///< Map of types supported by this codec
54 TypeMapType TypeMap; variable124 TypeMapType::const_iterator I = TypeMap.find(T); in getTypeID()125 assert(I != TypeMap.end() && "Type not in ValueEnumerator!"); in getTypeID()
206 TypeMap::iterator mType;981 TypeMap::iterator typeIt; in enterMediaCodec()1123 TypeMap::iterator typeIt = codecIt->second.typeMap.find(name); in enterType()