Searched refs:FileNo (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2324 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } function in namespace:testing::internal::posix
2328 inline int FileNo(FILE* file) { return _fileno(file); } function in namespace:testing::internal::posix
2340 inline int FileNo(FILE* file) { return fileno(file); }
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2965 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);

Completed in 33 milliseconds