Searched defs:IsEmpty (Results 1 - 25 of 144) sorted by last modified time

123456

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h859 FX_BOOL IsEmpty() const function in class:CFX_MapPtrToPtr
999 FX_BOOL IsEmpty() const function in class:CFX_MapByteStringToPtr
H A Dfx_coordinates.h337 FX_BOOL IsEmpty() const function in class:CFX_RTemplate
341 FX_BOOL IsEmpty(FX_FLOAT fEpsilon) const function in class:CFX_RTemplate
502 return !rect.IsEmpty();
508 return !rect.IsEmpty(fEpsilon);
558 FX_BOOL IsEmpty() const function in struct:FX_RECT
634 FX_BOOL IsEmpty() const function in class:CFX_FloatRect
H A Dfx_string.h108 bool IsEmpty() const function in class:CFX_ByteStringC
202 bool IsEmpty() const function in class:CFX_ByteString
542 bool IsEmpty() const function in class:CFX_WideStringC
649 FX_BOOL IsEmpty() const function in class:CFX_WideString
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h198 FX_BOOL IsEmpty() function in class:CPVT_ArrayTemplate
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_memmgr_mini.cpp340 FX_BOOL CFXMEM_Pages::IsEmpty() const function in class:CFXMEM_Pages
347 if (!((CFXMEM_Page*)pPage)->IsEmpty()) {
408 FX_BOOL CFXMEM_Pool::IsEmpty() const function in class:CFXMEM_Pool
410 if (!m_8BytesPages.IsEmpty()) {
413 if (!m_16BytesPages.IsEmpty()) {
416 if (!m_32BytesPages.IsEmpty()) {
419 if (!m_MidPages.IsEmpty()) {
422 return !m_pLargePage || m_pLargePage->IsEmpty();
722 if (pFind->m_bAlone && pFind->IsEmpty()) {
733 if (pFind->m_bAlone && pFind->IsEmpty()) {
[all...]
H A Dmem_int.h97 FX_BOOL IsEmpty() const function in class:CFXMEM_FixedPages
143 FX_BOOL IsEmpty() const function in class:CFXMEM_Page
161 FX_BOOL IsEmpty() const;
180 FX_BOOL IsEmpty() const;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusRegion.h316 Region::IsEmpty(IN const Graphics *g) const function in class:Region
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h210 FX_BOOL IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; } function in class:CLST_ArrayTemplate
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } function in struct:NArchive::N7z::CCompressionMethodMode
H A D7zItem.h50 if (UnpackSizes.IsEmpty())
226 bool IsEmpty() const function in struct:NArchive::N7z::CArchiveDatabase
228 return (PackSizes.IsEmpty() &&
229 PackCRCsDefined.IsEmpty() &&
230 PackCRCs.IsEmpty() &&
231 Folders.IsEmpty() &&
232 NumUnpackStreamsVector.IsEmpty() &&
233 Files.IsEmpty());
/external/lzma/CPP/7zip/Common/
H A DMethodProps.h36 bool IsEmpty() const { return Methods.IsEmpty() ; } function in struct:CMethodsMode
/external/lzma/CPP/Common/
H A DMyString.h311 bool IsEmpty() const { return (_length == 0); } function in class:CStringBase
381 if (s.IsEmpty())
479 if (s.IsEmpty())
509 if (oldString.IsEmpty())
H A DMyVector.h26 bool IsEmpty() const { return (_size == 0); } function in class:CBaseRecordVector
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h196 IsEmpty() const function in class:lldb_private::BreakpointSiteList
/external/lldb/include/lldb/Core/
H A DConstString.h359 IsEmpty () const function in class:lldb_private::ConstString
H A DFileSpecList.h180 IsEmpty() const function in class:lldb_private::FileSpecList
H A DRangeMap.h313 IsEmpty () const function in class:lldb_private::RangeArray
599 IsEmpty () const function in class:lldb_private::RangeVector
887 IsEmpty () const function in class:lldb_private::RangeDataArray
1187 IsEmpty () const function in class:lldb_private::RangeDataVector
1458 IsEmpty () const function in class:lldb_private::AddressDataArray
H A DThreadSafeSTLMap.h44 IsEmpty() const function in class:lldb_private::ThreadSafeSTLMap
H A DUniqueCStringMap.h269 IsEmpty() const function in class:lldb_private::UniqueCStringMap
/external/lldb/include/lldb/Target/
H A DPathMappingList.h60 IsEmpty() const function in class:lldb_private::PathMappingList
/external/lldb/source/Core/
H A DInputReaderStack.cpp49 InputReaderStack::IsEmpty () const function in class:InputReaderStack
/external/lldb/source/Interpreter/
H A DCommandHistory.cpp33 CommandHistory::IsEmpty () const function in class:CommandHistory

Completed in 279 milliseconds

123456