Searched refs:Deleter (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DDeleter.java6 * $Id: Deleter.java,v 1.1 2008/02/07 17:12:27 mark Exp $
43 * mutations.addDeleter(new Deleter(Person.class.getName(), 0,
64 * mutations.addDeleter(new Deleter("my.package.Statistics", 0));
71 public class Deleter extends Mutation { class in inherits:Mutation
78 public Deleter(String className, int classVersion) { method in class:Deleter
86 public Deleter(String declaringClass, int declaringClassVersion, method in class:Deleter
93 return "[Deleter " + super.toString() + ']';
H A DMutations.java50 private Map<Mutation,Deleter> deleters;
58 deleters = new HashMap<Mutation,Deleter>();
99 public void addDeleter(Deleter deleter) {
108 public Deleter getDeleter(String className,
117 public Collection<Deleter> getDeleters() {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DManagedStatic.cpp23 void (*Deleter)(void*)) const {
39 DeleterFn = Deleter;
51 DeleterFn = Deleter;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DGCMetadata.cpp42 class Deleter : public FunctionPass { class in namespace:__anon10143
46 Deleter();
187 char Deleter::ID = 0;
190 return new Deleter();
193 Deleter::Deleter() : FunctionPass(ID) {} function in class:Deleter
195 const char *Deleter::getPassName() const {
199 void Deleter::getAnalysisUsage(AnalysisUsage &AU) const {
204 bool Deleter::runOnFunction(Function &MF) {
208 bool Deleter
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dauthority.h90 class Deleter { class in class:AuthorizationToken
92 Deleter(const AuthorizationBlob &blob);
H A Dauthority.cpp138 AuthorizationToken::Deleter::Deleter(const AuthorizationBlob &blob) function in class:AuthorizationToken::Deleter
147 void AuthorizationToken::Deleter::remove()
H A Dsession.cpp371 AuthorizationToken::Deleter deleter(authBlob);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEvolver.java24 import com.sleepycat.persist.evolve.Deleter;
281 Deleter deleter = mutations.getDeleter(oldName, oldVersion, null);
287 "Class Deleter not allowed along with a Renamer or " +
403 /* Apply class Deleter and return. */
528 private boolean applyDeleter(Deleter deleter,
661 Deleter deleter = mutations.getDeleter
666 "Deleter is not allowed for a " + FIELD_LABEL);
H A DComplexFormat.java22 import com.sleepycat.persist.evolve.Deleter;
935 "Deleter: " +
1271 Deleter deleter = mutations.getDeleter
1278 "Field Deleter is not allowed along with a Renamer or " +
1314 /* Apply field Deleter and continue. */
1319 "Field Deleter is not allowed when the persistent " +
1354 * The old field corresponds to a known new field, and no Deleter
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java29 import com.sleepycat.persist.evolve.Deleter;
139 * Disallow removing an entity class when no Deleter mutation is specified.
172 * Allow removing an entity class when a Deleter mutation is specified.
187 m.addDeleter(new Deleter(NAME, 0));
216 * Disallow removing the Entity annotation when no Deleter mutation is
250 * Allow removing the Entity annotation when a Deleter mutation is
266 m.addDeleter(new Deleter(NAME, 0));
311 * Disallow changing the Entity annotation to Persistent when no Deleter
346 * Allow changing the Entity annotation to Persistent when a Deleter
365 m.addDeleter(new Deleter(NAM
[all...]

Completed in 278 milliseconds