Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 25 of 65) sorted by relevance

123

/external/libchrome/base/
Dunguessable_token.h68 bool is_empty() const { return high_ == 0 && low_ == 0; } in is_empty() function
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
D5-1.c27 int is_empty(sigset_t * set) in is_empty() function
/external/v8/src/heap/cppgc/
Dpersistent-node.cc47 bool is_empty = true; in Trace() local
Dsweeper.cc105 bool is_empty = false; member
138 ResultType GetResult(bool is_empty) { return is_empty; } in GetResult()
169 ResultType&& GetResult(bool is_empty) { in GetResult()
224 const bool is_empty = (start_of_gap == page->PayloadStart()); in SweepNormalPage() local
364 const bool is_empty = SweepNormalPage<InlinedFinalizationBuilder>(page); in VisitNormalPage() local
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h99 bool is_empty() const { return rows_.empty(); } in is_empty() function
Ddesktop_geometry.h61 bool is_empty() const { return width_ <= 0 || height_ <= 0; } in is_empty() function
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } in is_empty() function
/external/libchrome/ui/gfx/range/
Drange_f.h50 constexpr bool is_empty() const { return start() == end(); } in is_empty() function
Drange.h76 constexpr bool is_empty() const { return start() == end(); } in is_empty() function
/external/v8/src/base/
Daddress-region.h39 bool is_empty() const { return size_ == 0; } in is_empty() function
Dthreaded-list.h226 bool is_empty() const { return head_ == nullptr; } in is_empty() function
/external/v8/src/objects/
Dliteral-objects-inl.h135 bool ArrayBoilerplateDescription::is_empty() const { in is_empty() function
Dfeedback-vector-inl.h58 bool FeedbackMetadata::is_empty() const { return slot_count() == 0; } in is_empty() function
103 bool FeedbackVector::is_empty() const { return length() == 0; } in is_empty() function
Dproperty-descriptor.h56 bool is_empty() const { in is_empty() function
/external/v8/src/zone/
Dzone-list.h89 V8_INLINE bool is_empty() const { return length_ == 0; } in is_empty() function
Dzone-handle-set.h24 bool is_empty() const { return data_ == kEmptyTag; } in is_empty() function
/external/v8/src/heap/
Dembedder-tracing.h99 void SetEmbedderWorklistEmpty(bool is_empty) { in SetEmbedderWorklistEmpty()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_page.h258 ALWAYS_INLINE bool PartitionPage::is_empty() const { in is_empty() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-switch_if_empty.hpp65 mutable bool is_empty; member
Drx-all.hpp128 auto is_empty(AN&&... an) in is_empty() function
/external/harfbuzz_ng/src/
Dhb-bimap.hh85 bool is_empty () const { return get_population () == 0; } in is_empty() function
/external/webrtc/webrtc/base/
Dsigslot.h510 bool is_empty() in is_empty() function
664 bool is_empty() in is_empty() function
803 bool is_empty() in is_empty() function
941 bool is_empty() in is_empty() function
1079 bool is_empty() in is_empty() function
1219 bool is_empty() in is_empty() function
1359 bool is_empty() in is_empty() function
1499 bool is_empty() in is_empty() function
1640 bool is_empty() in is_empty() function
/external/python/cpython2/Lib/
Dasynchat.py287 def is_empty (self): member in fifo
/external/rust/crates/proc-macro2/src/
Dstrnom.rs37 pub fn is_empty(&self) -> bool { in is_empty() method
/external/icu/icu4c/source/i18n/
Ddouble-conversion-utils.h220 bool is_empty() const { return length_ == 0; } in is_empty() function
/external/scapy/scapy/
Dasn1fields.py143 def is_empty(self, pkt): member in ASN1F_field
294 def is_empty(self, pkt): member in ASN1F_SEQUENCE
353 def is_empty(self, pkt): member in ASN1F_SEQUENCE_OF

123