OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRPC
(Results
301 - 310
of
310
) sorted by null
<<
11
12
13
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
RouteGuideGrpc.cs
6
// Copyright 2015
gRPC
authors.
23
using
grpc
= global::
Grpc
.Core;
33
static readonly
grpc
::Marshaller<global::Routeguide.Point> __Marshaller_routeguide_Point =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Routeguide.Point.Parser.ParseFrom);
34
static readonly
grpc
::Marshaller<global::Routeguide.Feature> __Marshaller_routeguide_Feature =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Routeguide.Feature.Parser.ParseFrom);
35
static readonly
grpc
::Marshaller<global::Routeguide.Rectangle> __Marshaller_routeguide_Rectangle =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Routeguide.Rectangle.Parser.ParseFrom);
36
static readonly
grpc
::Marshaller<global::Routeguide.RouteSummary> __Marshaller_routeguide_RouteSummary = grpc::Marshall (…)
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
AsyncCallTest.cs
3
// Copyright 2015
gRPC
authors.
23
using
Grpc
.Core.Internal;
26
namespace
Grpc
.Core.Internal.Tests
/external/grpc-grpc/src/csharp/Grpc.Examples/
MathGrpc.cs
6
// Copyright 2015
gRPC
authors.
23
using
grpc
= global::
Grpc
.Core;
30
static readonly
grpc
::Marshaller<global::Math.DivArgs> __Marshaller_math_DivArgs =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Math.DivArgs.Parser.ParseFrom);
31
static readonly
grpc
::Marshaller<global::Math.DivReply> __Marshaller_math_DivReply =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Math.DivReply.Parser.ParseFrom);
32
static readonly
grpc
::Marshaller<global::Math.FibArgs> __Marshaller_math_FibArgs =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Math.FibArgs.Parser.ParseFrom);
33
static readonly
grpc
::Marshaller<global::Math.Num> __Marshaller_math_Num = grpc::Marshallers.Create((arg) => global::Go (…)
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
BenchmarkServiceGrpc.cs
3
// source: src/proto/
grpc
/testing/benchmark_service.proto
6
// Copyright 2015
gRPC
authors.
25
using
grpc
= global::
Grpc
.Core;
27
namespace
Grpc
.Testing {
30
static readonly string __ServiceName = "
grpc
.testing.BenchmarkService";
32
static readonly
grpc
::Marshaller<global::
Grpc
.Testing.SimpleRequest> __Marshaller_grpc_testing_SimpleRequest =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::
Grpc
.Testing.SimpleRequest.Parser.ParseFrom)
[
all
...]
InteropClient.cs
3
// Copyright 2015-2016
gRPC
authors.
31
using
Grpc
.Auth;
32
using
Grpc
.Core;
33
using
Grpc
.Core.Logging;
34
using
Grpc
.Core.Utils;
35
using
Grpc
.Testing;
39
namespace
Grpc
.IntegrationTesting
500
Assert.AreEqual("test_initial_metadata_value", responseHeaders.First((entry) => entry.Key == "x-
grpc
-test-echo-initial").Value);
501
CollectionAssert.AreEqual(new byte[] { 0xab, 0xab, 0xab }, responseTrailers.First((entry) => entry.Key == "x-
grpc
-test-echo-trailing-bin").ValueBytes);
521
Assert.AreEqual("test_initial_metadata_value", responseHeaders.First((entry) => entry.Key == "x-
grpc
-test-echo-initial").Value)
[
all
...]
WorkerServiceGrpc.cs
3
// source: src/proto/
grpc
/testing/worker_service.proto
6
// Copyright 2015
gRPC
authors.
25
using
grpc
= global::
Grpc
.Core;
27
namespace
Grpc
.Testing {
30
static readonly string __ServiceName = "
grpc
.testing.WorkerService";
32
static readonly
grpc
::Marshaller<global::
Grpc
.Testing.ServerArgs> __Marshaller_grpc_testing_ServerArgs =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::
Grpc
.Testing.ServerArgs.Parser.ParseFrom)
[
all
...]
TestGrpc.cs
3
// source: src/proto/
grpc
/testing/test.proto
6
// Copyright 2015-2016
gRPC
authors.
26
using
grpc
= global::
Grpc
.Core;
28
namespace
Grpc
.Testing {
35
static readonly string __ServiceName = "
grpc
.testing.TestService";
37
static readonly
grpc
::Marshaller<global::
Grpc
.Testing.Empty> __Marshaller_grpc_testing_Empty =
grpc
::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::
Grpc
.Testing.Empty.Parser.ParseFrom)
[
all
...]
Messages.cs
3
// source: src/proto/
grpc
/testing/messages.proto
12
namespace
Grpc
.Testing {
14
/// <summary>Holder for reflection information generated from src/proto/
grpc
/testing/messages.proto</summary>
18
/// <summary>File descriptor for src/proto/
grpc
/testing/messages.proto</summary>
60
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::
Grpc
.Testing.PayloadType), }, new pbr::GeneratedClrTypeInfo[] {
61
new pbr::GeneratedClrTypeInfo(typeof(global::
Grpc
.Testing.BoolValue), global::
Grpc
.Testing.BoolValue.Parser, new[]{ "Value" }, null, null, null),
62
new pbr::GeneratedClrTypeInfo(typeof(global::
Grpc
.Testing.Payload), global::
Grpc
.Testing.Payload.Parser, new[]{ "Type", "Body" }, null, null, null),
63
new pbr::GeneratedClrTypeInfo(typeof(global::
Grpc
.Testing.EchoStatus), global::Grpc.Testing.EchoStatus.Parser, new[]{ "Code", "Message" }, null, nul (…)
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeMethods.Generated.cs
4
// Copyright 2015
gRPC
authors.
28
using
Grpc
.Core.Logging;
29
using
Grpc
.Core.Utils;
31
namespace
Grpc
.Core.Internal
[
all
...]
/external/syzkaller/vendor/golang.org/x/net/http2/
server.go
[
all
...]
Completed in 1256 milliseconds
<<
11
12
13