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

/openjdk10/hotspot/src/share/vm/metaprogramming/
H A DenableIf.hpp40 struct EnableIf: AllStatic {}; struct in inherits:AllStatic
43 struct EnableIf<true, T>: AllStatic { struct in inherits:AllStatic
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-internal.h876 template<> struct EnableIf<true> { typedef void type; }; // NOLINT struct in namespace:testing::internal

Completed in 78 milliseconds