Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_object.h136 bool IsBoolean() const { return !!AsBoolean(); } in IsBoolean() function
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp242 bool CFXJSE_Value::IsBoolean(v8::Isolate* pIsolate) const { in IsBoolean() function in CFXJSE_Value
/external/pdfium/fxjs/
Dfxv8.cpp28 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/clang/lib/AST/
DMicrosoftMangle.cpp1147 bool IsBoolean) { in mangleIntegerLiteral()