Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h909 using HasDebugStringType = decltype(CheckDebugString<T>(nullptr)); variable
914 HasDebugStringType::value && HasShortDebugStringType::value;
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-internal.h894 using HasDebugStringType = decltype(CheckDebugString<T>(nullptr)); variable
899 HasDebugStringType::value && HasShortDebugStringType::value;