Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCallbackTaskManager.cpp19 bool CallbackTaskManager::IsEmpty() { in IsEmpty() function in dawn_native::CallbackTaskManager
H A DCommandAllocator.cpp114 bool CommandIterator::IsEmpty() const { in IsEmpty() function in dawn_native::CommandIterator
169 bool CommandAllocator::IsEmpty() const { IsEmpty() function in dawn_native::CommandAllocator
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-more-matchers.h96 inline PolymorphicMatcher<internal::IsEmptyMatcher> IsEmpty() { in IsEmpty() function
/third_party/lzma/CPP/Common/
H A DLang.h22 bool IsEmpty() const { return _ids.IsEmpty(); } in IsEmpty() function in CLang
H A DMyBuffer.h249 bool IsEmpty() const { return _size == 0; } in IsEmpty() function in CObjArray2
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h118 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function in testing::internal::FilePath
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h114 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function in testing::internal::FilePath
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-filepath.h118 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function in testing::internal::FilePath
/third_party/node/deps/v8/src/compiler/
H A Drefs-map.h40 bool IsEmpty() const { return occupancy() == 0; } in IsEmpty() function in v8::internal::compiler::RefsMap
H A Dcsa-load-elimination.h58 bool IsEmpty() const { return value == nullptr; } in IsEmpty() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.h57 bool IsEmpty () const in IsEmpty() function in dng_opcode_list
H A Ddng_bad_pixels.h160 bool IsEmpty () const in IsEmpty() function in dng_bad_pixel_list
H A Ddng_matrix.h88 bool IsEmpty () const in IsEmpty() function in dng_matrix
205 bool IsEmpty () const in IsEmpty() function in dng_vector
/third_party/node/deps/v8/src/utils/
H A Dlocked-queue-inl.h73 inline bool LockedQueue<Record>::IsEmpty() const { in IsEmpty() function in v8::internal::LockedQueue
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h68 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() function
H A D7zOut.h200 bool IsEmpty() const in IsEmpty() function
/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h27 V8_INLINE static bool IsEmpty(T* value) { in IsEmpty() function in v8::internal::final
109 V8_INLINE bool IsEmpty() const { return location_ == nullptr; } in IsEmpty() function in v8::IndirectHandleBase
155 V8_INLINE bool IsEmpty() const { in IsEmpty() function in v8::DirectHandleBase
/third_party/skia/third_party/externals/spirv-tools/source/
H A Denum_set.h115 bool IsEmpty() const { in IsEmpty() function in spvtools::EnumSet
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Denum_set.h115 bool IsEmpty() const { in IsEmpty() function in spvtools::EnumSet
/third_party/node/deps/v8/include/
H A Dv8-traced-handle.h52 bool IsEmpty() const { return val_ == nullptr; } in IsEmpty() function in v8::TracedReferenceBase
H A Dv8-local-handle.h171 V8_INLINE bool IsEmpty() const { return val_ == nullptr; } in IsEmpty() function in v8::Local
353 V8_INLINE bool IsEmpty() const { return val_ == nullptr; } in IsEmpty() function in v8::MaybeLocal
/third_party/node/deps/v8/src/codegen/arm64/
H A Dreglist-arm64.h106 bool IsEmpty() const { return list_ == 0; } in IsEmpty() function in v8::internal::CPURegList
/third_party/node/deps/v8/src/heap/
H A Dmarking-worklist.cc154 bool MarkingWorklists::Local::IsEmpty() { in IsEmpty() function in v8::internal::MarkingWorklists::Local
H A Dlarge-spaces.h100 bool IsEmpty() const { return first_page() == nullptr; } in IsEmpty() function in v8::internal::LargeObjectSpace
/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.h340 bool IsEmpty() const { return MethodName.IsEmpty() && Props.IsEmpty(); } in IsEmpty() function in COneMethodInfo

Completed in 15 milliseconds

1234