OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRPC
(Results
76 - 100
of
310
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grpc-grpc/src/csharp/Grpc.Core/Utils/
AsyncStreamExtensions.cs
3
// Copyright 2015
gRPC
authors.
23
namespace
Grpc
.Core.Utils
26
/// Extension methods that simplify work with
gRPC
streaming calls.
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
PInvokeTest.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
43
GrpcEnvironment.AddRef(); // completion queue requires
gRPC
environment being initialized.
ThreadingModelTest.cs
3
// Copyright 2015
gRPC
authors.
24
namespace
Grpc
.Core.Tests
73
return Task.FromResult("Server handler should not run on
gRPC
threadpool thread.");
96
return threadName.Contains("
grpc
");
/external/grpc-grpc/src/objective-c/GRPCClient/
GRPCCall.h
3
* Copyright 2015
gRPC
authors.
20
* The
gRPC
protocol is an RPC protocol on top of HTTP2.
27
* Conceptually, each
gRPC
call consists of a bidirectional stream of binary messages, with RPCs of
40
#pragma mark
gRPC
errors
42
/** Domain of NSError objects produced by
gRPC
. */
46
*
gRPC
error codes.
47
* Note that a few of these are never produced by the
gRPC
libraries, but are of general utility for
127
* Internal error. Means some invariant expected by the server application or the
gRPC
library has
143
* Safety remark of a
gRPC
method as defined in RFC 2616 Section 9.1
148
/** Signal that the call is idempotent.
gRPC
is free to use PUT verb. *
[
all
...]
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeMetadataCredentialsPlugin.cs
2
// Copyright 2015
gRPC
authors.
21
using
Grpc
.Core.Logging;
22
using
Grpc
.Core.Utils;
24
namespace
Grpc
.Core.Internal
31
const string GetMetadataExceptionLogMsg = GetMetadataExceptionStatusMsg + " This is likely not a problem with
gRPC
itself. Please verify that the code supplying the metadata (usually an authentication token) works correctly.";
AtomicCounter.cs
3
// Copyright 2015
gRPC
authors.
22
namespace
Grpc
.Core.Internal
CallError.cs
3
// Copyright 2015
gRPC
authors.
21
using
Grpc
.Core.Utils;
23
namespace
Grpc
.Core.Internal
26
/// grpc_call_error from
grpc
/
grpc
.h
ChannelArgsSafeHandle.cs
2
// Copyright 2015
gRPC
authors.
20
namespace
Grpc
.Core.Internal
23
/// grpc_channel_args from <c>
grpc
/
grpc
.h</c>
ChannelCredentialsSafeHandle.cs
2
// Copyright 2015
gRPC
authors.
21
namespace
Grpc
.Core.Internal
24
/// grpc_channel_credentials from <c>
grpc
/grpc_security.h</c>
ClientRequestStream.cs
2
// Copyright 2015
gRPC
authors.
18
using
Grpc
.Core.Internal;
20
namespace
Grpc
.Core.Internal
ClientResponseStream.cs
3
// Copyright 2015
gRPC
authors.
24
namespace
Grpc
.Core.Internal
DefaultSslRootsOverride.cs
3
// Copyright 2015
gRPC
authors.
27
namespace
Grpc
.Core.Internal
34
const string RootsPemResourceName = "
Grpc
.Core.roots.pem";
MarshalUtils.cs
3
// Copyright 2015
gRPC
authors.
23
namespace
Grpc
.Core.Internal
NativeMethods.cs
3
// Copyright 2015
gRPC
authors.
27
using
Grpc
.Core.Logging;
28
using
Grpc
.Core.Utils;
30
namespace
Grpc
.Core.Internal
ServerCalls.cs
3
// Copyright 2015
gRPC
authors.
22
using
Grpc
.Core;
24
namespace
Grpc
.Core.Internal
ServerCredentialsSafeHandle.cs
2
// Copyright 2015
gRPC
authors.
20
using
Grpc
.Core.Utils;
22
namespace
Grpc
.Core.Internal
25
/// grpc_server_credentials from <c>
grpc
/grpc_security.h</c>
ServerRequestStream.cs
3
// Copyright 2015
gRPC
authors.
24
namespace
Grpc
.Core.Internal
ServerResponseStream.cs
2
// Copyright 2015
gRPC
authors.
19
using
Grpc
.Core.Internal;
21
namespace
Grpc
.Core.Internal
ServerRpcNew.cs
3
// Copyright 2015
gRPC
authors.
20
using
Grpc
.Core;
22
namespace
Grpc
.Core.Internal
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
Program.cs
1
// Copyright 2015
gRPC
authors.
17
using
Grpc
.Core;
/external/grpc-grpc/examples/csharp/Helloworld/
generate_protos.bat
1
@rem Copyright 2016
gRPC
authors.
24
set PLUGIN=%UserProfile%\.nuget\packages\
Grpc
.Tools\1.14.1\tools\windows_x64\grpc_csharp_plugin.exe
26
%PROTOC% -I../../protos --csharp_out Greeter ../../protos/helloworld.proto --grpc_out Greeter --plugin=protoc-gen-
grpc
=%PLUGIN%
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
Program.cs
1
// Copyright 2015
gRPC
authors.
17
using
Grpc
.Core;
/external/grpc-grpc/examples/csharp/RouteGuide/
generate_protos.bat
1
@rem Copyright 2016
gRPC
authors.
24
set PLUGIN=%UserProfile%\.nuget\packages\
Grpc
.Tools\1.14.1\tools\windows_x64\grpc_csharp_plugin.exe
26
%PROTOC% -I../../protos --csharp_out RouteGuide ../../protos/route_guide.proto --grpc_out RouteGuide --plugin=protoc-gen-
grpc
=%PLUGIN%
/external/grpc-grpc/examples/node/static_codegen/
helloworld_grpc_pb.js
4
// Copyright 2015
gRPC
authors.
19
var
grpc
= require('
grpc
');
variable
61
exports.GreeterClient =
grpc
.makeGenericClientConstructor(GreeterService);
/external/grpc-grpc/src/csharp/Grpc.Core/
AsyncAuthInterceptor.cs
3
// Copyright 2015
gRPC
authors.
23
using
Grpc
.Core.Internal;
24
using
Grpc
.Core.Utils;
26
namespace
Grpc
.Core
Completed in 364 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>