Home
last modified time | relevance | path

Searched defs:ContextMap (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/capture/
Dtrace_fixture.h106 using ContextMap = std::unordered_map<uint32_t, EGLContext>; variable
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs370 struct ContextMap<S: DecoderSession> { struct
374 impl<S: DecoderSession> ContextMap<S> { argument
403 impl<S: DecoderSession> Default for ContextMap<S> { implementation
/external/clang/include/clang/Analysis/
DAnalysisContext.h409 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef