Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2992 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
3024 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
4452 String::CStringEquals(term, "xterm") || in ShouldUseColor()
4453 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
4455 String::CStringEquals(term, "screen") || in ShouldUseColor()
4457 String::CStringEquals(term, "tmux") || in ShouldUseColor()
4458 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
4459 String::CStringEquals(term, "rxvt-unicode") || in ShouldUseColor()
4461 String::CStringEquals(term, "linux") || in ShouldUseColor()
4462 String::CStringEquals(term, "cygwin"); in ShouldUseColor()
[all …]
Dgtest.h4373 static bool CStringEquals(const char* lhs, const char* rhs);