Home
last modified time | relevance | path

Searched refs:IPooledObject (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DIPooledObject.cs27 internal interface IPooledObject<T> : IDisposable interface
DRequestCallContextSafeHandle.cs30 …llContextSafeHandle : SafeHandleZeroIsInvalid, IOpCompletionCallback, IPooledObject<RequestCallCon…
DBatchContextSafeHandle.cs36 …chContextSafeHandle : SafeHandleZeroIsInvalid, IOpCompletionCallback, IPooledObject<BatchContextSa…
DDefaultObjectPool.cs30 where T : class, IPooledObject<T>
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultObjectPoolTest.cs80 class TestPooledObject : IPooledObject<TestPooledObject>