Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.cc613 bool PjRtCApiExecutable::IsDeleted() { in IsDeleted() function in xla::PjRtCApiExecutable
717 bool PjRtCApiBuffer::IsDeleted() { in IsDeleted() function in xla::PjRtCApiBuffer
H A 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
H A Dpjrt_stream_executor_client.h782 bool IsDeleted() override { return executables_.empty(); } in IsDeleted() function
H A Dpjrt_stream_executor_client.cc1229 bool PjRtStreamExecutorBuffer::IsDeleted() { in IsDeleted() function in xla::PjRtStreamExecutorBuffer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
/aosp_15_r20/external/openthread/src/core/net/
H A Dsrp_server.hpp209 bool IsDeleted(void) const { return mIsDeleted; } in IsDeleted() function in ot::Srp::Server::Service
482 bool IsDeleted(void) const { return (mLease == 0); } in IsDeleted() function in ot::Srp::Server::Host
/aosp_15_r20/external/openthread/src/core/utils/
H A Dflash.hpp179 bool IsDeleted(void) const { return (mFlags & kFlagDelete) == 0; } in IsDeleted() function in ot::Flash::RecordHeader
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp852 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) { in TEST() argument
/aosp_15_r20/external/icing/icing/store/
H A Ddocument-store.cc1483 bool DocumentStore::IsDeleted(DocumentId document_id) const { in IsDeleted() function in icing::lib::DocumentStore
/aosp_15_r20/external/clang/include/clang/AST/
H A DDecl.h1595 unsigned IsDeleted : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13381 function_ref<bool(Instruction *)> IsDeleted) { in compareCmp()