Home
last modified time | relevance | path

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

1234

/third_party/rust/crates/nix/src/
Dlib.rs183 fn is_empty(&self) -> bool; in is_empty() method
197 fn is_empty(&self) -> bool { in is_empty() method
214 fn is_empty(&self) -> bool { in is_empty() method
231 fn is_empty(&self) -> bool { in is_empty() method
248 fn is_empty(&self) -> bool { in is_empty() method
302 fn is_empty(&self) -> bool { in is_empty() method
319 fn is_empty(&self) -> bool { in is_empty() method
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigset/
D5-1.c27 static int is_empty(sigset_t * set) in is_empty() function
/third_party/node/deps/v8/src/heap/
Dembedder-tracing.h56 bool is_empty() const { return !type_info() || !instance(); } in is_empty() function
116 void SetEmbedderWorklistEmpty(bool is_empty) { in SetEmbedderWorklistEmpty()
/third_party/gn/src/gn/
Dpattern.h77 bool is_empty() const { return patterns_.empty(); } in is_empty() function
/third_party/ninja/src/
Ddepfile_parser.in.cc56 bool is_empty = true; in Parse() local
Ddepfile_parser.cc57 bool is_empty = true; in Parse() local
/third_party/rust/crates/cxx/syntax/
Ddoc.rs23 pub fn is_empty(&self) -> bool { in is_empty() method
/third_party/node/deps/v8/src/objects/
Dliteral-objects-inl.h135 bool ArrayBoilerplateDescription::is_empty() const { in is_empty() function
Dfeedback-vector-inl.h60 bool FeedbackMetadata::is_empty() const { return slot_count() == 0; } in is_empty() function
110 bool FeedbackVector::is_empty() const { return length() == 0; } in is_empty() function
Dproperty-descriptor.h56 bool is_empty() const { in is_empty() function
/third_party/node/deps/v8/src/base/
Daddress-region.h39 bool is_empty() const { return size_ == 0; } in is_empty() function
/third_party/rust/crates/regex/src/literal/
Dmod.rs43 pub fn is_empty(&self) -> bool { in is_empty() method
/third_party/rust/crates/bindgen/bindgen/
Dregex_set.rs27 pub fn is_empty(&self) -> bool { in is_empty() method
/third_party/node/src/
Dnode_external_reference.h48 bool is_empty() { return external_references_.empty(); } in is_empty() function
/third_party/node/deps/v8/src/heap/cppgc/
Dsweeper.cc192 bool is_empty = false; member
212 bool is_empty = false; member
235 ResultType GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult()
280 ResultType&& GetResult(bool is_empty, size_t largest_new_free_list_entry) { in GetResult()
362 const bool is_empty = (start_of_gap == page->PayloadStart()); in SweepNormalPage() local
Dpersistent-node.cc89 bool is_empty = true; in Trace() local
/third_party/node/deps/v8/src/zone/
Dzone-list.h95 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
/third_party/rust/crates/regex/src/
Dsparse.rs39 pub fn is_empty(&self) -> bool { in is_empty() method
/third_party/node/deps/v8/src/codegen/
Dreglist-base.h65 constexpr bool is_empty() const { return regs_ == 0; } in is_empty() function
/third_party/rust/crates/clap/clap_lex/src/
Dlib.rs290 pub fn is_empty(&self) -> bool { in is_empty() method
429 pub fn is_empty(&self) -> bool { in is_empty() method
/third_party/rust/crates/clap/src/util/
Dflat_set.rs48 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-priority-queue.hh80 bool is_empty () const { return heap.length == 0; } in is_empty() function
Dhb-bimap.hh89 bool is_empty () const { return get_population () == 0; } in is_empty() function
/third_party/rust/crates/aho-corasick/src/
Dlib.rs290 pub fn is_empty(&self) -> bool { in is_empty() method

1234