Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dtype_alias_empty.rs8 pub type bool_constant = u8; types
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dtype_alias_empty.hpp1 // bindgen-flags: --allowlist-type bool_constant -- -std=c++11
10 using bool_constant = integral_constant<bool, B>;
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp688 using bool_constant = std::integral_constant<bool, Value>;
713 struct is_c_string : bool_constant<impl::is_c_string<T>()> {};
735 struct is_transparent : bool_constant<impl::is_transparent<T>()> {};
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h263 int bool_constant; member
H A Dglsl_parser_extras.cpp1356 primary_expression.bool_constant
H A Dast_to_hir.cpp2118 result = new(ctx) ir_constant(bool(this->primary_expression.bool_constant)); in do_hir()
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1891 using bool_constant = std::integral_constant<bool, B>;
H A Dgtest-internal.h858 : public bool_constant<
/third_party/json/single_include/nlohmann/
H A Djson.hpp4084 using bool_constant = std::integral_constant<bool, Value>;
4109 struct is_c_string : bool_constant<impl::is_c_string<T>()> {};
4131 struct is_transparent : bool_constant<impl::is_transparent<T>()> {};

Completed in 46 milliseconds