Home
last modified time | relevance | path

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

123456

/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/v8/src/compiler/
Drefs-map.h40 bool IsEmpty() const { return occupancy() == 0; } in IsEmpty() function
/external/libchrome/base/task_scheduler/
Dscheduler_worker_stack.h56 bool IsEmpty() const { return stack_.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/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/pdfium/core/fpdfdoc/
Dcpvt_wordrange.h24 inline bool IsEmpty() const { return BeginPos == EndPos; } 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/libaom/libaom/third_party/googletest/src/googletest/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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h42 bool IsEmpty() const { return total_weight_ == 0; } in IsEmpty() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h76 INLINE bool IsEmpty() { return (GetHead() == GetTail()); } in IsEmpty() function
/external/v8/src/heap/base/
Dworklist.h27 bool IsEmpty() const { return index_ == 0; } in IsEmpty() function
103 bool Worklist<EntryType, SegmentSize>::IsEmpty() { in IsEmpty() function
452 bool Worklist<EntryType, SegmentSize>::Local::IsEmpty() const { 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/pdfium/core/fxcrt/
Dcfx_binarybuf.h27 bool IsEmpty() const { return GetLength() == 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
134 bool IsEmpty() { in IsEmpty() function
241 bool IsEmpty() const { return index_ == 0; } in IsEmpty() function
311 V8_INLINE bool IsEmpty() { 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/libbrillo/brillo/
Dany.cc57 bool Any::IsEmpty() const { in IsEmpty() function in brillo::Any

123456