Searched refs:EnableIf (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h274 typename internal::EnableIf<
1458 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
1470 // than the first overload even without the first overload's EnableIf.
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h942 // EnableIf<condition>::type is void when 'Cond' is true, and
945 // "typename EnableIf<expression>::type* = 0" as the last parameter.
946 template<bool> struct EnableIf;
947 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal

Completed in 16 milliseconds