Home
last modified time | relevance | path

Searched refs:set_cacheable (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dinterop_client.cc901 context1.set_cacheable(true); in DoCacheableUnary()
916 context2.set_cacheable(true); in DoCacheableUnary()
938 context3.set_cacheable(true); in DoCacheableUnary()
/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_context_impl.h273 void set_cacheable(bool cacheable) { cacheable_ = cacheable; } in set_cacheable() function
Dclient_context.h281 void set_cacheable(bool cacheable) { cacheable_ = cacheable; } in set_cacheable() function