Searched defs:TypeInfoMap (Results 1 - 2 of 2) sorted by last modified time

/external/clang/include/clang/AST/
H A DASTContext.h148 std::pair<uint64_t, unsigned> > TypeInfoMap; typedef in class:clang::ASTContext
149 mutable TypeInfoMap MemoizedTypeInfo;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp154 typedef std::map<GLenum, Type> TypeInfoMap; typedef in namespace:gl
156 static inline void InsertTypeInfo(TypeInfoMap *map, GLenum type, GLuint bytes, bool specialInterpretation)
170 static TypeInfoMap BuildTypeInfoMap()
172 TypeInfoMap map;
549 static const TypeInfoMap infoMap = BuildTypeInfoMap();
550 TypeInfoMap::const_iterator iter = infoMap.find(type);

Completed in 131 milliseconds