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

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1468 struct bool_constant { struct in namespace:testing::internal
1469 typedef bool_constant<bool_value> type;
1472 template <bool bool_value> const bool bool_constant<bool_value>::value;
1474 typedef bool_constant<false> false_type;
1475 typedef bool_constant<true> true_type;
H A Dgtest-internal.h920 : public bool_constant<

Completed in 130 milliseconds