Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dslice.h28 typedef struct grpc_slice grpc_slice; typedef
60 struct grpc_slice { struct
61 struct grpc_slice_refcount* refcount; argument
62 union grpc_slice_data { argument
81 grpc_slice* base_slices; argument
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dslice.h28 typedef struct grpc_slice grpc_slice; typedef
60 struct grpc_slice { struct
61 struct grpc_slice_refcount* refcount; argument
62 union grpc_slice_data { argument
81 grpc_slice* base_slices; argument
/external/grpc-grpc/include/grpc/impl/codegen/
Dslice.h28 typedef struct grpc_slice grpc_slice; typedef
80 struct grpc_slice { struct
81 struct grpc_slice_refcount* refcount; argument
82 union grpc_slice_data { argument
101 grpc_slice* base_slices; argument
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs242 pub struct grpc_slice { struct
243 pub refcount: *mut grpc_slice_refcount, argument
244 pub data: grpc_slice_grpc_slice_data, argument
270 impl ::std::fmt::Debug for grpc_slice { implementation
428 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 …]
Dx86_64-unknown-linux-gnu-bindings.rs242 pub struct grpc_slice { struct
243 pub refcount: *mut grpc_slice_refcount, argument
244 pub data: grpc_slice_grpc_slice_data, argument
270 impl ::std::fmt::Debug for grpc_slice { implementation
428 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 …]
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dssl_server_fuzzer.cc37 static void discard_write(grpc_slice /*slice*/) {} in discard_write() argument
/external/rust/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dcontext.cc81 size_t StatsContextSerialize(size_t /*max_tags_len*/, grpc_slice* /*tags*/) { in StatsContextSerialize() argument
/external/rust/crates/grpcio/src/
Dbuf.rs98 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() constant
273 let s = &*(s as *const GrpcSlice as *const grpc_slice as *const UnsafeCell<grpc_slice>); in from() constant
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc311 const grpc_slice& /*slice*/, in skip_parser()