Searched refs:outer_context_ (Results 1 – 3 of 3) sorted by relevance
223 : outer_context_(current()) { in SyncMessageResponseContext()229 g_tls_sync_response_context.Get().Set(outer_context_); in ~SyncMessageResponseContext()300 : outer_context_(current()), message_(message) { in MessageDispatchContext()306 g_tls_message_dispatch_context.Get().Set(outer_context_); in ~MessageDispatchContext()
67 MessageDispatchContext* outer_context_;
281 SyncMessageResponseContext* outer_context_; variable