| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/ |
| D | numeric_traits.hpp | 23 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/ |
| D | numeric_traits.hpp | 20 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/ |
| D | values.h | 154 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
|
| /external/cronet/base/ |
| D | values.h | 241 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
|
| /external/swiftshader/third_party/SPIRV-Tools/source/val/ |
| D | validate_non_uniform.cpp | 293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
|
| /external/rust/crates/serde_yaml/src/value/ |
| D | mod.rs | 252 pub fn is_bool(&self) -> bool { in is_bool() method
|
| /external/angle/third_party/spirv-tools/src/source/val/ |
| D | validate_non_uniform.cpp | 293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
|
| /external/deqp-deps/SPIRV-Tools/source/val/ |
| D | validate_non_uniform.cpp | 293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
|
| /external/rust/crates/bindgen/ir/ |
| D | enum_ty.rs | 76 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
|
| D | ty.rs | 160 pub(crate) fn is_bool(&self) -> bool { in is_bool() method
|
| /external/rust/crates/ciborium/src/value/ |
| D | mod.rs | 295 pub fn is_bool(&self) -> bool { in is_bool() method
|
| /external/rust/crates/toml_edit/src/ |
| D | item.rs | 225 pub fn is_bool(&self) -> bool { in is_bool() method
|
| D | value.rs | 92 pub fn is_bool(&self) -> bool { in is_bool() method
|
| /external/stg/ |
| D | btf_reader.cc | 246 const auto is_bool = raw_encoding & BTF_INT_BOOL; in BuildOneType() local
|
| /external/flatbuffers/src/ |
| D | idl_gen_swift.cpp | 261 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
|
| D | idl_gen_lua.cpp | 191 auto is_bool = field.value.type.base_type == BASE_TYPE_BOOL; in GetScalarFieldOfTable() local
|
| D | idl_gen_python.cpp | 210 auto is_bool = IsBool(field.value.type.base_type); in GetScalarFieldOfTable() local
|
| /external/cronet/base/test/ |
| D | trace_event_analyzer.cc | 356 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
|
| /external/libchrome/base/test/ |
| D | trace_event_analyzer.cc | 296 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_lower_shader_calls.c | 632 bool is_bool = def->bit_size == 1; in spill_ssa_defs_and_lower_shader_calls() local
|
| /external/OpenCL-CTS/test_conformance/basic/ |
| D | test_progvar.cpp | 156 bool is_bool(void) const { return m_is_bool; } in is_bool() function in TypeInfo
|
| /external/rust/crates/toml/src/ |
| D | value.rs | 130 pub fn is_bool(&self) -> bool { in is_bool() method
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3.h | 1157 is_bool(struct ir3_instruction *instr) in is_bool() function
|
| /external/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 923 static bool is_bool(const Type& type) { in is_bool() function
|