Searched defs:QueryInvocationId (Results 1 – 2 of 2) sorted by relevance
147 pub struct QueryInvocationId(pub u32); struct409 pub fn query_cache_hit(&self, query_invocation_id: QueryInvocationId) { in query_cache_hit()412 fn cold_call(profiler_ref: &SelfProfilerRef, query_invocation_id: QueryInvocationId) { in query_cache_hit()465 query_invocation_id: QueryInvocationId, in instant_query_event()658 pub fn map_query_invocation_id_to_string(&self, from: QueryInvocationId, to: StringId) { in map_query_invocation_id_to_string()698 pub fn finish_with_query_invocation_id(self, query_invocation_id: QueryInvocationId) { in finish_with_query_invocation_id()
50 impl From<DepNodeIndex> for QueryInvocationId { implementation