Home
last modified time | relevance | path

Searched defs:method_type (Results 1 – 16 of 16) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/
Dpayloads_view.h148 MethodType method_type, in PayloadsView()
173 MethodType method_type) { in PacketTypesWithPayload()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/
Drpc_method.h66 RpcType method_type() const { return method_type_; } in method_type() function
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/
Drpc_method.h66 RpcType method_type() const { return method_type_; } in method_type() function
/external/grpc-grpc/include/grpcpp/impl/
Drpc_method.h66 RpcType method_type() const { return method_type_; } in method_type() function
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dtest_method_context.h104 MethodType method_type, in InvocationContext()
Dcall.h62 constexpr CallProperties(MethodType method_type, in CallProperties()
74 constexpr MethodType method_type() const { in method_type() function
/external/rust/crates/grpcio/src/
Dserver.rs32 method_type: MethodType, field
45 fn method_type(&self) -> MethodType; in method_type() method
63 fn method_type(&self) -> MethodType { in method_type() function
/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper()
422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id()
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
Dmethod.h274 MethodType method_type, in CallUnaryRequest()
/external/rust/crates/grpcio-compiler/src/
Dprost_codegen.rs485 let method_type = MethodType::from_method(method); in generate_server_methods() localVariable
Dcodegen.rs215 fn method_type(&self) -> (MethodType, String) { in method_type() method
/external/sdv/vsomeip/third_party/boost/integer/include/boost/integer/
Dcommon_factor_rt.hpp105 enum method_type enum
/external/boringssl/src/crypto/bio/
Dbio.c391 int method_type, mask; in BIO_find_type() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dbio.c382 int method_type, mask; in BIO_find_type() local
/external/cronet/third_party/boringssl/src/crypto/bio/
Dbio.c386 int method_type, mask; in BIO_find_type() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java412 Type method_type = mg.getType(); in visitReturnInstruction() local