Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.h154 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/external/cronet/base/
Dvalues.h270 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/external/rust/crates/ciborium/src/value/
Dmod.rs217 pub fn is_bool(&self) -> bool { in is_bool() method
/external/angle/third_party/vulkan-deps/spirv-tools/src/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.rs73 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
Dty.rs169 pub fn is_bool(&self) -> bool { in is_bool() method
/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/libchrome/base/test/
Dtrace_event_analyzer.cc296 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
/external/cronet/base/test/
Dtrace_event_analyzer.cc354 bool is_bool = GetAsDouble(event, &bool_value); in Evaluate() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp157 bool is_bool(void) const { return m_is_bool; } in is_bool() function in TypeInfo
/external/mesa3d/src/freedreno/ir3/
Dir3.h836 static inline bool is_bool(struct ir3_instruction *instr) in is_bool() function
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp323 static bool is_bool(const Type& type) { in is_bool() function