Home
last modified time | relevance | path

Searched refs:grpc_byte_buffer_grpc_byte_buffer_data (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs649 pub data: grpc_byte_buffer_grpc_byte_buffer_data,
653 pub union grpc_byte_buffer_grpc_byte_buffer_data {
673 impl ::std::fmt::Debug for grpc_byte_buffer_grpc_byte_buffer_data { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs816 pub data: grpc_byte_buffer_grpc_byte_buffer_data,
820 pub union grpc_byte_buffer_grpc_byte_buffer_data {
840 impl ::std::fmt::Debug for grpc_byte_buffer_grpc_byte_buffer_data { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch870 + pub data: grpc_byte_buffer_grpc_byte_buffer_data,
874 +pub union grpc_byte_buffer_grpc_byte_buffer_data {
894 +impl ::std::fmt::Debug for grpc_byte_buffer_grpc_byte_buffer_data {
896 + write!(f, "grpc_byte_buffer_grpc_byte_buffer_data {{ union }}")