Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4393 const int error_num = getaddrinfo( in MakeConnection() local
4395 if (error_num != 0) { in MakeConnection()
4397 << gai_strerror(error_num); in MakeConnection()