Home
last modified time | relevance | path

Searched refs:from_call_ptr (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/
Dauth_context.rs32 pub(crate) unsafe fn from_call_ptr(call: *mut grpc_call) -> Option<Self> { in from_call_ptr() method
/external/rust/crates/grpcio/src/call/
Dserver.rs200 AuthContext::from_call_ptr(call) in auth_context()