Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 25 of 120) 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/webrtc/rtc_base/numerics/
Dsample_stats.cc68 bool SampleStats<TimeDelta>::IsEmpty() { in IsEmpty() function in webrtc::SampleStats
116 bool SampleStats<DataRate>::IsEmpty() { in IsEmpty() function in webrtc::SampleStats
Devent_rate_counter.cc31 bool EventRateCounter::IsEmpty() const { in IsEmpty() function in webrtc::EventRateCounter
/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/xfa/fxgraphics/
Dcxfa_gepath.h22 bool IsEmpty() const { return data_.GetPoints().empty(); } in IsEmpty() function
/external/openscreen/discovery/dnssd/public/
Ddns_sd_txt_record.h56 inline bool IsEmpty() const { in 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/perfetto/src/tracing/core/
Did_allocator.cc59 bool IdAllocatorGeneric::IsEmpty() const { in IsEmpty() function in perfetto::IdAllocatorGeneric
/external/webrtc/modules/video_coding/
Dtimestamp_map.cc60 bool VCMTimestampMap::IsEmpty() const { in IsEmpty() function in webrtc::VCMTimestampMap
/external/rust/crates/quiche/deps/boringssl/src/third_party/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/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h114 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/pdfium/core/fpdfdoc/
Dcpvt_wordrange.h24 inline bool IsEmpty() const { return BeginPos == EndPos; } in IsEmpty() function
/external/armnn/src/armnn/
DRangeTracker.hpp29 bool IsEmpty() const { return m_GuidToRangesMap.empty(); } in IsEmpty() function in armnn::RangeTracker
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dringbuffer.h76 INLINE bool IsEmpty() { return (GetHead() == GetTail()); } in IsEmpty() function
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h42 bool IsEmpty() const { return total_weight_ == 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/pdfium/core/fxcrt/
Dcfx_binarybuf.h27 bool IsEmpty() const { return GetLength() == 0; } in IsEmpty() function
/external/armnn/src/armnnQuantizer/
DQuantizationDataSet.hpp29 bool IsEmpty() const {return m_QuantizationInputs.empty();} in IsEmpty() function in armnnQuantizer::QuantizationDataSet
/external/webrtc/test/pc/e2e/analyzer/video/
Dmulti_head_queue.h67 bool IsEmpty(size_t index) const { in IsEmpty() function

12345