HomeSort by relevance Sort by last modified time
    Searched refs:grpc (Results 101 - 125 of 2927) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
ChannelzGrpc.java 1 package io.grpc.channelz.v1;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall
    [all...]
  /external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/
HandshakerServiceGrpc.java 1 package io.grpc.alts.internal;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall
    [all...]
  /external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/
LoadBalancerGrpc.java 1 package io.grpc.lb.v1;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall
    [all...]
  /external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/
ServerReflectionGrpc.java 1 package io.grpc.reflection.v1alpha;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall
    [all...]
  /external/grpc-grpc/test/cpp/microbenchmarks/
bm_opencensus_plugin.cc 3 * Copyright 2018 gRPC authors.
25 #include "include/grpc++/grpc++.h"
28 #include "src/proto/grpc/testing/echo.grpc.pb.h"
32 void RegisterOnce() { absl::call_once(once, grpc::RegisterOpenCensusPlugin); }
34 class EchoServer final : public grpc::testing::EchoTestService::Service {
35 grpc::Status Echo(grpc::ServerContext* context,
36 const grpc::testing::EchoRequest* request
    [all...]
  /external/grpc-grpc/src/compiler/
cpp_generator.h 3 * Copyright 2015 gRPC authors.
22 // cpp_generator.h/.cc do not directly depend on GRPC/ProtoBuf, such that they
37 namespace grpc { namespace
41 } // namespace grpc
48 grpc::string services_namespace;
51 // Prefix to any grpc include
52 grpc::string grpc_search_path;
56 grpc::string gmock_search_path;
57 // *EXPERIMENTAL* Additional include files in grpc.pb.h
58 std::vector<grpc::string> additional_header_includes
    [all...]
objective_c_generator.h 3 * Copyright 2015 gRPC authors.
26 using ::grpc::protobuf::FileDescriptor;
27 using ::grpc::protobuf::FileDescriptor;
28 using ::grpc::protobuf::ServiceDescriptor;
29 using ::grpc::string;
  /external/flatbuffers/grpc/src/compiler/
go_generator.h 37 //go generator is used to generate GRPC code for serialization system, such as flatbuffers
48 grpc::string custom_method_io_type;
51 grpc::string package_name;
54 grpc::string service_prefix;
58 grpc::string GenerateServiceSource(grpc_generator::File *file,
  /external/grpc-grpc/include/grpc/support/
port_platform.h 3 * Copyright 2015 gRPC authors.
22 #include <grpc/impl/codegen/port_platform.h>
  /external/grpc-grpc/include/grpcpp/impl/
channel_argument_option.h 3 * Copyright 2017 gRPC authors.
28 namespace grpc { namespace
31 const grpc::string& name, const grpc::string& value);
33 const grpc::string& name, int value);
35 } // namespace grpc
  /external/grpc-grpc/include/grpcpp/impl/codegen/
serialization_traits.h 3 * Copyright 2015 gRPC authors.
22 namespace grpc { namespace
26 /// Used for hooking different message serialization API's into GRPC.
60 } // namespace grpc
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
client_load_reporting_filter.h 3 * Copyright 2017 gRPC authors.
22 #include <grpc/support/port_platform.h>
grpclb.h 3 * Copyright 2018 gRPC authors.
22 #include <grpc/support/port_platform.h>
28 "grpc.address_is_grpclb_load_balancer"
33 "grpc.address_is_backend_from_grpclb_load_balancer"
  /external/grpc-grpc/src/core/ext/filters/http/server/
http_server_filter.h 3 * Copyright 2015 gRPC authors.
22 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/ext/filters/max_age/
max_age_filter.h 2 // Copyright 2017 gRPC authors.
20 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/ext/filters/message_size/
message_size_filter.h 2 // Copyright 2016 gRPC authors.
20 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/ext/filters/workarounds/
workaround_cronet_compression_filter.h 2 // Copyright 2017 gRPC authors.
20 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/ext/transport/chttp2/client/
chttp2_connector.h 3 * Copyright 2015 gRPC authors.
22 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
hpack_mapping.cc 2 * Copyright 2015 gRPC authors.
24 * grpc static metadata table to the index of that element in the hpack static
29 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/lib/compression/
stream_compression_gzip.h 3 * Copyright 2017 gRPC authors.
22 #include <grpc/support/port_platform.h>
stream_compression_identity.h 3 * Copyright 2017 gRPC authors.
22 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/lib/gprpp/
atomic.h 3 * Copyright 2017 gRPC authors.
22 #include <grpc/support/port_platform.h>
  /external/grpc-grpc/src/core/lib/iomgr/
iomgr_posix.h 3 * Copyright 2015 gRPC authors.
22 #include <grpc/support/port_platform.h>
pollset_set_custom.h 3 * Copyright 2018 gRPC authors.
22 #include <grpc/support/port_platform.h>
pollset_set_windows.h 3 * Copyright 2015 gRPC authors.
22 #include <grpc/support/port_platform.h>

Completed in 1246 milliseconds

1 2 3 45 6 7 8 91011>>