Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_object.h134 bool IsBoolean() const { return !!AsBoolean(); } in IsBoolean() function
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp241 bool CFXJSE_Value::IsBoolean(v8::Isolate* pIsolate) const { in IsBoolean() function in CFXJSE_Value
/external/pdfium/fxjs/
Dfxv8.cpp27 bool IsBoolean(v8::Local<v8::Value> value) { in IsBoolean() function
/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()