Home
last modified time | relevance | path

Searched defs:batch_ctx (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio/src/task/
Dcallback.rs46 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() method
81 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() method
Dmod.rs154 pub fn batch_ctx(&self) -> Option<&BatchContext> { in batch_ctx() method
/external/mesa3d/src/intel/tools/
Daubinator.c63 struct gen_batch_decode_ctx batch_ctx; variable
Daubinator_error_decode.c664 struct gen_batch_decode_ctx batch_ctx; in read_data_file() local
/external/rust/crates/grpcio/src/call/
Dserver.rs122 let batch_ctx = tag.batch_ctx().unwrap().as_ptr(); in handle_unary_req() localVariable
227 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() method