OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gRPC
(Results
1 - 25
of
310
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/grpc-grpc/
CODE-OF-CONDUCT.md
3
gRPC
follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
/external/grpc-grpc/include/grpcpp/
opencensus.h
3
* Copyright 2018
gRPC
authors.
23
#error OpenCensus for
gRPC
is only supported when building with bazel.
28
namespace
grpc
{
namespace
33
// Registers the OpenCensus plugin with
gRPC
, so that it will be used for future
38
// https://github.com/census-instrumentation/opencensus-specs/blob/master/stats/
gRPC
.md
40
// Registers the cumulative
gRPC
views so that they will be exported by any
50
} // namespace
grpc
/external/grpc-grpc/src/csharp/Grpc.Core/
VersionInfo.cs
3
// Copyright 2015
gRPC
authors.
19
namespace
Grpc
.Core
22
/// Provides info about current version of
gRPC
.
29
/// Current <c>AssemblyVersion</c> attribute of
gRPC
C# assemblies
34
/// Current <c>AssemblyFileVersion</c> of
gRPC
C# assemblies
39
/// Current version of
gRPC
C#
GrpcEnvironment.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core.Internal;
25
using
Grpc
.Core.Logging;
26
using
Grpc
.Core.Utils;
28
namespace
Grpc
.Core
31
/// Encapsulates initialization and shutdown of
gRPC
library.
66
/// Returns a reference-counted instance of initialized
gRPC
environment.
85
/// Decrements the reference count for currently active environment and asynchronously shuts down the
gRPC
environment if reference count drops to zero.
178
/// Gets application-wide logger used by
gRPC
.
190
/// Sets the application-wide logger that should be used by
gRPC
[
all
...]
/external/flatbuffers/go/
grpc.go
3
// Codec implements
gRPC
-go Codec which is used to encode and decode messages.
/external/grpc-grpc/tools/run_tests/artifacts/
build_artifact_python.bat
1
@rem Copyright 2016
gRPC
authors.
19
@rem some artifacts are broken for setuptools 38.5.0. See https://github.com/
grpc
/
grpc
/issues/14317
28
@rem Set up
gRPC
Python tools
31
@rem Build
gRPC
Python extensions
38
@rem Build
gRPC
Python distributions
/external/grpc-grpc/src/csharp/Grpc.Auth/
GoogleGrpcCredentials.cs
3
// Copyright 2015
gRPC
authors.
24
using
Grpc
.Core;
25
using
Grpc
.Core.Utils;
27
namespace
Grpc
.Auth
38
/// into a
gRPC
<see cref="ChannelCredentials"/> that use the default SSL credentials.
49
/// with a
gRPC
service.
60
/// into a
gRPC
<see cref="CallCredentials"/> object.
71
/// into a
gRPC
<see cref="ChannelCredentials"/> object.
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
fork_posix.pyx.pxi
1
# Copyright 2018
gRPC
authors.
26
# This flag enables experimental support within
gRPC
Python for applications
27
# that will fork() without exec(). When enabled,
gRPC
Python will attempt to
31
# its own calling into
gRPC
when fork is invoked. Any callbacks from
gRPC
47
'Failed to shutdown
gRPC
Python threads prior to fork. '
76
_LOGGER.error('Failed to shutdown
gRPC
Core after fork()')
_hooks.pxd.pxi
1
# Copyright 2018 The
gRPC
Authors
_hooks.pyx.pxi
1
# Copyright 2018 The
gRPC
Authors
call.pxd.pxi
1
# Copyright 2015
gRPC
authors.
completion_queue.pxd.pxi
1
# Copyright 2015
gRPC
authors.
fork_posix.pxd.pxi
1
# Copyright 2018
gRPC
authors.
metadata.pxd.pxi
1
# Copyright 2017
gRPC
authors.
security.pxd.pxi
1
# Copyright 2016
gRPC
authors.
time.pxd.pxi
1
# Copyright 2018
gRPC
authors.
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
ChannelSafeHandle.cs
2
// Copyright 2015
gRPC
authors.
20
using
Grpc
.Core.Profiling;
22
namespace
Grpc
.Core.Internal
25
/// grpc_channel from <c>
grpc
/
grpc
.h</c>
37
// Increment reference count for the native
gRPC
environment to make sure we don't do grpc_shutdown() before destroying the server handle.
45
// Increment reference count for the native
gRPC
environment to make sure we don't do grpc_shutdown() before destroying the server handle.
NativeLogRedirector.cs
3
// Copyright 2015
gRPC
authors.
26
namespace
Grpc
.Core.Internal
31
/// Logs from
gRPC
C core library can get lost if your application is not a console app.
32
/// This class allows redirection of logs to
gRPC
logger.
40
/// Redirects logs from native
gRPC
C core library to a general logger.
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting.Client/
Program.cs
3
// Copyright 2015
gRPC
authors.
20
using
Grpc
.IntegrationTesting;
22
namespace
Grpc
.IntegrationTesting.Client
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting.Server/
Program.cs
3
// Copyright 2015
gRPC
authors.
21
namespace
Grpc
.IntegrationTesting.Server
/external/syzkaller/vendor/google.golang.org/grpc/credentials/
credentials_util_pre_go19.go
5
* Copyright 2018
gRPC
authors.
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
util_nonlinux_pre_go19.go
5
* Copyright 2018
gRPC
authors.
/external/syzkaller/vendor/google.golang.org/grpc/naming/
go18.go
5
* Copyright 2017
gRPC
authors.
/external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/
go18.go
5
* Copyright 2017
gRPC
authors.
/external/flatbuffers/grpc/tests/
go_test.go
10
"google.golang.org/
grpc
"
15
// test used to send and receive in
grpc
methods
19
//
gRPC
server store method
30
//
gRPC
server retrieve method
77
ser :=
grpc
.NewServer(
grpc
.CustomCodec(flatbuffers.FlatbuffersCodec{}))
85
conn, err :=
grpc
.Dial(addr,
grpc
.WithInsecure(),
grpc
.WithCodec(flatbuffers.FlatbuffersCodec{}))
Completed in 500 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>