Searched refs:context_map (Results 1 – 3 of 3) sorted by relevance
328 context_map = client.GetUpdatedInspectableContexts()329 for context in context_map.contexts:331 yield context_map.GetInspectorBackend(context['id'])
348 context_map = self.GetUpdatedInspectableContexts()349 for context in context_map.contexts:353 backend = context_map.GetInspectorBackend(context_id)
52 typedef struct context_map { struct