Home
last modified time | relevance | path

Searched defs:c_slice (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/rusqlite/src/
Dtrace.rs30 let c_slice = unsafe { CStr::from_ptr(msg).to_bytes() }; in config_log() localVariable
75 let c_slice = CStr::from_ptr(z_sql).to_bytes(); in trace() localVariable
103 let c_slice = CStr::from_ptr(z_sql).to_bytes(); in profile() localVariable
Dcollation.rs63 let c_slice = slice::from_raw_parts(arg3.cast::<u8>(), arg2 as usize); in create_collation() localVariable
67 let c_slice = slice::from_raw_parts(arg5.cast::<u8>(), arg4 as usize); in create_collation() localVariable
132 let c_slice = CStr::from_ptr(arg3).to_bytes(); in collation_needed() localVariable
Dsession.rs73 let c_slice = CStr::from_ptr(tbl_str).to_bytes(); in table_filter() localVariable
705 let c_slice = CStr::from_ptr(tbl_str).to_bytes(); in call_filter() localVariable
Dlib.rs246 let c_slice = CStr::from_ptr(errmsg).to_bytes(); in errmsg_to_string() localVariable
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dslice.h110 grpc_slice c_slice() const { in c_slice() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dslice.h111 grpc_slice c_slice() const { in c_slice() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dslice.h111 grpc_slice c_slice() const { in c_slice() function
/external/grpc-grpc/test/cpp/util/
Dslice_test.cc124 grpc_slice c_slice = spp.c_slice(); in TEST_F() local
/external/rust/crates/rusqlite/src/vtab/
Dmod.rs1162 let c_slice = CStr::from_ptr(idx_str).to_bytes(); in rust_filter() localVariable