OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRPC
(Results
251 - 275
of
310
) sorted by null
<<
11
12
13
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
ServerInterceptorTest.cs
3
// Copyright 2018
gRPC
authors.
25
using
Grpc
.Core;
26
using
Grpc
.Core.Interceptors;
27
using
Grpc
.Core.Internal;
28
using
Grpc
.Core.Tests;
29
using
Grpc
.Core.Utils;
32
namespace
Grpc
.Core.Interceptors.Tests
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
AsyncCallServerTest.cs
3
// Copyright 2015
gRPC
authors.
25
using
Grpc
.Core.Internal;
28
namespace
Grpc
.Core.Internal.Tests
TimespecTest.cs
3
// Copyright 2015
gRPC
authors.
21
using
Grpc
.Core.Internal;
22
using
Grpc
.Core.Utils;
25
namespace
Grpc
.Core.Internal.Tests
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
MarshallingErrorsTest.cs
3
// Copyright 2015
gRPC
authors.
27
using
Grpc
.Core;
28
using
Grpc
.Core.Internal;
29
using
Grpc
.Core.Utils;
32
namespace
Grpc
.Core.Tests
MockServiceHelper.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
130
// Disable SO_REUSEPORT to prevent https://github.com/
grpc
/
grpc
/issues/10755
ResponseHeadersTest.cs
3
// Copyright 2015
gRPC
authors.
26
using
Grpc
.Core;
27
using
Grpc
.Core.Internal;
28
using
Grpc
.Core.Utils;
32
namespace
Grpc
.Core.Tests
TimeoutsTest.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core;
25
using
Grpc
.Core.Internal;
26
using
Grpc
.Core.Utils;
29
namespace
Grpc
.Core.Tests
/external/grpc-grpc/src/csharp/Grpc.Examples.Tests/
MathClientMockableTest.cs
3
// Copyright 2018 The
gRPC
Authors
22
using
Grpc
.Core;
23
using
Grpc
.Core.Testing;
58
// Use a factory method provided by
Grpc
.Core.Testing.TestCalls to create an instance of a call.
70
// Use a factory method provided by
Grpc
.Core.Testing.TestCalls to create an instance of a call.
82
// Use a factory method provided by
Grpc
.Core.Testing.TestCalls to create an instance of a call.
95
// Use a factory method provided by
Grpc
.Core.Testing.TestCalls to create an instance of a call.
MathClientServerTests.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core;
25
using
Grpc
.Core.Utils;
43
// Disable SO_REUSEPORT to prevent https://github.com/
grpc
/
grpc
/issues/10755
/external/grpc-grpc/src/csharp/Grpc.HealthCheck/
HealthGrpc.cs
3
// source:
grpc
/health/v1/health.proto
6
// Copyright 2015 The
gRPC
Authors
21
// https://github.com/
grpc
/
grpc
-proto/blob/master/
grpc
/health/v1/health.proto
26
using
grpc
= global::
Grpc
.Core;
28
namespace
Grpc
.Health.V1 {
31
static readonly string __ServiceName = "
grpc
.health.v1.Health";
33
static readonly
grpc
::Marshaller<global::Grpc.Health.V1.HealthCheckRequest> __Marshaller_grpc_health_v1_HealthCheckRequ (…)
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
ServerRunners.cs
3
// Copyright 2015
gRPC
authors.
28
using
Grpc
.Core;
29
using
Grpc
.Core.Logging;
30
using
Grpc
.Core.Utils;
32
using
Grpc
.Testing;
34
namespace
Grpc
.IntegrationTesting
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
grpc_gevent.pxd.pxi
1
# Copyright 2017
gRPC
authors.
18
cdef extern from "
grpc
/impl/codegen/slice.h":
records.pyx.pxi
1
# Copyright 2015
gRPC
authors.
server.pyx.pxi
1
# Copyright 2015
gRPC
authors.
19
import
grpc
/external/opencensus-java/
CHANGELOG.md
18
- Add APIs to register
gRPC
client and server views separately.
73
- Add a
gRPC
Hello World example.
/external/grpc-grpc/src/csharp/Grpc.Core/
Channel.cs
2
// Copyright 2015
gRPC
authors.
22
using
Grpc
.Core.Internal;
23
using
Grpc
.Core.Logging;
24
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core
29
/// Represents a
gRPC
channel. Channels are an abstraction of long-lived connections to remote servers.
334
userAgentString += string.Format("
grpc
-csharp/{0}", VersionInfo.CurrentVersion);
CallOptions.cs
3
// Copyright 2015
gRPC
authors.
22
using
Grpc
.Core.Internal;
23
using
Grpc
.Core.Utils;
25
namespace
Grpc
.Core
ChannelCredentials.cs
3
// Copyright 2015
gRPC
authors.
23
using
Grpc
.Core.Internal;
24
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core
42
// with secure connections. See https://github.com/
grpc
/
grpc
/issues/15207.
/external/grpc-grpc/src/python/grpcio/
commands.py
1
# Copyright 2015
gRPC
authors.
14
"""Provides distutils command classes for the
GRPC
Python setup process."""
40
CYTHON_STEM = os.path.join(PYTHON_STEM, '
grpc
', '_cython')
49
copyright = "2016, The
gRPC
Authors"
74
"""Simple exception class for
GRPC
custom commands."""
130
src_dir = os.path.join(PYTHON_STEM, '
grpc
')
140
glossary_filepath = os.path.join('doc', 'src', '
grpc
.rst')
161
with open(os.path.join(PYTHON_STEM, '
grpc
/_grpcio_metadata.py'),
270
# for
gRPC
Core's fork handlers.
/external/grpc-grpc/
Makefile
0
#
GRPC
global makefile
8
# Copyright 2015
gRPC
authors.
409
# First, clone and make install of
grpc
using the native compilers for the host.
411
# Then clone a fresh
grpc
for the actual cross-compiled build
773
PC_DESCRIPTION =
gRPC
platform support library
780
#
grpc
.pc file
781
PC_NAME =
gRPC
790
PC_NAME =
gRPC
unsecure
851
#
grpc
++ .pc file
852
PC_NAME =
gRPC
+
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
AsyncCall.cs
3
// Copyright 2015
gRPC
authors.
22
using
Grpc
.Core.Logging;
23
using
Grpc
.Core.Profiling;
24
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core.Internal
410
// See https://github.com/
grpc
/
grpc
/issues/14777
486
// never happen when
gRPC
is used correctly.
/external/flatbuffers/tests/MyGame/Example/
MonsterStorage_grpc.go
1
//Generated by
gRPC
Go plugin
11
grpc
"google.golang.org/
grpc
"
17
opts...
grpc
.CallOption) (* Stat, error)
19
opts...
grpc
.CallOption) (MonsterStorage_RetrieveClient, error)
21
opts...
grpc
.CallOption) (MonsterStorage_GetMaxHitPointClient, error)
23
opts...
grpc
.CallOption) (MonsterStorage_GetMinMaxHitPointsClient, error)
27
cc *
grpc
.ClientConn
30
func NewMonsterStorageClient(cc *
grpc
.ClientConn) MonsterStorageClient {
35
opts...
grpc
.CallOption) (* Stat, error)
[
all
...]
/external/grpc-grpc/examples/csharp/Helloworld/Greeter/
HelloworldGrpc.cs
6
// Copyright 2015
gRPC
authors.
23
using
grpc
= global::
Grpc
.Core;
33
static readonly
grpc
::Marshaller<global::Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Helloworld.HelloRequest.Parser.ParseFrom);
34
static readonly
grpc
::Marshaller<global::Helloworld.HelloReply> __Marshaller_helloworld_HelloReply =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Helloworld.HelloReply.Parser.ParseFrom);
36
static readonly
grpc
::Method<global::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new
grpc
::Method<global::Helloworld.HelloRequest, global::Helloworld.HelloReply>(
37
grpc
::MethodType.Unary
[
all
...]
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/Greeter/
HelloworldGrpc.cs
6
// Copyright 2015
gRPC
authors.
23
using
grpc
= global::
Grpc
.Core;
33
static readonly
grpc
::Marshaller<global::Helloworld.HelloRequest> __Marshaller_helloworld_HelloRequest =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Helloworld.HelloRequest.Parser.ParseFrom);
34
static readonly
grpc
::Marshaller<global::Helloworld.HelloReply> __Marshaller_helloworld_HelloReply =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Helloworld.HelloReply.Parser.ParseFrom);
36
static readonly
grpc
::Method<global::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new
grpc
::Method<global::Helloworld.HelloRequest, global::Helloworld.HelloReply>(
37
grpc
::MethodType.Unary
[
all
...]
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
HelloworldGrpc.cs
4
// Copyright 2015
gRPC
authors.
24
using
grpc
= global::
Grpc
.Core;
34
static readonly
grpc
::Marshaller<global::Helloworld.HelloRequest> __Marshaller_HelloRequest =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Helloworld.HelloRequest.Parser.ParseFrom);
35
static readonly
grpc
::Marshaller<global::Helloworld.HelloReply> __Marshaller_HelloReply =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Helloworld.HelloReply.Parser.ParseFrom);
37
static readonly
grpc
::Method<global::Helloworld.HelloRequest, global::Helloworld.HelloReply> __Method_SayHello = new
grpc
::Method<global::Helloworld.HelloRequest, global::Helloworld.HelloReply>(
38
grpc
::MethodType.Unary
[
all
...]
Completed in 180 milliseconds
<<
11
12
13