Home
last modified time | relevance | path

Searched defs:bool_constant (Results 1 – 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
Dgtest-port.h472 struct bool_constant { struct
473 typedef bool_constant<bool_value> type; argument
476 template <bool bool_value> const bool bool_constant<bool_value>::value; argument
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h805 struct bool_constant { struct
806 typedef bool_constant<bool_value> type; argument
809 template <bool bool_value> const bool bool_constant<bool_value>::value; argument
/external/mesa3d/src/glsl/
Dast.h228 int bool_constant; member