Searched defs:IsDeleted (Results 1 – 11 of 11) sorted by relevance
171 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
204 bool IsDeleted(void) const { return mIsDeleted; } in IsDeleted() function in ot::Srp::Server::Service454 bool IsDeleted(void) const { return (mLease == 0); } in IsDeleted() function in ot::Srp::Server::Host
229 inline bool IsDeleted(ctrl_t c) { return c == ctrl_t::kDeleted; } in IsDeleted() function
1485 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
13381 function_ref<bool(Instruction *)> IsDeleted) { in compareCmp()