Home
last modified time | relevance | path

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

/tonic/tonic/src/codec/
H A Dbuffer.rs90 fn put<T: Buf>(&mut self, src: T) in put() method
94 self.buf.put(src) in put()
115 payload.put(&vec![0u8; 50][..]); in decode_buf()
H A Dprost.rs178 buf.put(&msg[..]); in decode()
204 buf.put(&msg[..]); in decode_max_message_size_exceeded()
322 buf.put(&item[..]); in encode()
H A Ddecode.rs272 self.buf.put(frame.into_data().unwrap()); in poll_frame()
/tonic/tonic/benches/
H A Ddecode.rs121 buf.put(&msg[..]); in make_payload()
/tonic/tonic-web/src/
H A Dcall.rs185 .put(frame.into_data().unwrap_or_else(|_| unreachable!())), in poll_decode()
271 .put(incoming_buf.into_data().unwrap()); in poll_frame()
/tonic/examples/proto/googleapis/google/api/
H A Dhttp.proto320 // used with any of the {get|put|post|delete|patch} methods. A custom method
328 string put = 3; field
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto50 put: "/v1/{name=projects/*/topics/*}"
424 put: "/v1/{name=projects/*/subscriptions/*}"
579 put: "/v1/{name=projects/*/snapshots/*}"
/tonic/
H A DCONTRIBUTING.md285 the details, but feel free to skip parts if you're not sure what to put.