Home | History | Annotate | Download | only in gtest

Lines Matching refs:bool_constant

2299 struct bool_constant {
2300 typedef bool_constant<bool_value> type;
2303 template <bool bool_value> const bool bool_constant<bool_value>::value;
2305 typedef bool_constant<false> false_type;
2306 typedef bool_constant<true> true_type;