/external/flatbuffers/tests/ |
monster_test.grpc.fb.cc | 38 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Message<Stat>* response) { 42 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncStoreRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, ::grpc::CompletionQueue* cq) { 46 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::PrepareAsyncStoreRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Monster>& request, ::grpc::CompletionQueue* cq) { 50 ::grpc::ClientReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::RetrieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request) { 54 ::grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncRetrieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::CompletionQueue* cq, void* tag) { 58 ::grpc::ClientAsyncReader< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsyncRetrieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::CompletionQueue* cq) { 62 ::grpc::ClientWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::GetMaxHitPointRaw(::grpc::ClientContext* context, flatbuffers::grpc::Message<Stat>* response) { 66 ::grpc::ClientAsyncWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::AsyncGetMaxHitPointRaw(::grpc::ClientContext* context, flatbuffers::grpc::Message<Stat>* response, ::grpc::CompletionQueue* cq, void* tag) { 70 ::grpc::ClientAsyncWriter< flatbuffers::grpc::Message<Monster>>* MonsterStorage::Stub::PrepareAsyncGetMaxHitPointRaw(::grpc::ClientContext* context, flatbuffers::grpc::Message<Stat>* response, ::grpc::CompletionQueue* cq) { 74 ::grpc::ClientReaderWriter< flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::GetMinMaxHitPointsRaw(::grpc::ClientContext* context) [all...] |
/external/grpc-grpc/test/cpp/interop/ |
interop_client.cc | 158 ClientContext context; 178 ClientContext context; 238 ClientContext context; 261 ClientContext context; 310 ClientContext probe_context; 393 ClientContext context; 424 ClientContext context; 462 ClientContext probe_context; 489 ClientContext context; 528 ClientContext context [all...] |
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestAddCookies.java | 94 ClientContext.COOKIE_STORE); 102 ClientContext.COOKIESPEC_REGISTRY); 193 context.setAttribute(ClientContext.COOKIE_SPEC, cookieSpec); 194 context.setAttribute(ClientContext.COOKIE_ORIGIN, cookieOrigin);
|
ResponseProcessCookies.java | 86 ClientContext.COOKIE_STORE); 93 ClientContext.COOKIE_SPEC); 100 ClientContext.COOKIE_ORIGIN);
|
ClientContextConfigurer.java | 48 public class ClientContextConfigurer implements ClientContext {
|
RequestProxyAuthentication.java | 83 ClientContext.PROXY_AUTH_STATE);
|
RequestTargetAuthentication.java | 83 ClientContext.TARGET_AUTH_STATE);
|
/external/grpc-grpc/examples/cpp/helloworld/ |
greeter_async_client2.cc | 31 using grpc::ClientContext; 103 ClientContext context;
|
/external/grpc-grpc/examples/cpp/route_guide/ |
route_guide_client.cc | 35 using grpc::ClientContext; 89 ClientContext context; 117 ClientContext context; 155 ClientContext context; 191 ClientContext context;
|
/external/grpc-grpc/test/cpp/qps/ |
client_async.cc | 71 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, 119 grpc::ClientContext context_; 130 BenchmarkService::Stub*, grpc::ClientContext*, const RequestType&, 322 PrepareReq(BenchmarkService::Stub* stub, grpc::ClientContext* ctx, 343 BenchmarkService::Stub*, grpc::ClientContext*, CompletionQueue*)> 434 grpc::ClientContext context_; 455 BenchmarkService::Stub*, grpc::ClientContext*, CompletionQueue*)> 504 PrepareReq(BenchmarkService::Stub* stub, grpc::ClientContext* ctx, 527 BenchmarkService::Stub*, grpc::ClientContext*, ResponseType*, 589 grpc::ClientContext context_ [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 50 import org.apache.http.client.protocol.ClientContext; 120 ClientContext.AUTHSCHEME_REGISTRY); 126 ClientContext.AUTH_SCHEME_PREF);
|
DefaultHttpClient.java | 46 import org.apache.http.client.protocol.ClientContext; 224 ClientContext.AUTHSCHEME_REGISTRY, 227 ClientContext.COOKIESPEC_REGISTRY, 230 ClientContext.COOKIE_STORE, 233 ClientContext.CREDS_PROVIDER,
|
/external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/ |
bigtable_test_client.cc | 313 grpc::ClientContext* context, 325 grpc::ClientContext* context, 332 grpc::ClientContext* context, 341 grpc::ClientContext* context, 352 grpc::ClientContext* context, 360 grpc::ClientContext* context, 367 grpc::ClientContext* context, 383 grpc::ClientContext* context, 394 ::grpc::ClientContext* context, 405 ::grpc::ClientContext* context [all...] |
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_remote_master.cc | 114 ::grpc::ClientContext* ctx) { 124 ::grpc::ClientContext*, const Request&, Response*), 133 ::grpc::ClientContext ctx;
|
/external/flatbuffers/grpc/samples/greeter/ |
client.cpp | 24 grpc::ClientContext context; 48 grpc::ClientContext context;
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
channel_interface.h | 28 class ClientContext; 112 ClientContext* context,
|
sync_stream.h | 61 /// - the \a ClientContext associated with this call is updated with 155 /// the metadata will be available in ClientContext after the first read. 166 ClientContext* context, const W& request) { 183 /// the server will be accessable through the \a ClientContext used to 204 /// accessed through the \a ClientContext associated with this call). 220 /// The \a ClientContext associated with this call is updated with 233 ClientContext* context_; 243 ClientContext* context, const W& request) 284 ClientContext* context, R* response) { 301 /// accessable through the \a ClientContext used to construct this object [all...] |
server_context.h | 42 class ClientContext; 112 /// by the \a grpc::ClientContext::GetServerInitialMetadata() method. 126 /// side by the \a grpc::ClientContext::GetServerTrailingMetadata() method. 270 friend class ::grpc::ClientContext;
|
/external/grpc-grpc/test/cpp/end2end/ |
client_crash_test.cc | 77 ClientContext context; 103 ClientContext context;
|
exception_test.cc | 92 ClientContext context; 104 ClientContext context;
|
server_crash_test_client.cc | 52 grpc::ClientContext context;
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
bm_opencensus_plugin.cc | 92 grpc::ClientContext context; 112 grpc::ClientContext context;
|
/external/grpc-grpc/include/grpcpp/ |
channel.h | 69 ClientContext* context,
|
/external/tensorflow/tensorflow/contrib/verbs/ |
grpc_verbs_service_impl.cc | 50 ::grpc::ClientContext* context, const GetRemoteAddressRequest& request,
|
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/ |
grpc-helloworld.cc | 27 using grpc::ClientContext; 90 ClientContext context;
|