Home
last modified time | relevance | path

Searched defs:is_bool (Results 1 – 24 of 24) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dnumeric_traits.hpp23 struct is_bool : mpl::false_ {}; struct
26 struct is_bool<T const> : is_bool<T> {}; struct
29 struct is_bool<bool> : mpl::true_ {}; struct
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dnumeric_traits.hpp20 struct is_bool : mpl::false_ {}; struct
23 struct is_bool<T const> : is_bool<T> {}; struct
26 struct is_bool<bool> : mpl::true_ {}; struct
/external/libchrome/base/
Dvalues.h154 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/external/cronet/base/
Dvalues.h241 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
/external/rust/crates/serde_yaml/src/value/
Dmod.rs252 pub fn is_bool(&self) -> bool { in is_bool() method
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_non_uniform.cpp293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
/external/rust/crates/bindgen/ir/
Denum_ty.rs76 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
Dty.rs160 pub(crate) fn is_bool(&self) -> bool { in is_bool() method
/external/rust/crates/ciborium/src/value/
Dmod.rs295 pub fn is_bool(&self) -> bool { in is_bool() method
/external/rust/crates/toml_edit/src/
Ditem.rs225 pub fn is_bool(&self) -> bool { in is_bool() method
Dvalue.rs92 pub fn is_bool(&self) -> bool { in is_bool() method
/external/stg/
Dbtf_reader.cc246 const auto is_bool = raw_encoding & BTF_INT_BOOL; in BuildOneType() local
/external/flatbuffers/src/
Didl_gen_swift.cpp261 const auto is_bool = IsBool(field.value.type.base_type); in GenStructReader() local
433 const auto is_bool = IsBool(field.value.type.base_type); in GenerateStructArgs() local
Didl_gen_lua.cpp191 auto is_bool = field.value.type.base_type == BASE_TYPE_BOOL; in GetScalarFieldOfTable() local
Didl_gen_python.cpp210 auto is_bool = IsBool(field.value.type.base_type); in GetScalarFieldOfTable() local
/external/cronet/base/test/
Dtrace_event_analyzer.cc356 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
/external/libchrome/base/test/
Dtrace_event_analyzer.cc296 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c632 bool is_bool = def->bit_size == 1; in spill_ssa_defs_and_lower_shader_calls() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp156 bool is_bool(void) const { return m_is_bool; } in is_bool() function in TypeInfo
/external/rust/crates/toml/src/
Dvalue.rs130 pub fn is_bool(&self) -> bool { in is_bool() method
/external/mesa3d/src/freedreno/ir3/
Dir3.h1157 is_bool(struct ir3_instruction *instr) in is_bool() function
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp923 static bool is_bool(const Type& type) { in is_bool() function