Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/ls/
Djson.h84 bool IsBool() const { return tag == BOOL; } in IsBool() function
86 CHECK(IsBool()); in ToBool()
/third_party/skia/third_party/externals/tint/src/inspector/
Dscalar.h40 bool IsBool() const;
Dscalar.cc42 bool Scalar::IsBool() const { in IsBool() function in tint::inspector::Scalar
Dinspector_test.cc1101 EXPECT_TRUE(result[20].IsBool()); in TEST_F()
1105 EXPECT_TRUE(result[300].IsBool()); in TEST_F()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h40 bool IsBool() override;
Dv8value_ctocpp.cc235 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsBool() { in IsBool() function in CefV8ValueCToCpp
/third_party/cef/tests/ceftests/
Dv8_unittest.cc268 EXPECT_FALSE(value->IsBool()); in RunNullCreateTest()
283 EXPECT_TRUE(value->IsBool()); in RunBoolCreateTest()
312 EXPECT_FALSE(value->IsBool()); in RunIntCreateTest()
334 EXPECT_FALSE(value->IsBool()); in RunUIntCreateTest()
352 EXPECT_FALSE(value->IsBool()); in RunDoubleCreateTest()
391 EXPECT_FALSE(value->IsBool()); in RunDateCreateTest()
411 EXPECT_FALSE(value->IsBool()); in RunStringCreateTest()
431 EXPECT_FALSE(value->IsBool()); in RunEmptyStringCreateTest()
461 EXPECT_FALSE(value->IsBool()); in RunArrayCreateTest()
640 EXPECT_FALSE(value->IsBool()); in RunObjectCreateTest()
[all …]
/third_party/cef/include/
Dcef_v8.h561 virtual bool IsBool() = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h230 bool IsBool() override;
Dv8_impl.cc1649 bool CefV8ValueImpl::IsBool() { in IsBool() function in CefV8ValueImpl
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc243 bool _retval = CefV8ValueCppToC::Get(self)->IsBool(); in v8value_is_bool()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc654 if (!persistentVal->IsBool()) { in Execute()
/third_party/node/deps/v8/src/torque/
Dtypes.h125 bool IsBool() const { return IsAbstractName(BOOL_TYPE_STRING); } in IsBool() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp647 if (scalar.IsBool()) { in ReflectShaderUsingTint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4145 bool IsBool = C->getConstantIntValue()->getBitWidth() == 1; in LowerAsmOperandForConstraint() local
4147 ISD::NodeType ExtOpc = IsBool ? getExtendForContent(BCont) in LowerAsmOperandForConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp46781 bool IsBool = CST->getConstantIntValue()->getBitWidth() == 1; in LowerAsmOperandForConstraint() local
46783 ISD::NodeType ExtOpc = IsBool ? getExtendForContent(BCont) in LowerAsmOperandForConstraint()