Searched defs:log_errors (Results 1 – 4 of 4) sorted by relevance
93 bool log_errors) { in grpc_parse_ipv4_hostport()139 bool log_errors) { in grpc_parse_ipv6_hostport()
151 grpc_resolved_address* addr, bool log_errors) { in grpc_parse_ipv4_hostport()203 grpc_resolved_address* addr, bool log_errors) { in grpc_parse_ipv6_hostport()
650 bool log_errors() const { return log_errors_; } in log_errors() function
1087 auto log_errors = [this](util::Status status) { in ParseTrackEventArgs() local