Searched defs:IsEmpty (Results 26 - 50 of 144) sorted by relevance

123456

/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/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h65 IsEmpty() const function in class:DWARFDebugAranges
67 return m_aranges.IsEmpty();
/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h33 IsEmpty() const function in class:DNBThreadResumeActions
/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/Common/
H A DMethodProps.h36 bool IsEmpty() const { return Methods.IsEmpty() ; } function in struct:CMethodsMode
/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/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/chromium_org/base/prefs/
H A Dpref_change_registrar.cc22 DCHECK(IsEmpty() || service_ == service);
59 bool PrefChangeRegistrar::IsEmpty() const { function in class:PrefChangeRegistrar
/external/chromium_org/cc/output/
H A Dcopy_output_result.h38 bool IsEmpty() const { return !HasBitmap() && !HasTexture(); } function in class:cc::CopyOutputResult
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller.h75 bool IsEmpty() { function in class:content::SyntheticGestureController::GestureAndCallbackQueue
/external/chromium_org/content/browser/shared_worker/
H A Dworker_document_set.h79 bool IsEmpty() const { return document_set_.empty(); } function in class:content::WorkerDocumentSet
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.cc99 bool NotificationRegistrar::IsEmpty() const { function in class:content::NotificationRegistrar
/external/chromium_org/extensions/renderer/
H A Dscoped_persistent.h25 if (!handle.IsEmpty())
33 bool IsEmpty() const { return handle_.IsEmpty(); } function in class:extensions::ScopedPersistent
36 if (handle_.IsEmpty())
42 if (handle_.IsEmpty())
58 if (!object_handle.IsEmpty())
63 if (!context_handle.IsEmpty())
/external/chromium_org/gin/
H A Dhandle.h26 bool IsEmpty() const { return !object_; } function in class:gin::Handle
64 if (wrapper.IsEmpty())
/external/chromium_org/gpu/command_buffer/service/
H A Dcmd_parser.h56 bool IsEmpty() const { return put_ == get_; } function in class:gpu::CommandParser
/external/chromium_org/net/cert/
H A Dtest_root_certs_nss.cc113 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.h102 bool IsEmpty() const { return buffers_.empty(); } function in class:net::WebSocketInflater::InputQueue
/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.cc22 bool BoxF::IsEmpty() const { function in class:gfx::BoxF
47 if (IsEmpty()) {
51 if (box.IsEmpty())
/external/chromium_org/ui/gl/android/
H A Dscoped_java_surface.cc74 bool ScopedJavaSurface::IsEmpty() const { function in class:gfx::ScopedJavaSurface
/external/chromium_org/v8/src/
H A Dunbound-queue-inl.h68 bool UnboundQueue<Record>::IsEmpty() const { function in class:v8::internal::UnboundQueue
/external/clang/include/clang/Lex/
H A DPragma.h113 bool IsEmpty() { function in class:clang::PragmaNamespace
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc95 bool StackTrace::IsEmpty() const { function in class:__tsan::StackTrace
/external/lldb/source/Interpreter/
H A DCommandHistory.cpp33 CommandHistory::IsEmpty () const function in class:CommandHistory
/external/lldb/source/Utility/
H A DRange.cpp90 Range::IsEmpty () function in class:Range

Completed in 462 milliseconds

123456