Home
last modified time | relevance | path

Searched defs:MethodDescriptor (Results 1 – 14 of 14) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs18 public sealed class MethodDescriptor : DescriptorBase class
89 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor() method in Google.Protobuf.Reflection.MethodDescriptor
/third_party/grpc/src/php/lib/Grpc/
DMethodDescriptor.php29 class MethodDescriptor class
/third_party/protobuf/src/google/protobuf/
Dservice.h104 class MethodDescriptor; // descriptor.h variable
Ddescriptor.h78 class MethodDescriptor; variable
742 friend class MethodDescriptor; variable
1709 friend class MethodDescriptor; variable
2037 friend class MethodDescriptor; variable
2397 friend class MethodDescriptor; variable
Ddescriptor.cc8429 const MethodDescriptor* /* method */, in ValidateOptions()
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpyi_generator.h31 class MethodDescriptor; variable
/third_party/protobuf/ruby/lib/google/protobuf/ffi/
Dmethod_descriptor.rb10 class MethodDescriptor class
/third_party/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h101 typedef GRPC_CUSTOM_METHODDESCRIPTOR MethodDescriptor; typedef
/third_party/flatbuffers/grpc/src/compiler/
Djava_generator.cc43 typedef grpc_generator::Method MethodDescriptor; typedef
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts450 type MethodDescriptor = { property in Component2
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2614 public static final class MethodDescriptor extends GenericDescriptor { class in Descriptors
2705 private MethodDescriptor( in MethodDescriptor() method in Descriptors.MethodDescriptor
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py1081 class MethodDescriptor(DescriptorBase): class
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c1465 } MethodDescriptor; typedef
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1169 FieldOptions::OptionTargetType GetTargetType(const MethodDescriptor*) { in GetTargetType()