Home
last modified time | relevance | path

Searched defs:IsBoolean (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.h134 bool IsBoolean() const { return !!AsBoolean(); } in IsBoolean() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dbasic.go52 IsBoolean BasicInfo = 1 << iota const
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dbasic.go55 IsBoolean BasicInfo = 1 << iota const
/aosp_15_r20/external/pdfium/fxjs/
H A Dfxv8.cpp27 bool IsBoolean(v8::Local<v8::Value> value) { in IsBoolean() function
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp241 bool CFXJSE_Value::IsBoolean(v8::Isolate* pIsolate) const { in IsBoolean() function in CFXJSE_Value
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTypes.cpp125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
Daetypes.py97 def IsBoolean(x): function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1313 func (t *Type) IsBoolean() bool { func
/aosp_15_r20/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1147 bool IsBoolean) { in mangleIntegerLiteral()