Home
last modified time | relevance | path

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

12

/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/pytorch/c10/core/
H A DConstantSymNodeImpl.h30 bool is_bool() override { in is_bool() function
H A DSymNodeImpl.h36 virtual bool is_bool() { in is_bool() function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNestedIntSymNodeImpl.h56 bool is_bool() override { in is_bool() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/base/
Dvalues.h157 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/aosp_15_r20/external/libchrome/base/
H A Dvalues.h154 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/
Dvalues.h157 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/aosp_15_r20/external/cronet/base/
H A Dvalues.h240 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 Dvalidate_non_uniform.cpp293 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/
Dmod.rs252 pub fn is_bool(&self) -> bool { in is_bool() method
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_non_uniform.cpp293 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 Dvalidate_non_uniform.cpp293 const bool is_bool = inst->opcode() == spv::Op::OpGroupNonUniformLogicalAnd || in ValidateGroupNonUniformArithmetic() local
/aosp_15_r20/external/flatbuffers/src/
H A 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
H A Didl_gen_lua.cpp191 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/
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
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium/src/value/
Dmod.rs295 pub fn is_bool(&self) -> bool { in is_bool() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dcodegen.cpp459 const auto is_bool = input.second.has_value() && in generateKernel() local
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h93 bool is_bool() override { in is_bool() function
/aosp_15_r20/external/stg/
H A Dbtf_reader.cc292 const auto is_bool = raw_encoding & BTF_INT_BOOL; in BuildOneType() local
/aosp_15_r20/external/libchrome/base/test/
H A Dtrace_event_analyzer.cc296 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
/aosp_15_r20/external/cronet/base/test/
H A Dtrace_event_analyzer.cc356 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local

12