Home
last modified time | relevance | path

Searched defs:GrpcSlice (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio/src/
Dbuf.rs19 pub struct GrpcSlice(grpc_slice); struct
21 impl GrpcSlice { implementation
55 pub fn from_static_slice(s: &'static [u8]) -> GrpcSlice { in from_static_slice()
63 pub fn from_static_str(s: &'static str) -> GrpcSlice { in from_static_str()
103 impl Clone for GrpcSlice { implementation
113 impl Default for GrpcSlice { implementation
120 impl Debug for GrpcSlice { implementation
126 impl Drop for GrpcSlice { implementation
134 unsafe impl Send for GrpcSlice {} implementation
135 unsafe impl Sync for GrpcSlice {} implementation
[all …]
Dcodec.rs37 pub fn ser<T: Message>(t: &T, buf: &mut GrpcSlice) { in ser()
65 pub fn ser<M: Message>(msg: &M, buf: &mut GrpcSlice) { in ser()
/external/rust/crates/grpcio/src/call/
Dmod.rs296 msg: &mut GrpcSlice, in start_send_message()
349 payload: &mut Option<GrpcSlice>, in start_send_status_from_server()