Home
last modified time | relevance | path

Searched refs:FindMethodByName (Results 1 – 25 of 148) sorted by relevance

123456

/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/JsonRpc/
H A DTestJsonRpcServiceReflector.cs81 Assert.AreEqual("Foo", clazz.FindMethodByName("Foo").Name); in DefaultNameIsMethodName()
96 Method method = clazz.FindMethodByName("Foo"); in CustomNameViaAttribute()
105 Method method = clazz.FindMethodByName("Baz"); in AttributeFromMethod()
236 Method foo = clazz.FindMethodByName("Foo"); in MethodLookupIsCaseFree()
238 Assert.AreSame(foo, clazz.FindMethodByName("foo")); in MethodLookupIsCaseFree()
239 Assert.AreSame(foo, clazz.FindMethodByName("FOO")); in MethodLookupIsCaseFree()
240 Assert.AreSame(foo, clazz.FindMethodByName("Foo")); in MethodLookupIsCaseFree()
247 Method foo = clazz.FindMethodByName("Foo"); in MethodWithWarpedParametersAndResult()
271 Method foo = clazz.FindMethodByName("FooNoResult"); in MethodWithWarpedParametersButVoidResult()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Services/
H A DTestMethod.cs58 Method method = service.GetClass().FindMethodByName("VarMethod"); in VariableArguments()
69 Method method = service.GetClass().FindMethodByName("FixedVarMethod"); in FixedAndVariableArguments()
82 Method method = service.GetClass().FindMethodByName("FixedVarMethod"); in RetransposingYieldsTheSame()
101 Method method = service.GetClass().FindMethodByName("VarMethod"); in Bug8131()
121 Method method = service.GetClass().FindMethodByName("FixedVarMethod"); in Bug8148()
H A DTestServiceClass.cs74 Assert.IsNotNull(clazz.FindMethodByName("FOO")); in MethodLookupIsCaseInsensitive()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/dynamic/grpcdynamic/
H A Dstub_test.go52 unaryMd = sd.FindMethodByName("UnaryCall")
53 clientStreamingMd = sd.FindMethodByName("StreamingInputCall")
54 serverStreamingMd = sd.FindMethodByName("StreamingOutputCall")
55 bidiStreamingMd = sd.FindMethodByName("FullDuplexCall")
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/dynamic/grpcdynamic/
H A Dstub_test.go52 unaryMd = sd.FindMethodByName("UnaryCall")
53 clientStreamingMd = sd.FindMethodByName("StreamingInputCall")
54 serverStreamingMd = sd.FindMethodByName("StreamingOutputCall")
55 bidiStreamingMd = sd.FindMethodByName("FullDuplexCall")
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/dynamic/grpcdynamic/
H A Dstub_test.go52 unaryMd = sd.FindMethodByName("UnaryCall")
53 clientStreamingMd = sd.FindMethodByName("StreamingInputCall")
54 serverStreamingMd = sd.FindMethodByName("StreamingOutputCall")
55 bidiStreamingMd = sd.FindMethodByName("FullDuplexCall")
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/dynamic/grpcdynamic/
H A Dstub_test.go52 unaryMd = sd.FindMethodByName("UnaryCall")
53 clientStreamingMd = sd.FindMethodByName("StreamingInputCall")
54 serverStreamingMd = sd.FindMethodByName("StreamingOutputCall")
55 bidiStreamingMd = sd.FindMethodByName("FullDuplexCall")
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/Services/
H A DServiceClass.cs107 public Method FindMethodByName(string name) in FindMethodByName() method in Jayrock.Services.ServiceClass
134 Method method = FindMethodByName(name); in GetMethodByName()
/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dproto_server_reflection_test.cc94 desc_pool_->FindMethodByName(method); in CompareMethod()
96 ref_desc_pool_->FindMethodByName(method); in CompareMethod()
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/
H A Dproto_server_reflection_test.cc96 desc_pool_->FindMethodByName(method); in CompareMethod()
98 ref_desc_pool_->FindMethodByName(method); in CompareMethod()
/dports/devel/grpc134/grpc-1.34.1/test/cpp/end2end/
H A Dproto_server_reflection_test.cc96 desc_pool_->FindMethodByName(method); in CompareMethod()
98 ref_desc_pool_->FindMethodByName(method); in CompareMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/end2end/
H A Dproto_server_reflection_test.cc94 desc_pool_->FindMethodByName(method); in CompareMethod()
96 ref_desc_pool_->FindMethodByName(method); in CompareMethod()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/cncf/udpa/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/cncf/udpa/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/cncf/xds/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/cncf/udpa/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/cncf/xds/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/www/tusd/tusd-1.8.0/vendor/github.com/cncf/udpa/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/www/tusd/tusd-1.8.0/vendor/github.com/cncf/xds/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/cncf/udpa/test/build/
H A Dbuild_test.cc14 if (google::protobuf::DescriptorPool::generated_pool()->FindMethodByName(method) == nullptr) { in main()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/protobuf/google/protobuf/
H A Ddescriptor_pool.pyi23 def FindMethodByName(self, full_name): ...
/dports/devel/py-types-protobuf/types-protobuf-3.18.2/google-stubs/protobuf/
H A Ddescriptor_pool.pyi23 def FindMethodByName(self, full_name): ...
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs89 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs89 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() method in Google.Protobuf.Reflection.ServiceDescriptor
/dports/devel/grpc134/grpc-1.34.1/test/cpp/util/
H A Dproto_file_parser.cc193 desc_pool_->FindMethodByName(full_method_name); in GetMessageTypeFromMethod()
212 desc_pool_->FindMethodByName(full_method_name); in IsStreaming()

123456