Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dintegral_constant.h45 using bool_constant = 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/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dtype_traits.h52 using bool_constant = integral_constant<bool, kValue>; variable
/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h85 using bool_constant = integral_constant<bool, B>; variable
102 struct bool_constant : public integral_constant<bool, B> {}; struct
/external/armnn/third-party/fmt/
Dcore.h254 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
/external/fmtlib/include/fmt/
Dcore.h262 template <bool B> using bool_constant = std::integral_constant<bool, B>; variable
/external/mesa3d/src/compiler/glsl/
Dast.h263 int bool_constant; member