Searched defs:IsDeleted (Results 1 – 9 of 9) sorted by relevance
179 bool IsDeleted(void) const { return (mFlags & kFlagDelete) == 0; } in IsDeleted() function in ot::Flash::RecordHeader
613 bool PjRtCApiExecutable::IsDeleted() { in IsDeleted() function in xla::PjRtCApiExecutable717 bool PjRtCApiBuffer::IsDeleted() { in IsDeleted() function in xla::PjRtCApiBuffer
782 bool IsDeleted() override { return executables_.empty(); } in IsDeleted() function
771 bool TfrtCpuBuffer::IsDeleted() { in IsDeleted() function in xla::TfrtCpuBuffer1212 bool TfrtCpuExecutable::IsDeleted() { return false; } in IsDeleted() function in xla::TfrtCpuExecutable
1229 bool PjRtStreamExecutorBuffer::IsDeleted() { in IsDeleted() function in xla::PjRtStreamExecutorBuffer
216 bool IsDeleted(void) const { return mIsDeleted; } in IsDeleted() function in ot::Srp::Server::Service455 bool IsDeleted(void) const { return (mLease == 0); } in IsDeleted() function in ot::Srp::Server::Host
1158 bool DocumentStore::IsDeleted(DocumentId document_id) const { in IsDeleted() function in icing::lib::DocumentStore
852 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) { in TEST() argument
1595 unsigned IsDeleted : 1; variable