Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/call/
Dmod.rs251 let tag_box = Box::new(tag); in box_batch_tag() localVariable
253 tag_box.batch_ctx().unwrap().as_ptr(), in box_batch_tag()
254 Box::into_raw(tag_box) as _, in box_batch_tag()