OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRPC
(Results
201 - 225
of
310
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grpc-grpc/src/csharp/Grpc.Core/
CallCredentials.cs
3
// Copyright 2015
gRPC
authors.
23
using
Grpc
.Core.Internal;
24
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core
DefaultCallInvoker.cs
3
// Copyright 2015-2016
gRPC
authors.
20
using
Grpc
.Core.Internal;
21
using
Grpc
.Core.Utils;
23
namespace
Grpc
.Core
33
/// Initializes a new instance of the <see cref="
Grpc
.Core.DefaultCallInvoker"/> class.
RpcException.cs
3
// Copyright 2015
gRPC
authors.
20
using
Grpc
.Core.Utils;
22
namespace
Grpc
.Core
ServerCredentials.cs
3
// Copyright 2015
gRPC
authors.
21
using
Grpc
.Core.Internal;
22
using
Grpc
.Core.Utils;
24
namespace
Grpc
.Core
/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
InterceptingCallInvoker.cs
3
// Copyright 2018
gRPC
authors.
20
using
Grpc
.Core.Utils;
22
namespace
Grpc
.Core.Interceptors
25
/// Decorates an underlying <see cref="
Grpc
.Core.CallInvoker" /> to
34
/// Creates a new instance of <see cref="
Grpc
.Core.Interceptors.InterceptingCallInvoker" />
ServerServiceDefinitionExtensions.cs
3
// Copyright 2018
gRPC
authors.
21
using
Grpc
.Core.Utils;
23
namespace
Grpc
.Core.Interceptors
31
/// Returns a <see cref="
Grpc
.Core.ServerServiceDefinition" /> instance that
34
/// <param name="serverServiceDefinition">The <see cref="
Grpc
.Core.ServerServiceDefinition" /> instance to register interceptors on.</param>
51
/// Returns a <see cref="
Grpc
.Core.ServerServiceDefinition" /> instance that
54
/// <param name="serverServiceDefinition">The <see cref="
Grpc
.Core.ServerServiceDefinition" /> instance to register interceptors on.</param>
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
BatchContextSafeHandle.cs
3
// Copyright 2015
gRPC
authors.
22
using
Grpc
.Core;
23
using
Grpc
.Core.Logging;
24
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core.Internal
CompletionQueueSafeHandle.cs
2
// Copyright 2015
gRPC
authors.
19
using
Grpc
.Core.Profiling;
21
using
Grpc
.Core.Utils;
23
namespace
Grpc
.Core.Internal
26
/// grpc_completion_queue from <c>
grpc
/
grpc
.h</c>
CompletionRegistry.cs
3
// Copyright 2015
gRPC
authors.
25
using
Grpc
.Core.Logging;
26
using
Grpc
.Core.Utils;
28
namespace
Grpc
.Core.Internal
/external/grpc-grpc/src/csharp/Grpc.Core.Testing/
TestCalls.cs
3
// Copyright 2015
gRPC
authors.
21
using
Grpc
.Core;
23
namespace
Grpc
.Core.Testing
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
CallOptionsTest.cs
3
// Copyright 2015
gRPC
authors.
22
using
Grpc
.Core;
23
using
Grpc
.Core.Internal;
24
using
Grpc
.Core.Utils;
27
namespace
Grpc
.Core.Tests
ChannelTest.cs
3
// Copyright 2015
gRPC
authors.
21
using
Grpc
.Core;
22
using
Grpc
.Core.Internal;
23
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core.Tests
CompressionTest.cs
3
// Copyright 2015
gRPC
authors.
25
using
Grpc
.Core;
26
using
Grpc
.Core.Internal;
27
using
Grpc
.Core.Utils;
30
namespace
Grpc
.Core.Tests
SanityTest.cs
3
// Copyright 2015
gRPC
authors.
23
using
Grpc
.Core;
24
using
Grpc
.Core.Internal;
25
using
Grpc
.Core.Utils;
29
namespace
Grpc
.Core.Tests
101
"
Grpc
.Examples.Tests",
102
"
Grpc
.HealthCheck.Tests",
103
"
Grpc
.IntegrationTesting",
104
"
Grpc
.Reflection.Tests",
108
var location = executingAssembly.Location.Replace("
Grpc
.Core.Tests", assemblyName)
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
FakeNativeCall.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core.Internal;
27
namespace
Grpc
.Core.Internal.Tests
/external/grpc-grpc/src/csharp/Grpc.Examples/
MathExamples.cs
2
// Copyright 2015-2016
gRPC
authors.
20
using
Grpc
.Core;
21
using
Grpc
.Core.Utils;
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
CustomErrorDetailsTest.cs
3
// Copyright 2015-2016
gRPC
authors.
26
using
Grpc
.Core;
27
using
Grpc
.Core.Utils;
28
using
Grpc
.Testing;
31
namespace
Grpc
.IntegrationTesting
48
// Disable SO_REUSEPORT to prevent https://github.com/
grpc
/
grpc
/issues/10755
EmptyServiceGrpc.cs
3
// source: src/proto/
grpc
/testing/empty_service.proto
6
// Copyright 2018
gRPC
authors.
23
using
grpc
= global::
Grpc
.Core;
25
namespace
Grpc
.Testing {
28
/// See https://github.com/
grpc
/
grpc
/issues/15574
32
static readonly string __ServiceName = "
grpc
.testing.EmptyService";
38
get { return global::
Grpc
.Testing.EmptyServiceReflection.Descriptor.Services[0]; }
47
public partial class EmptyServiceClient :
grpc
::ClientBase<EmptyServiceClient
[
all
...]
Histogram.cs
3
// Copyright 2015
gRPC
authors.
28
using
Grpc
.Core;
29
using
Grpc
.Core.Utils;
31
using
Grpc
.Testing;
33
namespace
Grpc
.IntegrationTesting
36
/// Basic implementation of histogram based on
grpc
/support/histogram.h.
HistogramTest.cs
3
// Copyright 2015
gRPC
authors.
25
using
Grpc
.Core;
26
using
Grpc
.Core.Utils;
27
using
Grpc
.Testing;
30
namespace
Grpc
.IntegrationTesting
InterarrivalTimers.cs
3
// Copyright 2016
gRPC
authors.
28
using
Grpc
.Core;
29
using
Grpc
.Core.Utils;
30
using
Grpc
.Testing;
32
namespace
Grpc
.IntegrationTesting
SslCredentialsTest.cs
3
// Copyright 2015-2016
gRPC
authors.
26
using
Grpc
.Core;
27
using
Grpc
.Core.Utils;
28
using
Grpc
.Testing;
31
namespace
Grpc
.IntegrationTesting
55
// Disable SO_REUSEPORT to prevent https://github.com/
grpc
/
grpc
/issues/10755
TestServiceImpl.cs
3
// Copyright 2015-2016
gRPC
authors.
25
using
Grpc
.Core;
26
using
Grpc
.Core.Utils;
28
namespace
Grpc
.Testing
101
var echoInitialList = context.RequestHeaders.Where((entry) => entry.Key == "x-
grpc
-test-echo-initial").ToList();
107
var echoTrailingList = context.RequestHeaders.Where((entry) => entry.Key == "x-
grpc
-test-echo-trailing-bin").ToList();
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
arguments.pyx.pxi
1
# Copyright 2018
gRPC
authors.
18
# TODO(https://github.com/
grpc
/
grpc
/issues/15662): Reform this.
23
# TODO(https://github.com/
grpc
/
grpc
/issues/15662): Reform this.
45
return ("
grpc
.python._cygrpc._GrpcArgWrapper", wrapped)
call.pyx.pxi
1
# Copyright 2015
gRPC
authors.
Completed in 87 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>