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

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_boolean.cpp36 bool CPDF_Boolean::IsBoolean() const { function in class:CPDF_Boolean
H A Dcpdf_object.cpp69 bool CPDF_Object::IsBoolean() const { function in class:CPDF_Object
/external/pdfium/fxjs/
H A Dcfxjse_value.cpp366 bool CFXJSE_Value::IsBoolean() const { function in class:CFXJSE_Value
372 return hValue->IsBoolean();
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp353 void mangleIntegerLiteral(const llvm::APSInt &Number, bool IsBoolean);
1147 bool IsBoolean) {
1151 if (IsBoolean && Value.getBoolValue())
1293 mangleIntegerLiteral(llvm::APSInt::get(-1), /*IsBoolean=*/false);
1298 mangleIntegerLiteral(llvm::APSInt::getUnsigned(0), /*IsBoolean=*/false);
2290 /*IsBoolean=*/false);
1146 mangleIntegerLiteral(const llvm::APSInt &Value, bool IsBoolean) argument
/external/v8/src/
H A Dobjects-inl.h843 bool HeapObject::IsBoolean() const { function in class:v8::internal::HeapObject
H A Dapi.cc3326 bool Value::IsBoolean() const { function in class:v8::Value
3327 return Utils::OpenHandle(this)->IsBoolean();
3454 if (obj->IsBoolean()) return ToApiHandle<Boolean>(obj);
3563 Utils::ApiCheck(obj->IsBoolean(), "v8::Boolean::Cast",

Completed in 268 milliseconds