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

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_boolean.cpp37 bool CPDF_Boolean::IsBoolean() const { function in class:CPDF_Boolean
H A Dcpdf_object.cpp70 bool CPDF_Object::IsBoolean() const { function in class:CPDF_Object
/external/python/cpython2/Lib/plat-mac/
H A Daetypes.py97 def IsBoolean(x): function
101 if IsBoolean(bool): return bool
/external/pdfium/fxjs/
H A Dcfxjse_value.cpp282 bool CFXJSE_Value::IsBoolean() const { function in class:CFXJSE_Value
288 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.h462 bool HeapObject::IsBoolean() const { function in class:v8::internal::HeapObject
H A Dcode-stub-assembler.cc2925 Node* CodeStubAssembler::IsBoolean(Node* object) { function in class:CodeStubAssembler
H A Dapi.cc3488 bool Value::IsBoolean() const { function in class:v8::Value
3489 return Utils::OpenHandle(this)->IsBoolean();
3616 if (obj->IsBoolean()) return ToApiHandle<Boolean>(obj);
3725 Utils::ApiCheck(obj->IsBoolean(), "v8::Boolean::Cast",

Completed in 277 milliseconds