Searched refs:from_call_ptr (Results 1 – 2 of 2) sorted by relevance
32 pub(crate) unsafe fn from_call_ptr(call: *mut grpc_call) -> Option<Self> { in from_call_ptr() method
200 AuthContext::from_call_ptr(call) in auth_context()