Searched refs:host_ctx (Results 1 – 2 of 2) sorted by relevance
335 HostCallbackContext* host_ctx = reinterpret_cast<HostCallbackContext*>(ctx); in HostCallbackTrampoline() local336 Status status = host_ctx->callback(); in HostCallbackTrampoline()339 delete host_ctx; in HostCallbackTrampoline()
231 HostCallbackContext* host_ctx = static_cast<HostCallbackContext*>(ctx); in HostCallbackTrampoline() local232 port::Status s = host_ctx->callback(); in HostCallbackTrampoline()234 delete host_ctx; in HostCallbackTrampoline()