Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTLogic.h26 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp183 struct bool_constant struct
185 static const bool value = B;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1237 struct bool_constant { struct
1238 typedef bool_constant<bool_value> type; argument
1241 template <bool bool_value> const bool bool_constant<bool_value>::value; argument
/external/mesa3d/src/glsl/
Dast.h229 int bool_constant; member