OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubOptions
(Results
1 - 10
of
10
) sorted by null
/external/grpc-grpc/include/grpcpp/impl/codegen/
stub_options.h
25
class
StubOptions
{};
/external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service_impl.h
60
const ::grpc::
StubOptions
& options = ::grpc::
StubOptions
());
grpc_verbs_service_impl.cc
37
const ::grpc::
StubOptions
& options) {
/external/grpc-grpc/src/python/grpcio/grpc/beta/
implementations.py
135
class
StubOptions
(object):
153
_EMPTY_STUB_OPTIONS =
StubOptions
(None, None, None, None, None, None)
162
"""Creates a
StubOptions
value to be passed at stub creation.
180
A
StubOptions
value created from the passed parameters.
182
return
StubOptions
(host, request_serializers, response_deserializers,
191
options: A
StubOptions
customizing the created stub.
213
options: An optional
StubOptions
value further customizing the functionality
286
A
StubOptions
value created from the passed parameters.
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
grpc_eager_service.h
105
const ::grpc::
StubOptions
& options = ::grpc::
StubOptions
());
grpc_eager_service.cc
44
const ::grpc::
StubOptions
& options) {
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service_impl.h
123
const ::grpc::
StubOptions
& options = ::grpc::
StubOptions
());
grpc_master_service_impl.cc
46
const ::grpc::
StubOptions
& options) {
/external/flatbuffers/tests/
monster_test.grpc.fb.cc
26
std::unique_ptr< MonsterStorage::Stub> MonsterStorage::NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::
StubOptions
& options) {
monster_test.grpc.fb.h
141
static std::unique_ptr<Stub> NewStub(const std::shared_ptr< ::grpc::ChannelInterface>& channel, const ::grpc::
StubOptions
& options = ::grpc::
StubOptions
());
Completed in 3233 milliseconds