Searched defs:IsEmpty (Results 1 - 25 of 86) sorted by relevance

1234

/external/pdfium/core/fpdfdoc/
H A Dcpvt_arraytemplate.h16 bool IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; } function in class:CPVT_ArrayTemplate
/external/pdfium/xfa/fxgraphics/
H A Dcfx_path.h22 bool IsEmpty() const { return data_.GetPoints().empty(); } function in class:final
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dmessage_queue.cc21 bool MessageQueue::IsEmpty() const { function in class:mojo::test::MessageQueue
/external/dng_sdk/source/
H A Ddng_opcode_list.h57 bool IsEmpty () const function in class:dng_opcode_list
66 return !IsEmpty ();
H A Ddng_bad_pixels.h160 bool IsEmpty () const function in class:dng_bad_pixel_list
171 return !IsEmpty ();
H A Ddng_matrix.h88 bool IsEmpty () const function in class:dng_matrix
95 return !IsEmpty ();
205 bool IsEmpty () const function in class:dng_vector
212 return !IsEmpty ();
/external/google-breakpad/src/testing/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/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/libbrillo/brillo/
H A Dany.cc40 if (IsEmpty())
47 if (!IsEmpty())
57 bool Any::IsEmpty() const { function in class:brillo::Any
58 return data_buffer_.IsEmpty();
66 return !IsEmpty() && data_buffer_.GetDataPtr()->IsConvertibleToInteger();
70 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
75 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } 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/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } 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/swiftshader/third_party/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/v8/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/webrtc/webrtc/libjingle/xmllite/
H A Dqname.cc58 bool QName::IsEmpty() const { function in class:buzz::QName
/external/webrtc/webrtc/modules/video_coding/
H A Dtimestamp_map.cc39 while (!IsEmpty()) {
60 bool VCMTimestampMap::IsEmpty() const { function in class:webrtc::VCMTimestampMap
/external/clang/include/clang/Lex/
H A DPragma.h113 bool IsEmpty() { function in class:clang::PragmaNamespace
/external/google-breakpad/src/common/
H A Dmemory_range.h57 bool IsEmpty() const { function in class:google_breakpad::MemoryRange
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_array.h38 bool IsEmpty() const { return m_Objects.empty(); } function in class:CPDF_Array
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localevalue.h99 bool IsEmpty() const { return m_wsValue.IsEmpty(); } function in class:CXFA_LocaleValue
/external/v8/src/
H A Dlocked-queue-inl.h73 inline bool LockedQueue<Record>::IsEmpty() const { function in class:v8::internal::LockedQueue
/external/v8/src/profiler/
H A Dunbound-queue-inl.h68 bool UnboundQueue<Record>::IsEmpty() const { function in class:v8::internal::UnboundQueue
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h60 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } function in struct:NArchive::N7z::CCompressionMethodMode

Completed in 785 milliseconds

1234