Home
last modified time | relevance | path

Searched defs:empty (Results 276 - 300 of 676) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h64 bool empty() const { return length_ == 0; } in empty() function in i18n::phonenumbers::StringPiece
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h150 bool empty() { return repr_.size_ == 0; } // Test if text is empty. in empty() function in i18n::phonenumbers::UnicodeText
/third_party/node/deps/v8/src/base/
H A Dvector.h57 constexpr bool empty() const { return length_ == 0; } in empty() function in v8::base::Vector
178 constexpr bool empty() const { return length_ == 0; } in empty() function in v8::base::OwnedVector
H A Dsmall-vector.h98 bool empty() const { return end_ == begin_; } in empty() function in v8::base::SmallVector
/third_party/node/deps/v8/src/utils/
H A Didentity-map.h33 bool empty() const { return size_ == 0; } in empty() function in v8::internal::IdentityMapBase
/third_party/mesa3d/src/intel/common/
H A Dintel_l3_config.c156 DECLARE_L3_LIST(empty); variable
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp214 void empty() in empty() function
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecification.java60 public static RangeSpecification empty() { in empty() method in RangeSpecification
[all...]
H A DDigitSequence.java165 public static DigitSequence empty() { in empty() method in DigitSequence
/third_party/rust/crates/codespan/codespan-reporting/tests/
H A Dterm.rs86 mod empty { modules
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs54 private static readonly ByteString empty = new ByteString(new byte[0]); field in Google.Protobuf.ByteString
/third_party/pulseaudio/src/modules/
H A Dreserve.c187 const char *empty = ""; in object_handler() local
/third_party/python/Lib/multiprocessing/
H A Dqueues.py128 def empty(self): member in Queue
352 def empty(self): member in SimpleQueue
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPrograms.hpp115 bool empty (void) const { return m_programs.empty(); } in empty() function in vk::ProgramCollection
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmUtils.hpp183 bool empty (void) const in empty() function
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h215 bool empty() const { return ordering_.empty(); } in empty() function in angle::base::MRUCacheBase
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DMacroExpander.cpp513 bool MacroExpander::MacroContext::empty() const empty() function in angle::pp::MacroExpander::MacroContext
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h492 bool empty() const { return mData.empty(); } in empty() function in angle::final
506 bool empty() const { return mData.empty(); } in empty() function in angle::final
582 ANGLE_INLINE bool empty() const in empty() function in angle::final
668 ANGLE_INLINE bool empty() const { return mKeySet.empty(); } in empty() function in angle::final
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h172 constexpr bool empty() const { return mSize == 0; } in empty() function in sh::TSpan
/third_party/vk-gl-cts/executor/
H A DxeTestCase.hpp160 bool empty (void) const { return m_set.empty(); } in empty() function in xe::TestSet
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dsmall_vector.h371 bool empty() const { in empty() function in spvtools::utils::SmallVector
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_test.cpp41 Instruction empty; in TEST() local
[all...]
/third_party/skia/src/core/
H A DSkZip.h76 constexpr bool empty() const { return this->size() == 0; } in empty() function in SkZip
H A DSkTBlockList.h170 bool empty() const { return this->count() == 0; } in empty() function in SkTBlockList
/third_party/skia/src/gpu/ops/
H A DOpsTask.h210 bool empty() const { return !SkToBool(fHead); } in empty() function in skgpu::v1::OpsTask::CanDiscardPreviousOps::OpChain::List

Completed in 20 milliseconds

1...<<11121314151617181920>>...28