Home
last modified time | relevance | path

Searched defs:grpc_call_ref (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_grpc_imports.generated.h235 #define grpc_call_ref grpc_call_ref_import macro
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc3515 void grpc_call_ref(grpc_call* c) { grpc_core::Call::FromC(c)->ExternalRef(); } in grpc_call_ref() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc4196 void grpc_call_ref(grpc_call* c) { grpc_core::Call::FromC(c)->ExternalRef(); } in grpc_call_ref() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs1559 pub fn grpc_call_ref(call: *mut grpc_call); in grpc_call_ref() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs2002 pub fn grpc_call_ref(call: *mut grpc_call); in grpc_call_ref() function