/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | ConstantSymNodeImpl.h | 30 bool is_bool() override { in is_bool() function
|
H A D | SymNodeImpl.h | 36 virtual bool is_bool() { in is_bool() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | NestedIntSymNodeImpl.h | 56 bool is_bool() override { in is_bool() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/ |
D | values.h | 157 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
|
/aosp_15_r20/external/libchrome/base/ |
H A D | values.h | 154 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | values.h | 157 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | values.h | 240 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_non_uniform.cpp | 293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/value/ |
D | mod.rs | 252 pub fn is_bool(&self) -> bool { in is_bool() method
|
/aosp_15_r20/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
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A D | validate_non_uniform.cpp | 293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
|
/aosp_15_r20/external/flatbuffers/src/ |
H A 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
|
H A D | idl_gen_lua.cpp | 191 auto is_bool = field.value.type.base_type == BASE_TYPE_BOOL; in GetScalarFieldOfTable() local
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/ |
D | mod.rs | 295 pub fn is_bool(&self) -> bool { in is_bool() method
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/ |
H A D | codegen.cpp | 459 const auto is_bool = input.second.has_value() && in generateKernel() local
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | python_symnode.h | 93 bool is_bool() override { in is_bool() function
|
/aosp_15_r20/external/stg/ |
H A D | btf_reader.cc | 292 const auto is_bool = raw_encoding & BTF_INT_BOOL; in BuildOneType() local
|
/aosp_15_r20/external/libchrome/base/test/ |
H A D | trace_event_analyzer.cc | 296 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | trace_event_analyzer.cc | 356 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
|