Home
last modified time | relevance | path

Searched defs:is_empty (Results 51 - 75 of 103) sorted by relevance

12345

/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/nix/src/
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/syn/src/
H A Ddata.rs95 pub fn is_empty(&self) -> bool { in is_empty() functions
H A Dpath.rs148 pub fn is_empty(&self) -> bool { in is_empty() functions
H A Dparse.rs789 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
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_group.c498 bool is_empty = !fst_group_has_ifaces(group) && in fst_group_delete_if_empty() local
/third_party/ffmpeg/libavutil/
H A Dfifo.c41 int is_empty; member
/third_party/cups-filters/filter/
H A Dpdftops.c234 int is_empty(char *filename) in is_empty() function
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf.cc917 bool is_empty(FILE *f) // {{{ in is_empty() function
/third_party/node/deps/v8/src/zone/
H A Dzone-chunk-list.h67 bool is_empty() const { return size() == 0; } in is_empty() function in v8::internal::ZoneChunkList::StartMode
/third_party/node/deps/v8/src/heap/
H A Dfree-list.h74 bool is_empty() { return top().is_null(); } in is_empty() function in v8::internal::FreeListCategory
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h166 bool is_empty = !backing_store || backing_store->IsEmpty(); in IsEmpty() local
H A Dfeedback-vector-inl.h60 bool FeedbackMetadata::is_empty() const { return slot_count() == 0; } in is_empty() function in v8::internal::FeedbackMetadata
110 bool FeedbackVector::is_empty() const { return length() == 0; } in is_empty() function in v8::internal::FeedbackVector
/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs112 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs41 pub fn is_empty(&self) -> bool { in is_empty() functions
/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c54 static int is_empty(void *buf, int len) in is_empty() function
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlist.h586 inline bool exec_list::is_empty() const in is_empty() function in exec_list
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h404 constexpr bool is_empty() const { return regs_ == 0; } in is_empty() function in v8::internal::wasm::LiftoffRegList
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-set.hh112 bool is_empty () const in is_empty() function
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_internal.h411 bool is_empty() const { return tag() == 0; } in is_empty() function in absl::cord_internal::InlineData
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dstack.rs200 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/ffmpeg/libavcodec/
H A Divi.h133 int is_empty; ///< = 1 if this tile doesn't contain any data member
157 int is_empty; ///< = 1 if this band doesn't contain any data member
/third_party/node/src/
H A Dutil.h606 bool is_empty() const { return data == nullptr; } in is_empty() function

Completed in 29 milliseconds

12345