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

/external/pdfium/xfa/src/fxjse/src/
H A Dvalue.h38 V8_INLINE FX_BOOL IsBoolean() const { function in class:CFXJSE_Value
45 return hValue->IsBoolean();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h87 bool IsBoolean() const { return m_Type == PDFOBJ_BOOLEAN; } function in class:CPDF_Object
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp311 void mangleIntegerLiteral(const llvm::APSInt &Number, bool IsBoolean);
1108 bool IsBoolean) {
1112 if (IsBoolean && Value.getBoolValue())
1245 mangleIntegerLiteral(llvm::APSInt::get(-1), /*IsBoolean=*/false);
1250 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), /*IsBoolean=*/false);
1107 mangleIntegerLiteral(const llvm::APSInt &Value, bool IsBoolean) argument
/external/v8/src/
H A Dobjects-inl.h861 bool Object::IsBoolean() const { function in class:v8::internal::Object
H A Dapi.cc2802 bool Value::IsBoolean() const { function in class:v8::Value
2803 return Utils::OpenHandle(this)->IsBoolean();
2949 if (obj->IsBoolean()) return ToApiHandle<Boolean>(obj);
3060 Utils::ApiCheck(obj->IsBoolean(),

Completed in 310 milliseconds