Home
last modified time | relevance | path

Searched defs:GTestColor (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/third_party/googletest/googletest/include/gtest/
Dgtest.h1832 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enum
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enum
/third_party/googletest/googletest/src/
Dgtest.cc3125 enum class GTestColor { kDefault, kRed, kGreen, kYellow }; enum