#include <gtest-internal.h>
Static Public Attributes | |
static constexpr bool | value |
Private Types | |
using | HasDebugStringType = decltype(CheckDebugString< T >(nullptr)) |
using | HasDebugStringType = decltype(CheckDebugString< T >(nullptr)) |
using | HasShortDebugStringType = decltype(CheckShortDebugString< T >(nullptr)) |
using | HasShortDebugStringType = decltype(CheckShortDebugString< T >(nullptr)) |
Static Private Member Functions | |
template<typename > | |
static std::false_type | CheckDebugString (...) |
template<typename > | |
static constexpr std::false_type | CheckDebugString (...) |
template<typename C > | |
static auto | CheckDebugString (C *) -> typename std::is_same< std::string, decltype(std::declval< const C >().DebugString())>::type |
template<typename C > | |
static constexpr auto | CheckDebugString (C *) -> typename std::is_same< std::string, decltype(std::declval< const C >().DebugString())>::type |
template<typename > | |
static std::false_type | CheckShortDebugString (...) |
template<typename > | |
static constexpr std::false_type | CheckShortDebugString (...) |
template<typename C > | |
static auto | CheckShortDebugString (C *) -> typename std::is_same< std::string, decltype(std::declval< const C >().ShortDebugString())>::type |
template<typename C > | |
static constexpr auto | CheckShortDebugString (C *) -> typename std::is_same< std::string, decltype(std::declval< const C >().ShortDebugString())>::type |
Definition at line 899 of file boringssl-with-bazel/src/third_party/googletest/include/gtest/internal/gtest-internal.h.
|
private |
Definition at line 911 of file googletest/googletest/include/gtest/internal/gtest-internal.h.
|
private |
Definition at line 913 of file boringssl-with-bazel/src/third_party/googletest/include/gtest/internal/gtest-internal.h.
|
private |
Definition at line 912 of file googletest/googletest/include/gtest/internal/gtest-internal.h.
|
private |
Definition at line 914 of file boringssl-with-bazel/src/third_party/googletest/include/gtest/internal/gtest-internal.h.
|
staticprivate |
|
staticconstexprprivate |
|
staticprivate |
|
staticconstexprprivate |
|
staticprivate |
|
staticconstexprprivate |
|
staticprivate |
|
staticconstexprprivate |
|
staticconstexpr |
Definition at line 917 of file boringssl-with-bazel/src/third_party/googletest/include/gtest/internal/gtest-internal.h.