Home
last modified time | relevance | path

Searched defs:is_empty (Results 26 - 50 of 96) sorted by relevance

1234

/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h24 bool is_empty() const { return data_ == kEmptyTag; } in is_empty() function in v8::internal::final
/third_party/node/deps/v8/src/objects/
H A Dproperty-descriptor.h56 bool is_empty() const { in is_empty() function in v8::internal::PropertyDescriptor
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs290 pub fn is_empty(&self) -> bool { in is_empty() functions
429 pub fn is_empty(&self) -> bool { in display() functions
/third_party/rust/crates/aho-corasick/src/packed/
H A Dpattern.rs114 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/skia/tests/
H A DPathBuilderTest.cpp13 static void is_empty(skiatest::Reporter* reporter, const SkPath& p) { in is_empty() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bimap.hh89 bool is_empty () const { return get_population () == 0; } in is_empty() function
H A Dhb-bit-set-invertible.hh76 bool is_empty () const in is_empty() function
H A Dhb-map.hh212 bool is_empty () const { return population == 0; } in is_empty() function
H A Dhb-set.hh83 bool is_empty () const { return s.is_empty (); } in is_empty() function
/third_party/rust/crates/proc-macro2/src/
H A Drcvec.rs25 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/nix/src/
H A Dfcntl.rs702 pub fn is_empty(&self) -> bool { in is_empty() functions
H A Dlib.rs183 fn is_empty(&self) -> bool; in is_empty() functions
197 fn is_empty(&self) -> bool { in is_empty() functions
214 fn is_empty(&self) -> bool { in is_empty() functions
231 fn is_empty(&self) -> bool { in is_empty() functions
248 fn is_empty(&self) -> bool { in is_empty() functions
302 fn is_empty( functions
319 fn is_empty(&self) -> bool { is_empty() functions
[all...]
/third_party/rust/crates/regex/src/literal/
H A Dimp.rs142 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/ffmpeg/libavfilter/
H A Dvf_hysteresis.c154 static int is_empty(HysteresisContext *s) in is_empty() function
/third_party/node/deps/v8/src/base/
H A Dthreaded-list.h239 bool is_empty() const { return head_ == nullptr; } in is_empty() function in v8::base::final
/third_party/node/deps/v8/src/codegen/
H A Dreglist-base.h65 constexpr bool is_empty() const { return regs_ == 0; } in is_empty() function in v8::internal::RegListBase
/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing.h56 bool is_empty() const { return !type_info() || !instance(); } in is_empty() function
116 void SetEmbedderWorklistEmpty(bool is_empty) { in SetEmbedderWorklistEmpty() argument
/third_party/rust/crates/cxx/src/
H A Dcxx_vector.rs53 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs409 pub fn is_empty(&mut self) -> bool { in is_empty() functions
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs61 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs391 pub fn is_empty(&mut self) -> bool { in is_empty() functions
/third_party/rust/crates/regex/src/
H A Dre_set.rs256 pub fn is_empty(&self) -> bool { in is_empty() functions
H A Dinput.rs51 pub fn is_empty(&self) -> bool { in is_empty() functions
96 fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/syn/src/
H A Ddata.rs95 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_group.c498 Boolean is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local

Completed in 22 milliseconds

1234