Searched defs:IsEmpty (Results 1 - 25 of 86) sorted by last modified time

1234

/external/webrtc/webrtc/modules/video_coding/
H A Dtimestamp_map.cc39 while (!IsEmpty()) {
60 bool VCMTimestampMap::IsEmpty() const { function in class:webrtc::VCMTimestampMap
/external/webrtc/webrtc/libjingle/xmllite/
H A Dqname.cc58 bool QName::IsEmpty() const { function in class:buzz::QName
/external/webrtc/webrtc/libjingle/xmpp/
H A Djid.cc100 bool Jid::IsEmpty() const { function in class:buzz::Jid
110 if (IsEmpty()) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h3598 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/vixl/src/aarch32/
H A Dlabel-aarch32.h314 bool IsEmpty() const { function in class:vixl::aarch32::VeneerPoolManager
H A Dmacro-assembler-aarch32.h378 bool IsEmpty() const { return GetLiteralPoolSize() == 0; } function in class:vixl::aarch32::MacroAssembler::LiteralPoolManager
639 if (literal_pool_manager_.IsEmpty()) return Label::kMaxOffset;
662 bool VeneerPoolIsEmpty() const { return veneer_pool_manager_.IsEmpty(); }
663 bool LiteralPoolIsEmpty() const { return literal_pool_manager_.IsEmpty(); }
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h113 bool IsEmpty() const { return entries_.empty(); } function in class:vixl::aarch64::LiteralPool
185 bool IsEmpty() const { return unresolved_branches_.IsEmpty(); } function in class:vixl::aarch64::VeneerPool
356 bool IsEmpty() const { function in class:vixl::aarch64::VeneerPool::BranchInfoSet
364 VIXL_DEPRECATED("IsEmpty", bool empty() const) { return IsEmpty(); }
487 if (unresolved_branches_.IsEmpty()) {
2891 if (!literal_pool_.IsEmpty()) literal_pool_.Emit(option);
3301 return masm_->GetScratchRegisterList()->IsEmpty()
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/v4l2_codec2/vda/
H A Drect.h61 bool IsEmpty() const { return size_.IsEmpty(); } function in class:media::Rect
/external/v8/include/
H A Dv8-util.h258 bool IsEmpty() const { function in class:v8::PersistentValueMapBase::PersistentValueReference
545 static bool IsEmpty(const Impl* impl) { function in class:v8::DefaultPersistentValueVectorTraits
600 bool IsEmpty() const { function in class:v8::PersistentValueVector
601 return Traits::IsEmpty(&impl_);
H A Dv8.h233 V8_INLINE bool IsEmpty() const { return val_ == 0; } function in class:v8::Local
236 * Sets the handle to be empty. IsEmpty() will then return true.
288 if (that.IsEmpty()) return Local<T>();
367 V8_INLINE bool IsEmpty() const { return val_ == nullptr; } function in class:v8::MaybeLocal
371 out->val_ = IsEmpty() ? nullptr : this->val_;
372 return !IsEmpty();
380 return IsEmpty() ? default_value : Local<S>(val_);
398 V8_INLINE bool IsEmpty() { return index_ == kInitialValue; } function in class:v8::Eternal
482 * IsEmpty() will return true after this call.
499 V8_INLINE bool IsEmpty() cons function in class:v8::PersistentBase
[all...]
/external/v8/src/
H A Dapi.cc115 auto isolate = context.IsEmpty() \
124 auto isolate = context.IsEmpty() \
232 if (!context.IsEmpty()) {
246 if (!context_.IsEmpty()) context_->Exit();
472 if (script->Run(context).IsEmpty()) return false;
537 DCHECK(!context.IsEmpty());
540 DCHECK(data->default_context_.IsEmpty());
548 DCHECK(!context.IsEmpty());
560 DCHECK(!template_obj.IsEmpty());
575 DCHECK(!data->default_context_.IsEmpty());
9393 bool debug::Location::IsEmpty() const { function in class:v8::debug::Location
[all...]
H A Dassembler.h1207 bool IsEmpty() { function in class:v8::internal::BASE_EMBEDDED
H A Dbit-vector.h162 bool IsEmpty() const { function in class:v8::internal::BitVector
H A Dcompilation-dependencies.h52 bool IsEmpty() const { function in class:v8::internal::CompilationDependencies
/external/v8/src/arm64/
H A Dassembler-arm64.h470 bool IsEmpty() const { function in class:v8::internal::CPURegList
702 bool IsEmpty() const { function in class:v8::internal::ConstPool
1688 bool IsConstPoolEmpty() const { return constpool_.IsEmpty(); }
/external/v8/src/ast/
H A Dast-types.cc27 bool AstRangeType::Limits::IsEmpty() { return this->min > this->max; } function in class:v8::internal::AstRangeType::Limits
39 if (lhs.IsEmpty()) return rhs;
40 if (rhs.IsEmpty()) return lhs;
51 .IsEmpty();
786 if (!lims.IsEmpty()) {
864 if (!lim.IsEmpty()) {
880 if (!lim.IsEmpty()) {
H A Dast-value-factory.h52 bool IsEmpty() const { return length() == 0; } function in class:v8::internal::AstString
H A Dast.h232 bool IsEmpty() { return AsEmptyStatement() != NULL; } function in class:v8::internal::Statement
1019 bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
1020 bool HasElseStatement() const { return !else_statement()->IsEmpty(); }
2603 if (raw_name_ != NULL && !raw_name_->IsEmpty()) {
2625 DCHECK(raw_inferred_name_== NULL || raw_inferred_name_->IsEmpty());
/external/v8/src/base/
H A Datomic-utils.h190 bool IsEmpty() const { return ToIntegral() == 0; } function in class:v8::base::AtomicEnumSet
/external/v8/src/compiler/
H A Dcommon-operator.h200 bool IsEmpty() const { return !IsReal(); } function in class:v8::internal::compiler::final::final
H A Dinstruction-scheduler.h109 bool IsEmpty() const { function in class:v8::internal::compiler::final::SchedulingQueueBase
H A Dregister-allocator.h324 bool IsEmpty() const { return first_interval() == nullptr; } function in class:v8::internal::compiler::LiveRange
404 DCHECK(!IsEmpty());
409 DCHECK(!IsEmpty());
694 bool IsEmpty() const { return live_ranges_.empty(); } function in class:v8::internal::compiler::LiveRange::final
1007 return range != nullptr && !range->IsEmpty() && range->kind() == mode();
H A Dstore-store-elimination.cc114 bool IsEmpty() const { return set_ == nullptr || set_->empty(); } function in class:v8::internal::compiler::__anon23225::final
486 if (IsEmpty() || other.IsEmpty()) {
541 return IsEmpty() && other.IsEmpty();

Completed in 543 milliseconds

1234