Home
last modified time | relevance | path

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

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