Searched defs:grpc_op (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/ |
H A D | grpc_types.h | 311 typedef struct grpc_op { struct 313 grpc_op_type op; argument 318 union grpc_op_data { argument 388 } grpc_op; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/ |
D | grpc_types.h | 669 typedef struct grpc_op { struct 671 grpc_op_type op; argument 676 union grpc_op_data { argument 746 } grpc_op; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/ |
D | grpc_types.h | 669 typedef struct grpc_op { struct 671 grpc_op_type op; argument 676 union grpc_op_data { argument 746 } grpc_op; argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 910 pub struct grpc_op { struct 912 pub op: grpc_op_type, argument 917 pub data: grpc_op_grpc_op_data, argument 996 impl ::std::fmt::Debug for grpc_op { implementation 1462 ops: *const grpc_op, in grpc_call_start_batch()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 1144 pub struct grpc_op { struct 1146 pub op: grpc_op_type, argument 1151 pub data: grpc_op_grpc_op_data, argument 1251 impl ::std::fmt::Debug for grpc_op { implementation 1870 ops: *const grpc_op, in grpc_call_start_batch()
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
H A D | alts_handshaker_client_test.cc | 159 const grpc_op* /*ops*/, in check_must_not_be_called()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | call_op_set.h | 206 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | call_op_set.h | 206 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() argument
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/impl/ |
H A D | call_op_set.h | 206 void AddOp(grpc_op* /*ops*/, size_t* /*nops*/) {} in AddOp() argument
|