Home
last modified time | relevance | path

Searched defs:IsDeleted (Results 1 – 11 of 11) sorted by relevance

/external/openthread/src/core/utils/
Dflash.hpp171 bool IsDeleted(void) const { return (mFlags & kFlagDelete) == 0; } in IsDeleted() function in ot::Flash::RecordHeader
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_c_api_client.cc613 bool PjRtCApiExecutable::IsDeleted() { in IsDeleted() function in xla::PjRtCApiExecutable
717 bool PjRtCApiBuffer::IsDeleted() { in IsDeleted() function in xla::PjRtCApiBuffer
Dpjrt_stream_executor_client.h782 bool IsDeleted() override { return executables_.empty(); } in IsDeleted() function
Dtfrt_cpu_pjrt_client.cc771 bool TfrtCpuBuffer::IsDeleted() { in IsDeleted() function in xla::TfrtCpuBuffer
1212 bool TfrtCpuExecutable::IsDeleted() { return false; } in IsDeleted() function in xla::TfrtCpuExecutable
Dpjrt_stream_executor_client.cc1229 bool PjRtStreamExecutorBuffer::IsDeleted() { in IsDeleted() function in xla::PjRtStreamExecutorBuffer
/external/openthread/src/core/net/
Dsrp_server.hpp204 bool IsDeleted(void) const { return mIsDeleted; } in IsDeleted() function in ot::Srp::Server::Service
454 bool IsDeleted(void) const { return (mLease == 0); } in IsDeleted() function in ot::Srp::Server::Host
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhashtable_control_bytes.h229 inline bool IsDeleted(ctrl_t c) { return c == ctrl_t::kDeleted; } in IsDeleted() function
/external/icing/icing/store/
Ddocument-store.cc1485 bool DocumentStore::IsDeleted(DocumentId document_id) const { in IsDeleted() function in icing::lib::DocumentStore
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp852 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) { in TEST() argument
/external/clang/include/clang/AST/
DDecl.h1595 unsigned IsDeleted : 1; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp13381 function_ref<bool(Instruction *)> IsDeleted) { in compareCmp()