Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/public/pw_rpc/
Dpayloads_view.h145 MethodType method_type, in PayloadsView()
170 MethodType method_type) { in PacketTypesWithPayload()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Drpc_method.h48 RpcType method_type() const { return method_type_; } in method_type() function
/external/grpc-grpc/src/compiler/
Dcsharp_generator.cc187 std::string GetCSharpMethodType(MethodType method_type) { in GetCSharpMethodType()
447 MethodType method_type = GetMethodType(method); in GenerateClientStub() local
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Drpc_method.h66 RpcType method_type() const { return method_type_; } in method_type() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
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.h100 MethodType method_type, in InvocationContext()
/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/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/libabigail/include/
Dabg-fwd.h182 class method_type; variable
/external/rust/crates/grpcio-compiler/src/
Dprost_codegen.rs482 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/boringssl/src/crypto/bio/
Dbio.c382 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/protobuf/php/ext/google/protobuf/
Dmessage.c2230 zend_class_entry* method_type; variable
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DInstConstraintVisitor.java412 Type method_type = mg.getType(); in visitReturnInstruction() local
/external/libabigail/src/
Dabg-writer.cc3175 if (method_type_sptr method_type = is_method_type(fn_type)) in write_function_type() local
Dabg-ir.cc19190 method_type::method_type (type_base_sptr return_type, in method_type() function in abigail::ir::method_type
19230 method_type::method_type(type_base_sptr return_type, in method_type() function in abigail::ir::method_type
19254 method_type::method_type(const environment* env, in method_type() function in abigail::ir::method_type
19278 method_type::method_type(class_or_union_sptr class_type, in method_type() function in abigail::ir::method_type
Dabg-dwarf-reader.cc12033 method_type_sptr method_type; in is_function_for_die_a_member_of_class() local