Searched defs:grpc_slice (Results 1 – 9 of 9) sorted by relevance
28 typedef struct grpc_slice grpc_slice; typedef60 struct grpc_slice { struct61 struct grpc_slice_refcount* refcount; argument62 union grpc_slice_data { argument81 grpc_slice* base_slices; argument
28 typedef struct grpc_slice grpc_slice; typedef80 struct grpc_slice { struct81 struct grpc_slice_refcount* refcount; argument82 union grpc_slice_data { argument101 grpc_slice* base_slices; argument
242 pub struct grpc_slice { struct243 pub refcount: *mut grpc_slice_refcount, argument244 pub data: grpc_slice_grpc_slice_data, argument270 impl ::std::fmt::Debug for grpc_slice { implementation428 pub fn grpc_slice_ref(s: grpc_slice) -> grpc_slice; in grpc_slice_ref()437 pub fn grpc_slice_unref(s: grpc_slice); in grpc_slice_unref()441 pub fn grpc_slice_copy(s: grpc_slice) -> grpc_slice; in grpc_slice_copy()451 ) -> grpc_slice; in grpc_slice_new()463 ) -> grpc_slice; in grpc_slice_new_with_user_data()474 ) -> grpc_slice; in grpc_slice_new_with_len()[all …]
37 static void discard_write(grpc_slice /*slice*/) {} in discard_write() argument
81 size_t StatsContextSerialize(size_t /*max_tags_len*/, grpc_slice* /*tags*/) { in StatsContextSerialize() argument
98 pub fn as_mut_ptr(&mut self) -> *mut grpc_slice { in as_mut_ptr()254 let s = slice.as_ptr() as *const grpc_slice as *const UnsafeCell<grpc_slice>; in from() constant273 let s = &*(s as *const GrpcSlice as *const grpc_slice as *const UnsafeCell<grpc_slice>); in from() constant
311 const grpc_slice& /*slice*/, in skip_parser()