Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dserver.rs432 let fetcher_wrap_ptr = Box::into_raw(fetcher_wrap); in bind_with_fetcher() localVariable
437 fetcher_wrap_ptr as _, in bind_with_fetcher()
443 Box::from_raw(fetcher_wrap_ptr), in bind_with_fetcher()