Home
last modified time | relevance | path

Searched defs:ToBoolean (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_boolean.h41 inline CPDF_Boolean* ToBoolean(CPDF_Object* obj) { in ToBoolean() function
45 inline const CPDF_Boolean* ToBoolean(const CPDF_Object* obj) { in ToBoolean() function
/external/llvm-project/lldb/source/Interpreter/
DOptionArgParser.cpp18 bool OptionArgParser::ToBoolean(llvm::StringRef ref, bool fail_value, in ToBoolean() function in OptionArgParser
/external/pdfium/fxjs/
Dcfx_v8.cpp149 bool CFX_V8::ToBoolean(v8::Local<v8::Value> pValue) { in ToBoolean() function in CFX_V8
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp388 bool CFXJSE_Value::ToBoolean() const { in ToBoolean() function in CFXJSE_Value