Home | History | Annotate | Download | only in gtest

Lines Matching refs:bool_constant

2718 struct bool_constant {
2719 typedef bool_constant<bool_value> type;
2722 template <bool bool_value> const bool bool_constant<bool_value>::value;
2724 typedef bool_constant<false> false_type;
2725 typedef bool_constant<true> true_type;
7793 : public bool_constant<