Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 25 of 110) sorted by relevance

12345

/external/dng_sdk/source/
Ddng_matrix.h88 bool IsEmpty () const in IsEmpty() function
205 bool IsEmpty () const in IsEmpty() function
Ddng_opcode_list.h57 bool IsEmpty () const in IsEmpty() function
/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.h22 bool IsEmpty() const { return data_.GetPoints().empty(); } in IsEmpty() function
/external/clang/test/SemaObjC/
Dselector-2.m8 static inline SEL IsEmpty() { function
/external/pdfium/testing/
Drange_set.h26 bool IsEmpty() const { return ranges().empty(); } in IsEmpty() function
/external/libchrome/mojo/public/cpp/bindings/tests/
Dmessage_queue.cc19 bool MessageQueue::IsEmpty() const { in IsEmpty() function in mojo::test::MessageQueue
/external/webrtc/webrtc/modules/video_coding/
Dtimestamp_map.cc60 bool VCMTimestampMap::IsEmpty() const { in IsEmpty() function in webrtc::VCMTimestampMap
/external/pdfium/core/fxcrt/
Dcfx_blockbuffer.h30 bool IsEmpty() const { return m_DataLength == 0; } in IsEmpty() function
Dcfx_binarybuf.h24 bool IsEmpty() const { return GetLength() == 0; } in IsEmpty() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h80 INLINE bool IsEmpty() in IsEmpty() function
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h42 bool IsEmpty() const { return total_weight_ == 0; } in IsEmpty() function
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } in IsEmpty() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } in IsEmpty() function
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } in IsEmpty() function
/external/v8/src/heap/
Dworklist.h46 bool IsEmpty() { return worklist_->IsEmpty(); } in IsEmpty() function
131 bool IsEmpty() { in IsEmpty() function
236 bool IsEmpty() const { return index_ == 0; } in IsEmpty() function
300 V8_INLINE bool IsEmpty() { in IsEmpty() function
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
Dheap.h55 bool IsEmpty() { return num_elements_ == 0; } in IsEmpty() function
186 bool IsEmpty() { return this->num_elements_ == 0 && !has_guaranteed_top_; } in IsEmpty() function
/external/libchrome/ui/gfx/geometry/
Dsize.h65 bool IsEmpty() const { return !width() || !height(); } in IsEmpty() function
/external/clang/include/clang/Lex/
DPragma.h113 bool IsEmpty() { in IsEmpty() function
/external/webrtc/webrtc/libjingle/xmllite/
Dqname.cc58 bool QName::IsEmpty() const { in IsEmpty() function in buzz::QName
/external/libbrillo/brillo/
Dany.cc57 bool Any::IsEmpty() const { in IsEmpty() function in brillo::Any

12345