Home
last modified time | relevance | path

Searched defs:QueryMap (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_query_system/src/query/
Djob.rs39 pub type QueryMap<D> = FxHashMap<QueryJobId, QueryJobInfo<D>>; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h339 using QueryMap = ResourceMap<Query, QueryID>; variable