OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRPC
(Results
51 - 75
of
310
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
ShutdownHookClientTest.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
ShutdownHookServerTest.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.MathClient/
MathClient.cs
2
// Copyright 2015-2016
gRPC
authors.
19
using
Grpc
.Core;
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
MathServer.cs
2
// Copyright 2015
gRPC
authors.
20
using
Grpc
.Core;
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
ControlExtensions.cs
3
// Copyright 2016
gRPC
authors.
20
using
Grpc
.Core;
21
using
Grpc
.Testing;
23
namespace
Grpc
.IntegrationTesting
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
arguments.pxd.pxi
1
# Copyright 2018 The
gRPC
Authors
event.pxd.pxi
1
# Copyright 2017
gRPC
authors.
fork_windows.pyx.pxi
1
# Copyright 2018
gRPC
authors.
records.pxd.pxi
1
# Copyright 2015
gRPC
authors.
server.pxd.pxi
1
# Copyright 2015
gRPC
authors.
26
# TODO(https://github.com/
grpc
/
grpc
/issues/15662): Elide this.
time.pyx.pxi
1
# Copyright 2018
gRPC
authors.
/external/grpc-grpc/test/distrib/csharp/DistribTest/
Program.cs
3
// Copyright 2015
gRPC
authors.
20
using
Grpc
.Core;
/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
_protoc_compiler.pyx
1
# Copyright 2016
gRPC
authors.
/external/grpc-grpc/tools/internal_ci/windows/
grpc_run_tests_matrix.bat
1
@rem Copyright 2017
gRPC
authors.
/external/grpc-grpc/tools/run_tests/artifacts/
build_artifact_protoc.bat
1
@rem Copyright 2016
gRPC
authors.
/external/grpc-grpc/tools/run_tests/helper_scripts/
build_csharp.bat
1
@rem Copyright 2016
gRPC
authors.
19
dotnet build --configuration %MSBUILD_CONFIG%
Grpc
.sln || goto :error
pre_build_cmake.bat
1
@rem Copyright 2017
gRPC
authors.
pre_build_csharp.bat
1
@rem Copyright 2016
gRPC
authors.
36
dotnet restore
Grpc
.sln || goto :error
/external/syzkaller/vendor/google.golang.org/api/option/
option.go
23
"google.golang.org/
grpc
"
113
// WithGRPCConn returns a ClientOption that specifies the
gRPC
client
115
// used with services that support
gRPC
as their communication transport. When
118
func WithGRPCConn(conn *
grpc
.ClientConn) ClientOption {
122
type withGRPCConn struct{ conn *
grpc
.ClientConn }
128
// WithGRPCDialOption returns a ClientOption that appends a new
grpc
.DialOption
129
// to an underlying
gRPC
dial. It does not work with WithGRPCConn.
130
func WithGRPCDialOption(opt
grpc
.DialOption) ClientOption {
134
type withGRPCDialOption struct{ opt
grpc
.DialOption }
140
// WithGRPCConnectionPool returns a ClientOption that creates a pool of
gRPC
[
all
...]
/external/syzkaller/vendor/google.golang.org/grpc/credentials/
credentials_util_go19.go
5
* Copyright 2018
gRPC
authors.
credentials_util_pre_go18.go
5
* Copyright 2018
gRPC
authors.
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
util_linux_go19.go
5
* Copyright 2018
gRPC
authors.
/external/syzkaller/vendor/google.golang.org/grpc/naming/
go17.go
5
* Copyright 2017
gRPC
authors.
/external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/
go17.go
5
* Copyright 2017
gRPC
authors.
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
ServerSafeHandle.cs
3
// Copyright 2015
gRPC
authors.
19
namespace
Grpc
.Core.Internal
22
/// grpc_server from
grpc
/
grpc
.h
34
// Increment reference count for the native
gRPC
environment to make sure we don't do grpc_shutdown() before destroying the server handle.
Completed in 273 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>