Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_boolean.cpp38 bool CPDF_Boolean::IsBoolean() const { in IsBoolean() function in CPDF_Boolean
Dcpdf_object.cpp77 bool CPDF_Object::IsBoolean() const { in IsBoolean() function in CPDF_Object
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyCheck.h92 const bool IsBoolean; variable
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp318 bool CFXJSE_Value::IsBoolean() const { in IsBoolean() function in CFXJSE_Value
/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp125 #define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsBoolean, IsParam, \ argument
/external/python/cpython2/Lib/plat-mac/
Daetypes.py97 def IsBoolean(x): function
/external/clang/lib/AST/
DMicrosoftMangle.cpp1147 bool IsBoolean) { in mangleIntegerLiteral()