Home
last modified time | relevance | path

Searched refs:is_bool (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs73 let is_bool = variant_ty.map_or(false, Type::is_bool); in from_ty() localVariable
94 let value = if is_bool { in from_ty()
Dty.rs169 pub fn is_bool(&self) -> bool { in is_bool() method
/third_party/cef/libcef/browser/prefs/
Dpref_store.cc182 if (value && stored_value->is_bool()) { in GetBoolean()
186 return stored_value->is_bool(); in GetBoolean()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c430 bool is_bool = def->bit_size == 1; in spill_ssa_defs_and_lower_shader_calls() local
431 if (is_bool) in spill_ssa_defs_and_lower_shader_calls()
440 if (is_bool) in spill_ssa_defs_and_lower_shader_calls()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc237 if (CEF_MEMBER_MISSING(_struct, is_bool)) in IsBool()
243 int _retval = _struct->is_bool(_struct); in IsBool()
/third_party/node/deps/v8/third_party/inspector_protocol/lib/
Dbase_string_adapter_cc.template45 if (value.is_bool())
/third_party/cef/include/capi/
Dcef_v8_capi.h410 int(CEF_CALLBACK* is_bool)(struct _cef_v8value_t* self);
/third_party/cef/libcef/common/
Dvalues_impl.cc246 if (value_ && value_->is_bool()) in GetBool()
777 if (value && value->is_bool()) { in GetBool()
1196 if (const_value().Get(index, &out_value) && out_value->is_bool()) { in GetBool()
/third_party/gn/src/base/
Dvalues.cc214 CHECK(is_bool()); in GetBool()
426 if (out_value && is_bool()) { in GetAsBoolean()
430 return is_bool(); in GetAsBoolean()
Dvalues.h148 bool is_bool() const { return type() == Type::BOOLEAN; } in is_bool() function
/third_party/node/tools/inspector_protocol/lib/
Dbase_string_adapter_cc.template29 if (value->is_bool()) {
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c151 if (srcsrc && is_bool(srcsrc)) in combine_flags()
Dir3.h1050 is_bool(struct ir3_instruction *instr) in is_bool() function
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc992 GetStruct()->is_bool = v8value_is_bool; in CefV8ValueCppToC()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php920 if (!is_bool($value)) {
1192 if (is_bool($array)) {
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp219 static bool is_bool(const Context& context, const Type& type) { in is_bool() function
829 } else if (is_bool(fContext, type)) { in writeIntrinsicCall()
2230 } else if (is_bool(fContext, operandType)) { in writeBinaryOperation()