Home
last modified time | relevance | path

Searched refs:NotImplementedException (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DUnimplementedCallInvoker.cs37 throw new NotImplementedException(); in BlockingUnaryCall()
42 throw new NotImplementedException(); in AsyncUnaryCall()
47 throw new NotImplementedException(); in AsyncServerStreamingCall()
52 throw new NotImplementedException(); in AsyncClientStreamingCall()
57 throw new NotImplementedException(); in AsyncDuplexStreamingCall()
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DGeneratedClientTest.cs39 …Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.UnaryCall(new SimpleReque… in DefaultMethodStubThrows_UnaryCall()
45 … Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingInputCall()); in DefaultMethodStubThrows_ClientStreaming()
51 …Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.StreamingOutputCall(new S… in DefaultMethodStubThrows_ServerStreaming()
57 … Assert.Throws(typeof(NotImplementedException), () => unimplementedClient.FullDuplexCall()); in DefaultMethodStubThrows_DuplexStreaming()
DTestServiceImpl.cs91 throw new NotImplementedException(); in HalfDuplexCall()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DCompletionRegistryBenchmark.cs54 …etionRegistry(environment, () => throw new NotImplementedException(), () => throw new NotImplement… in ThreadBody()
DSendMessageBenchmark.cs55 …nvironment, () => environment.BatchContextPool.Lease(), () => throw new NotImplementedException()); in ThreadBody()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DFakeNativeCall.cs113 throw new NotImplementedException(); in StartUnary()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DRemoteDebugEventSocketListener.cs270 throw new System.NotImplementedException(); in OpenConnection()
392 throw new System.NotImplementedException(); in Dispatch()
DDebugEventSocketProxy.cs139 throw new NotImplementedException(); in Ack()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DRemoteDebugEventSocketListener.cs333 throw new System.NotImplementedException(); in OpenConnection()
512 throw new System.NotImplementedException(); in Dispatch()
DDebugEventSocketProxy.cs153 throw new NotImplementedException(); in Ack()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs192 throw new System.NotImplementedException(); in GetHashCode()
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs843 throw new NotImplementedException("Big Endian Support not implemented yet " +
879 throw new NotImplementedException("Big Endian Support not implemented yet " +
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs221 throw new System.NotImplementedException(); in GetHashCode()
/external/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs362 throw new NotImplementedException("Haven't worked out what to do for null yet"); in ParseSingleValue()
/external/bcc/tests/cc/
Dcatch.hpp430 class NotImplementedException : public std::exception class
433 NotImplementedException( SourceLineInfo const& lineInfo );
434 NotImplementedException( NotImplementedException const& ) {} in NotImplementedException() function in Catch::NotImplementedException
436 virtual ~NotImplementedException() CATCH_NOEXCEPT {} in ~NotImplementedException()
448 #define CATCH_NOT_IMPLEMENTED throw Catch::NotImplementedException( CATCH_INTERNAL_LINEINFO )
6756 NotImplementedException::NotImplementedException( SourceLineInfo const& lineInfo ) in NotImplementedException() function in Catch::NotImplementedException
6764 const char* NotImplementedException::what() const CATCH_NOEXCEPT { in what()