Home
last modified time | relevance | path

Searched defs:isDeleted (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DVariableEditor.java86 public boolean isDeleted(int instructionOffset) in isDeleted() method in VariableEditor
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveEntry.java209 private boolean isDeleted; field in DumpArchiveEntry
320 public boolean isDeleted() { in isDeleted() method in DumpArchiveEntry
328 public void setDeleted(final boolean isDeleted) { in setDeleted()
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DEagerSessionTest.java170 boolean isDeleted() { in isDeleted() method in EagerSessionTest.TestReference
/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp79 bool isDeleted() const { return Deleted; } in isDeleted() function in Ice::LoopAnalyzer::LoopNode
DIceInst.h94 bool isDeleted() const { return Deleted; } in isDeleted() function
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp753 bool isDeleted = false; in GetItemPath2() local
/external/clang/include/clang/AST/
DDecl.h1909 bool isDeleted() const { return getCanonicalDecl()->IsDeleted; } in isDeleted() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3313 AST_MATCHER(FunctionDecl, isDeleted) { in AST_MATCHER() argument