Searched defs:EnableIf (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTypeTraits.h46 template<bool Predicate, class T = void> struct EnableIf;
47 template<class T> struct EnableIf<true, T> { typedef T Type; }; struct in namespace:WTF
222 typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type = true
224 typename WTF::EnableIf<WTF::IsPointerConvertible<From, To>::Value, bool>::Type
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h932 // EnableIf<condition>::type is void when 'Cond' is true, and
935 // "typename EnableIf<expression>::type* = 0" as the last parameter.
936 template<bool> struct EnableIf;
937 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h860 // EnableIf<condition>::type is void when 'Cond' is true, and
863 // "typename EnableIf<expression>::type* = 0" as the last parameter.
864 template<bool> struct EnableIf;
865 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h939 // EnableIf<condition>::type is void when 'Cond' is true, and
942 // "typename EnableIf<expression>::type* = 0" as the last parameter.
943 template<bool> struct EnableIf;
944 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h939 // EnableIf<condition>::type is void when 'Cond' is true, and
942 // "typename EnableIf<expression>::type* = 0" as the last parameter.
943 template<bool> struct EnableIf;
944 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h967 // EnableIf<condition>::type is void when 'Cond' is true, and
970 // "typename EnableIf<expression>::type* = 0" as the last parameter.
971 template<bool> struct EnableIf;
972 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h939 // EnableIf<condition>::type is void when 'Cond' is true, and
942 // "typename EnableIf<expression>::type* = 0" as the last parameter.
943 template<bool> struct EnableIf;
944 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7831 // EnableIf<condition>::type is void when 'Cond' is true, and
7834 // "typename EnableIf<expression>::type* = 0" as the last parameter.
7835 template<bool> struct EnableIf;
7836 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal
18936 typename EnableIf<!is_pointer<T2>::value>::type* = 0) {
18949 // than the first overload even without the first overload's EnableIf.

Completed in 252 milliseconds