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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2718 struct bool_constant { struct in namespace:std::tr1
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<

Completed in 83 milliseconds