Searched defs:IsEmpty (Results 126 - 144 of 144) sorted by relevance

123456

/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.cc107 bool QuicCryptoClientConfig::CachedState::IsEmpty() const { function in class:net::QuicCryptoClientConfig::CachedState
833 DCHECK(server_state->IsEmpty());
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.h372 bool IsEmpty() const { function in class:net::internal::ClientSocketPoolBaseHelper::Group
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.h195 bool IsEmpty() const { return first_interval() == NULL; } function in class:v8::internal::compiler::LiveRange
254 DCHECK(!IsEmpty());
259 DCHECK(!IsEmpty());
/external/chromium_org/v8/src/
H A Ddebug.h302 bool IsEmpty() const { return start_ == end_; } function in class:v8::internal::BASE_EMBEDDED
324 bool IsEmpty() const;
504 inline bool has_commands() const { return !command_queue_.IsEmpty(); }
H A Dhydrogen-gvn.cc39 bool IsEmpty() const { return count_ == 0; } function in class:v8::internal::FINAL
83 bool IsEmpty() const { return count_ == 0; } function in class:v8::internal::BASE_EMBEDDED
831 if (!changes.IsEmpty()) {
876 if ((!successor_map->IsEmpty() || !successor_dominators->IsEmpty()) &&
H A Ddebug.cc2734 while (!event_command_queue_.IsEmpty()) {
3229 DCHECK(!context.IsEmpty());
3313 while (!IsEmpty()) Get().Dispose();
3319 DCHECK(!IsEmpty());
3337 while (!IsEmpty()) {
3353 bool LockingCommandMessageQueue::IsEmpty() const { function in class:v8::internal::LockingCommandMessageQueue
3355 return queue_.IsEmpty();
H A Dast.h259 bool IsEmpty() { return AsEmptyStatement() != NULL; } function in class:v8::internal::Statement
1188 bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
1189 bool HasElseStatement() const { return !else_statement()->IsEmpty(); }
2364 if (raw_name_ != NULL && !raw_name_->IsEmpty()) {
2386 DCHECK(raw_inferred_name_== NULL || raw_inferred_name_->IsEmpty());
2932 virtual bool IsEmpty() OVERRIDE;
H A Dobjects-inl.h2745 bool DescriptorArray::IsEmpty() { function in class:v8::internal::DescriptorArray
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h337 FX_BOOL IsEmpty() const function in class:CFX_RTemplate
341 FX_BOOL IsEmpty(FX_FLOAT fEpsilon) const function in class:CFX_RTemplate
502 return !rect.IsEmpty();
508 return !rect.IsEmpty(fEpsilon);
558 FX_BOOL IsEmpty() const function in struct:FX_RECT
634 FX_BOOL IsEmpty() const function in class:CFX_FloatRect
H A Dfx_basic.h859 FX_BOOL IsEmpty() const function in class:CFX_MapPtrToPtr
999 FX_BOOL IsEmpty() const function in class:CFX_MapByteStringToPtr
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h198 FX_BOOL IsEmpty() function in class:CPVT_ArrayTemplate
/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc415 while (!work_queue_.IsEmpty()) {
1079 if (work_queue_.IsEmpty())
1090 while (!work_queue_.IsEmpty() &&
1098 DCHECK(work_queue_.IsEmpty());
1219 bool Predictor::HostNameQueue::IsEmpty() const { function in class:chrome_browser_net::Predictor::HostNameQueue
1224 DCHECK(!IsEmpty());
/external/chromium_org/v8/src/heap/
H A Dmark-compact.h158 inline bool IsEmpty() { return top_ == bottom_; } function in class:v8::internal::MarkingDeque
192 DCHECK(!IsEmpty());
H A Dspaces.h1470 bool IsEmpty() { return top() == 0; } function in class:v8::internal::FreeListCategory
1555 bool IsEmpty() { function in class:v8::internal::FreeList
1556 return small_list_.IsEmpty() && medium_list_.IsEmpty() &&
1557 large_list_.IsEmpty() && huge_list_.IsEmpty();
2762 bool IsEmpty() { return first_page_ == NULL; } function in class:v8::internal::LargeObjectSpace
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp938 llvm::Value *IsEmpty = Builder.CreateICmpEQ(CurPtr, EndPtr, local
940 Builder.CreateCondBr(IsEmpty, ContBB, LoopBB);
/external/chromium_org/v8/include/
H A Dv8.h228 V8_INLINE bool IsEmpty() const { return val_ == 0; } function in class:v8::Handle
231 * Sets the handle to be empty. IsEmpty() will then return true.
281 if (that.IsEmpty()) return Handle<T>();
352 if (that.IsEmpty()) return Local<T>();
407 V8_INLINE bool IsEmpty() { return index_ == kInitialValue; } function in class:v8::Eternal
452 * IsEmpty() will return true after this call.
469 V8_INLINE bool IsEmpty() const { return val_ == 0; } function in class:v8::PersistentBase
689 if (!that.IsEmpty()) T::Cast(*that);
2442 * If result.IsEmpty() no real property was located in the prototype chain.
2448 * If result.IsEmpty() n
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp12539 bool IsEmpty = true; local
12544 IsEmpty = false;
12564 << IsEmpty << Record->isUnion() << (NonBitFields > 1);
12570 Diag(RecLoc, IsEmpty ? diag::ext_empty_struct_union :
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3598 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3598 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath

Completed in 4634 milliseconds

123456