Home
last modified time | relevance | path

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

12345678910>>...15

/external/rust/crates/nix/src/
Dlib.rs214 fn is_empty(&self) -> bool; in is_empty() method
228 fn is_empty(&self) -> bool { in is_empty() method
245 fn is_empty(&self) -> bool { in is_empty() method
262 fn is_empty(&self) -> bool { in is_empty() method
279 fn is_empty(&self) -> bool { in is_empty() method
333 fn is_empty(&self) -> bool { in is_empty() method
350 fn is_empty(&self) -> bool { in is_empty() method
/external/bazelbuild-rules_rust/crate_universe/src/
Dselect.rs24 fn is_empty(this: &Select<Self>) -> bool; in is_empty() method
83 pub fn is_empty(&self) -> bool { in is_empty() function
165 fn is_empty(this: &Select<Self>) -> bool { in is_empty() function
236 fn is_empty(this: &Select<Self>) -> bool { in is_empty() function
303 fn is_empty(this: &Select<Self>) -> bool { in is_empty() function
403 fn is_empty(this: &Select<Self>) -> bool { in is_empty() function
/external/cronet/third_party/libc++/src/include/__type_traits/
Dis_empty.h22 struct _LIBCPP_TEMPLATE_VIS is_empty : public integral_constant<bool, __is_empty(_Tp)> {}; struct
/external/rust/crates/h2/src/proto/streams/
Dbuffer.rs33 pub fn is_empty(&self) -> bool { in is_empty() method
43 pub fn is_empty(&self) -> bool { in is_empty() method
/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/
Dchecking.hpp70 static bool is_empty(const T& l, const T& u) in is_empty() function
95 static bool is_empty(const T&, const T&) in is_empty() function
/external/icing/icing/index/embed/
Dembedding-index.h52 bool is_empty; member
195 bool is_empty() const { return info().is_empty; } in is_empty() function
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dempty_base.hpp54 template<> struct is_empty< mpl::empty_base > struct
/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 static int is_empty(sigset_t * set) in is_empty() function
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache.proto34 bool is_empty = 5; field
/external/rust/crates/tonic/src/metadata/
Dencoding.rs23 fn is_empty(value: &[u8]) -> bool; in is_empty() method
81 fn is_empty(value: &[u8]) -> bool { in is_empty() method
121 fn is_empty(value: &[u8]) -> bool { in is_empty() method
/external/cronet/base/
Dunguessable_token.h90 constexpr bool is_empty() const { return token_.is_zero(); } in is_empty() function
/external/rust/crates/tokio/src/runtime/scheduler/
Ddefer.rs28 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dcontainer.hpp28 is_empty(const Type& object) in is_empty() function
/external/rust/crates/tokio/src/runtime/scheduler/inject/
Dsynced.rs38 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/protobuf/src/reflect/dynamic/
Dmap.rs50 fn is_empty(&self) -> bool { in is_empty() method
173 fn is_empty(&self) -> bool { in is_empty() method
/external/rust/crates/tokio/tests/support/
Dio_vec.rs12 pub fn is_empty(&self) -> bool { in is_empty() method
/external/cronet/base/macros/
Dremove_parens.h34 #define BASE_INTERNAL_IS_EMPTY_INNER_EXPANDED(e0, e1, is_empty, ...) is_empty argument
/external/webrtc/modules/desktop_capture/
Ddesktop_geometry.h62 bool is_empty() const { return width_ <= 0 || height_ <= 0; } in is_empty() function
119 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } in is_empty() function
Ddesktop_region.h102 bool is_empty() const { return rows_.empty(); } in is_empty() function
/external/rust/cxx/syntax/
Ddoc.rs23 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
/external/webrtc/test/pc/e2e/echo/
Decho_emulation.cc48 bool is_empty = true; in OnAudioRendered() local
/external/rust/crates/tokio-util/src/time/wheel/
Dstack.rs17 fn is_empty(&self) -> bool; in is_empty() method
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dtimer_heap.cc100 bool TimerHeap::is_empty() { return timers_.empty(); } in is_empty() function in grpc_event_engine::experimental::TimerHeap
/external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtimer_heap.cc100 bool TimerHeap::is_empty() { return timers_.empty(); } in is_empty() function in grpc_event_engine::experimental::TimerHeap

12345678910>>...15