Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_matrix.h88 bool IsEmpty () const in IsEmpty() function
205 bool IsEmpty () const in IsEmpty() function
Ddng_opcode_list.h57 bool IsEmpty () const in IsEmpty() function
Ddng_bad_pixels.h160 bool IsEmpty () const in IsEmpty() function
Ddng_rect.h106 bool IsEmpty () const in IsEmpty() function
278 bool IsEmpty () const in IsEmpty() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp114 bool CommandIterator::IsEmpty() const { in IsEmpty() function in dawn_native::CommandIterator
169 bool CommandAllocator::IsEmpty() const { in IsEmpty() function in dawn_native::CommandAllocator
DCallbackTaskManager.cpp19 bool CallbackTaskManager::IsEmpty() { in IsEmpty() function in dawn_native::CallbackTaskManager
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dhost_tensor_queue.h40 bool IsEmpty() const { return buffers_.empty(); } in IsEmpty() function
/third_party/lzma/CPP/Common/
DLang.h22 bool IsEmpty() const { return _ids.IsEmpty(); } in IsEmpty() function
/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/third_party/googletest/googlemock/include/gmock/
Dgmock-more-matchers.h96 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h118 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pipeline/
Dring_queue.h62 …bool IsEmpty() const { return head_.load(std::memory_order_acquire) == tail_.load(std::memory_orde… in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_data_queue.h67 bool IsEmpty() const override { return queue_.empty(); } in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/distributed/embedding_cache/
Dembedding_hash_map.h45 bool IsEmpty() const { return step_ == kInvalidStepValue; } in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard.h81 virtual bool IsEmpty() { return guardList_.size() == 0; } in IsEmpty() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_handle.h100 bool IsEmpty() const ABSL_NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dcache_embedding_hashmap_struct.h36 bool IsEmpty() const { return tag_ == kNullTag; } in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/data_queue/
Ddata_queue.h50 virtual bool IsEmpty() const { return size_ == 0; } in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsample_distorted_bounding_box_ext2.h36 bool IsEmpty() const { return min_x_ > max_x_ || min_y_ > max_y_; } in IsEmpty() function
/third_party/protobuf/src/google/protobuf/
Dreflection_internal.h89 bool IsEmpty(const Field* data) const override { in IsEmpty() function
143 bool IsEmpty(const Field* data) const override { in IsEmpty() function
206 bool IsEmpty(const Field* data) const override { in IsEmpty() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dtensors_queue.cc63 bool TensorsQueue::IsEmpty() { return front_ == rear_; } in IsEmpty() function in mindspore::device::TensorsQueue
/third_party/skia/third_party/externals/spirv-tools/source/
Denum_set.h115 bool IsEmpty() const { in IsEmpty() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h115 bool IsEmpty() const { in IsEmpty() function
/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc81 TEST(Macros, IsEmpty) { in TEST() argument

12