Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkTLogic.h22 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
/third_party/flatbuffers/include/flatbuffers/
Dstl_emulation.h168 using bool_constant = integral_constant<bool, B>; variable
/third_party/mesa3d/src/compiler/glsl/
Dast.h263 int bool_constant; member