Home
last modified time | relevance | path

Searched refs:UnimplementedMethod (Results 1 – 13 of 13) sorted by relevance

/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core.Tests/
H A DServerBindFailedTest.cs32 Method<string, string> UnimplementedMethod = new Method<string, string>( field in Grpc.Core.Tests.ServerBindFailedTest
68 ….AsyncUnaryCall(new CallInvocationDetails<string, string>(channel, UnimplementedMethod, new CallOp… in Issue18100()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core.Tests/
H A DServerBindFailedTest.cs32 Method<string, string> UnimplementedMethod = new Method<string, string>( field in Grpc.Core.Tests.ServerBindFailedTest
68 ….AsyncUnaryCall(new CallInvocationDetails<string, string>(channel, UnimplementedMethod, new CallOp… in Issue18100()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/include/SimTKcommon/internal/
H A DException.h236 class UnimplementedMethod : public Base {
238 UnimplementedMethod(const char* fn, int ln, std::string methodName) in UnimplementedMethod() function
245 virtual ~UnimplementedMethod() throw() { } in ~UnimplementedMethod()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.IntegrationTesting/
H A DInteropClientServerTest.cs141 public void UnimplementedMethod() in UnimplementedMethod() method in Grpc.IntegrationTesting.InteropClientServerTest
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.IntegrationTesting/
H A DInteropClientServerTest.cs141 public void UnimplementedMethod() in UnimplementedMethod() method in Grpc.IntegrationTesting.InteropClientServerTest
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.IntegrationTesting/
H A DInteropClientServerTest.cs141 public void UnimplementedMethod() in UnimplementedMethod() method in Grpc.IntegrationTesting.InteropClientServerTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.IntegrationTesting/
H A DInteropClientServerTest.cs141 public void UnimplementedMethod() in UnimplementedMethod() method in Grpc.IntegrationTesting.InteropClientServerTest
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DServerCallHandler.cs276 …dler<byte[], byte[]>(method, new DuplexStreamingServerMethod<byte[], byte[]>(UnimplementedMethod)); in UnimplementedMethodCallHandler()
282 …private Task UnimplementedMethod(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byt… in UnimplementedMethod() method in Grpc.Core.Internal.UnimplementedMethodCallHandler
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DServerCallHandler.cs276 …dler<byte[], byte[]>(method, new DuplexStreamingServerMethod<byte[], byte[]>(UnimplementedMethod)); in UnimplementedMethodCallHandler()
282 …private Task UnimplementedMethod(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byt… in UnimplementedMethod() method in Grpc.Core.Internal.UnimplementedMethodCallHandler
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DServerCallHandler.cs276 …dler<byte[], byte[]>(method, new DuplexStreamingServerMethod<byte[], byte[]>(UnimplementedMethod)); in UnimplementedMethodCallHandler()
282 …private Task UnimplementedMethod(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byt… in UnimplementedMethod() method in Grpc.Core.Internal.UnimplementedMethodCallHandler
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DServerCallHandler.cs276 …dler<byte[], byte[]>(method, new DuplexStreamingServerMethod<byte[], byte[]>(UnimplementedMethod)); in UnimplementedMethodCallHandler()
282 …private Task UnimplementedMethod(IAsyncStreamReader<byte[]> requestStream, IServerStreamWriter<byt… in UnimplementedMethod() method in Grpc.Core.Internal.UnimplementedMethodCallHandler
/dports/devel/py-plex/py38-plex-1.1.5/Plex/
H A DRegexps.py125 raise exceptions.UnimplementedMethod("%s.build_machine not implemented" %
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DConstraint.cpp270 SimTK_THROW1(Exception::UnimplementedMethod, "Constraint::calcPositionErrorFromQ"); in calcPositionErrorFromQ()
274 SimTK_THROW1(Exception::UnimplementedMethod, "Constraint::calcVelocityErrorFromU"); in calcVelocityErrorFromU()
278 SimTK_THROW1(Exception::UnimplementedMethod, "Constraint::calcAccelerationErrorFromUDot"); in calcAccelerationErrorFromUDot()