Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc118 CurlClient(NameResolver resolver, const bool use_logging_debug_function) in CurlClient() argument
120 use_logging_debug_function_(use_logging_debug_function) { in CurlClient()
442 NameResolver resolver, bool use_logging_debug_function) { in CurlClient() argument
444 new class CurlClient(std::move(resolver), use_logging_debug_function)); in CurlClient()
Dhttp_client.h60 const bool use_logging_debug_function = false);