Searched defs:execute_query (Results 1 – 3 of 3) sorted by relevance
41 fn execute_query(self, tcx: Qcx::DepContext, k: Self::Key) -> Self::Value; in execute_query() method
110 fn execute_query(self, tcx: TyCtxt<'tcx>, key: Self::Key) -> Self::Value { in execute_query() function
43 pub execute_query: fn(tcx: TyCtxt<'tcx>, k: C::Key) -> C::Value, field