Home
last modified time | relevance | path

Searched defs:execute_batch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
H A Dcallback_common.pyx.pxi77 async def execute_batch(GrpcCallWrapper grpc_call_wrapper, function
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dlib.rs498 pub fn execute_batch(&self, sql: &str) -> Result<()> { in execute_batch() method