Home
last modified time | relevance | path

Searched defs:IsLoaded (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_cid2unicodemap.cpp18 bool CPDF_CID2UnicodeMap::IsLoaded() const { in IsLoaded() function in CPDF_CID2UnicodeMap
Dcpdf_cmap.h53 bool IsLoaded() const { return m_bLoaded; } in IsLoaded() function
/external/lzma/CPP/Windows/
DDLL.h32 bool IsLoaded() const { return (_module != NULL); } in IsLoaded() function
/external/pdfium/xfa/fxfa/
Dcxfa_ffimage.cpp24 bool CXFA_FFImage::IsLoaded() { in IsLoaded() function in CXFA_FFImage
Dcxfa_textlayout.h53 bool IsLoaded() const { return !m_pieceLines.empty(); } in IsLoaded() function
Dcxfa_fftext.cpp67 bool CXFA_FFText::IsLoaded() { in IsLoaded() function in CXFA_FFText
Dcxfa_fffield.cpp143 bool CXFA_FFField::IsLoaded() { in IsLoaded() function in CXFA_FFField
Dcxfa_ffwidget.cpp318 bool CXFA_FFWidget::IsLoaded() { in IsLoaded() function in CXFA_FFWidget
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h34 bool IsLoaded; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h35 bool IsLoaded = false; member
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h35 bool IsLoaded = false; member
/external/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.h66 bool IsLoaded() const { return handle_ != kInvalidDllHandle; } in IsLoaded() function
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.h148 bool IsLoaded() { return m_load_process_stop_id != UINT32_MAX; } in IsLoaded() function
/external/mesa3d/src/imgui/
Dimgui.h2111 … bool IsLoaded() const { return ContainerAtlas != NULL; } in IsLoaded() function