Searched defs:ContextMap (Results 1 – 4 of 4) sorted by relevance
43 using ContextMap = std::unordered_map<uintptr_t, EGLContext>; variable
31 using ContextMap = angle::HashMap<GLuint, gl::Context *>; variable
366 struct ContextMap<S: DecoderSession> { struct370 impl<S: DecoderSession> ContextMap<S> { impl399 impl<S: DecoderSession> Default for ContextMap<S> { implementation
409 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef