/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 212 pub struct grpc_slice { struct 213 pub refcount: *mut grpc_slice_refcount, argument 214 pub data: grpc_slice_grpc_slice_data, argument 239 impl ::std::fmt::Debug for grpc_slice { implementation 456 pub fn grpc_slice_ref(s: grpc_slice) -> grpc_slice; in grpc_slice_ref() 460 pub fn grpc_slice_unref(s: grpc_slice); in grpc_slice_unref() 464 pub fn grpc_slice_copy(s: grpc_slice) -> grpc_slice; in grpc_slice_copy() 472 ) -> grpc_slice; in grpc_slice_new() 481 ) -> grpc_slice; in grpc_slice_new_with_user_data() 491 ) -> grpc_slice; in grpc_slice_new_with_len() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 248 pub struct grpc_slice { struct 249 pub refcount: *mut grpc_slice_refcount, argument 250 pub data: grpc_slice_grpc_slice_data, argument 275 impl ::std::fmt::Debug for grpc_slice { implementation 518 pub fn grpc_slice_ref(s: grpc_slice) -> grpc_slice; in grpc_slice_ref() 527 pub fn grpc_slice_unref(s: grpc_slice); in grpc_slice_unref() 531 pub fn grpc_slice_copy(s: grpc_slice) -> grpc_slice; in grpc_slice_copy() 541 ) -> grpc_slice; in grpc_slice_new() 553 ) -> grpc_slice; in grpc_slice_new_with_user_data() 564 ) -> grpc_slice; in grpc_slice_new_with_len() [all …]
|
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/ |
H A D | slice_type.h | 28 typedef struct grpc_slice grpc_slice; typedef 63 struct grpc_slice { struct 64 struct grpc_slice_refcount* refcount; argument 65 union grpc_slice_data { argument 84 grpc_slice* base_slices; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/ |
D | slice_type.h | 28 typedef struct grpc_slice grpc_slice; typedef 63 struct grpc_slice { struct 64 struct grpc_slice_refcount* refcount; argument 65 union grpc_slice_data { argument 84 grpc_slice* base_slices; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/ |
D | slice_type.h | 28 typedef struct grpc_slice grpc_slice; typedef 63 struct grpc_slice { struct 64 struct grpc_slice_refcount* refcount; argument 65 union grpc_slice_data { argument 84 grpc_slice* base_slices; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/ |
D | buf.rs | 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() constant 273 let s = &*(s as *const GrpcSlice as *const grpc_slice as *const UnsafeCell<grpc_slice>); in from() constant
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/ |
H A D | client_fuzzer.cc | 49 static void discard_write(grpc_slice /*slice*/) {} in discard_write() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | ssl_server_fuzzer.cc | 43 static void discard_write(grpc_slice /*slice*/) {} in discard_write() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/ |
D | context.cc | 113 size_t StatsContextSerialize(size_t /*max_tags_len*/, grpc_slice* /*tags*/) { in StatsContextSerialize() argument
|
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/filters/census/ |
H A D | context.cc | 113 size_t StatsContextSerialize(size_t /*max_tags_len*/, grpc_slice* /*tags*/) { in StatsContextSerialize() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/ |
H A D | ping_configuration_test.cc | 55 static void DiscardWrite(grpc_slice /*slice*/) {} in DiscardWrite() argument
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_observability/grpc_observability/ |
H A D | python_census_context.cc | 153 size_t StatsContextSerialize(size_t /*max_tags_len*/, grpc_slice* /*tags*/) { in StatsContextSerialize() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 444 const grpc_slice& /*slice*/, in skip_parser()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | parsing.cc | 468 const grpc_slice& /*slice*/, in skip_parser()
|