Home
last modified time | relevance | path

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

123456

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-page.hh41 bool is_empty () const in is_empty() function
H A Dhb-priority-queue.hh80 bool is_empty () const { return heap.length == 0; } in is_empty() function
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
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dset.rs54 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/cxx/syntax/
H A Dset.rs54 pub fn is_empty(&self) -> bool { in is_empty() functions
/third_party/rust/crates/regex/src/
H A Dsparse.rs39 pub fn is_empty(&self) -> bool { in is_empty() functions
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-read.c263 bool is_empty = false; in iwl_is_otp_empty() local
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-read.c205 bool is_empty = false; in iwl_is_otp_empty() local
/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/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
/third_party/rust/crates/regex/src/literal/
H A Dimp.rs142 pub fn is_empty(&self) -> bool { in is_empty() functions
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_buffer.rs140 fn is_empty(&self) -> bool { in is_empty() functions
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Ddrain.rs246 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

Completed in 13 milliseconds

123456