Home
last modified time | relevance | path

Searched defs:RpcMethod (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Drpc_method.h38 RpcMethod(const char* name, RpcType type) in RpcMethod() function
44 RpcMethod(const char* name, const char* suffix_for_stats, RpcType type) in RpcMethod() function
50 RpcMethod(const char* name, RpcType type, in RpcMethod() function
57 RpcMethod(const char* name, const char* suffix_for_stats, RpcType type, in RpcMethod() function
Dchannel_interface.h64 class RpcMethod; variable
154 const internal::RpcMethod& /*method*/, ::grpc::ClientContext* /*context*/, in CreateCallInternal()
Dclient_unary_call.h33 class RpcMethod; variable
Dcompletion_queue.h89 class RpcMethod; variable
Dclient_context.h98 class RpcMethod; variable
Dclient_callback.h37 class RpcMethod; variable
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Drpc_method.h38 RpcMethod(const char* name, RpcType type) in RpcMethod() function
44 RpcMethod(const char* name, const char* suffix_for_stats, RpcType type) in RpcMethod() function
50 RpcMethod(const char* name, RpcType type, in RpcMethod() function
57 RpcMethod(const char* name, const char* suffix_for_stats, RpcType type, in RpcMethod() function
Dchannel_interface.h64 class RpcMethod; variable
154 const internal::RpcMethod& /*method*/, ::grpc::ClientContext* /*context*/, in CreateCallInternal()
Dclient_unary_call.h33 class RpcMethod; variable
Dcompletion_queue.h89 class RpcMethod; variable
Dclient_context.h98 class RpcMethod; variable
Dclient_callback.h37 class RpcMethod; variable
/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h38 RpcMethod(const char* name, RpcType type) in RpcMethod() function
41 RpcMethod(const char* name, RpcType type, in RpcMethod() function
Dclient_unary_call.h35 class RpcMethod; variable
Dclient_callback.h38 class RpcMethod; variable
Dchannel_interface.h41 class RpcMethod; variable
Dcompletion_queue.h72 class RpcMethod; variable
Dclient_context.h66 class RpcMethod; variable
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/annotations/
DRpcMethod.java40 public @interface RpcMethod { annotation