Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpcpp/impl/codegen/
Dclient_context.h244 void set_cacheable(bool cacheable) { cacheable_ = cacheable; } in set_cacheable() function
/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc880 context1.set_cacheable(true); in DoCacheableUnary()
895 context2.set_cacheable(true); in DoCacheableUnary()
917 context3.set_cacheable(true); in DoCacheableUnary()