OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRPC
(Results
176 - 200
of
310
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DefaultObjectPoolTest.cs
3
// Copyright 2017
gRPC
authors.
20
using
Grpc
.Core;
21
using
Grpc
.Core.Internal;
22
using
Grpc
.Core.Utils;
25
namespace
Grpc
.Core.Internal.Tests
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
ServerTest.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
UserAgentStringTest.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core;
25
using
Grpc
.Core.Internal;
26
using
Grpc
.Core.Profiling;
27
using
Grpc
.Core.Utils;
30
namespace
Grpc
.Core.Tests
55
Assert.AreEqual(string.Format("
grpc
-csharp/{0}", VersionInfo.CurrentVersion), parts[0]);
56
Assert.IsTrue(parts[1].StartsWith("
grpc
-c/"));
/external/grpc-grpc/src/csharp/Grpc.Examples/
MathServiceImpl.cs
3
// Copyright 2015-2016
gRPC
authors.
23
using
Grpc
.Core;
24
using
Grpc
.Core.Utils;
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
GeneratedServiceBaseTest.cs
3
// Copyright 2015-2016
gRPC
authors.
25
using
Grpc
.Core;
26
using
Grpc
.Core.Utils;
27
using
Grpc
.Testing;
30
namespace
Grpc
.IntegrationTesting
42
// Disable SO_REUSEPORT to prevent https://github.com/
grpc
/
grpc
/issues/10755
InteropClientServerTest.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core;
25
using
Grpc
.Core.Utils;
26
using
Grpc
.Testing;
29
namespace
Grpc
.IntegrationTesting
44
// Disable SO_REUSEPORT to prevent https://github.com/
grpc
/
grpc
/issues/10755
InteropServer.cs
3
// Copyright 2015
gRPC
authors.
28
using
Grpc
.Core;
29
using
Grpc
.Core.Logging;
30
using
Grpc
.Core.Utils;
31
using
Grpc
.Testing;
34
namespace
Grpc
.IntegrationTesting
QpsWorker.cs
3
// Copyright 2015
gRPC
authors.
29
using
Grpc
.Core;
30
using
Grpc
.Core.Logging;
31
using
Grpc
.Core.Utils;
32
using
Grpc
.Testing;
35
namespace
Grpc
.IntegrationTesting
WorkerServiceImpl.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core;
25
using
Grpc
.Core.Utils;
26
using
Grpc
.IntegrationTesting;
28
namespace
Grpc
.Testing
/external/grpc-grpc/src/csharp/
build_packages_dotnetcli.bat
1
@rem Copyright 2016
gRPC
authors.
32
%DOTNET% restore
Grpc
.sln || goto :error
37
%DOTNET% pack --configuration Release
Grpc
.Core --output ..\..\..\artifacts || goto :error
38
%DOTNET% pack --configuration Release
Grpc
.Core.Testing --output ..\..\..\artifacts || goto :error
39
%DOTNET% pack --configuration Release
Grpc
.Auth --output ..\..\..\artifacts || goto :error
40
%DOTNET% pack --configuration Release
Grpc
.HealthCheck --output ..\..\..\artifacts || goto :error
41
%DOTNET% pack --configuration Release
Grpc
.Reflection --output ..\..\..\artifacts || goto :error
43
%NUGET% pack
Grpc
.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts || goto :error
44
%NUGET% pack
Grpc
.Core.NativeDebug.nuspec -Version %VERSION% -OutputDirectory ..\..\artifacts
45
%NUGET% pack
Grpc
.Tools.nuspec -Version %VERSION% -OutputDirectory ..\..\artifact
[
all
...]
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
credentials.pxd.pxi
1
# Copyright 2015
gRPC
authors.
20
# TODO(https://github.com/
grpc
/
grpc
/issues/12531): remove.
56
# TODO(https://github.com/
grpc
/
grpc
/issues/12531): remove.
grpc_string.pyx.pxi
1
# Copyright 2016
gRPC
authors.
31
# TODO(https://github.com/
grpc
/
grpc
/issues/13782): It would be nice for us if
operation.pxd.pxi
1
# Copyright 2017
gRPC
authors.
21
# TODO(https://github.com/
grpc
/
grpc
/issues/7950): Eliminate this!
security.pyx.pxi
1
# Copyright 2016
gRPC
authors.
tag.pyx.pxi
1
# Copyright 2017
gRPC
authors.
/external/syzkaller/vendor/github.com/googleapis/gax-go/
gax.go
31
// for clients and servers based on
gRPC
and Google API conventions.
/external/syzkaller/vendor/google.golang.org/grpc/
go16.go
5
* Copyright 2016
gRPC
authors.
21
package
grpc
package
30
"google.golang.org/
grpc
/codes"
31
"google.golang.org/
grpc
/status"
32
"google.golang.org/
grpc
/transport"
go17.go
5
* Copyright 2016
gRPC
authors.
21
package
grpc
package
31
"google.golang.org/
grpc
/codes"
32
"google.golang.org/
grpc
/status"
33
"google.golang.org/
grpc
/transport"
/external/grpc-grpc/src/csharp/Grpc.Core/
Metadata.cs
2
// Copyright 2015
gRPC
authors.
23
using
Grpc
.Core.Internal;
24
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core
30
///
gRPC
supports these types of metadata:
54
internal const string CompressionRequestAlgorithmMetadataKey = "
grpc
-internal-encoding-request";
242
/// Initializes a new instance of the <see cref="
Grpc
.Core.Metadata.Entry"/> struct with a binary value.
258
/// Initializes a new instance of the <see cref="
Grpc
.Core.Metadata.Entry"/> struct holding an ASCII value.
325
/// Returns a <see cref="System.String"/> that represents the current <see cref="
Grpc
.Core.Metadata.Entry"/>.
373
// on CoreCLR and we've seen significant differences in
gRPC
benchmarks caused by it
[
all
...]
Server.cs
3
// Copyright 2015
gRPC
authors.
25
using
Grpc
.Core.Internal;
26
using
Grpc
.Core.Logging;
27
using
Grpc
.Core.Utils;
29
namespace
Grpc
.Core
32
///
gRPC
server. A single server can serve an arbitrary number of services and can listen on more than one port.
374
// Don't await, the continuations will run on
gRPC
thread pool once triggered
AsyncDuplexStreamingCall.cs
3
// Copyright 2015
gRPC
authors.
22
namespace
Grpc
.Core
AsyncServerStreamingCall.cs
3
// Copyright 2015
gRPC
authors.
22
namespace
Grpc
.Core
AsyncUnaryCall.cs
3
// Copyright 2015
gRPC
authors.
23
namespace
Grpc
.Core
AuthContext.cs
3
// Copyright 2015
gRPC
authors.
22
using
Grpc
.Core.Internal;
23
using
Grpc
.Core.Utils;
25
namespace
Grpc
.Core
39
/// Initializes a new instance of the <see cref="T:
Grpc
.Core.AuthContext"/> class.
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
RouteGuideUtil.cs
1
// Copyright 2015
gRPC
authors.
Completed in 137 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>