Searched refs:EVOLVE_NEEDED (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEvolver.java39 static final int EVOLVE_NEEDED = 1; field in class:Evolver
687 result = EVOLVE_NEEDED;
719 return EVOLVE_NEEDED;
H A DCompositeKeyFormat.java312 if (result == Evolver.EVOLVE_NEEDED) {
H A DComplexFormat.java965 if (result == Evolver.EVOLVE_NEEDED) {
1176 } else if (result == Evolver.EVOLVE_NEEDED) {
1190 if (reader != FieldReader.EVOLVE_NEEDED) {
1203 if (reader != FieldReader.EVOLVE_NEEDED) {
1211 return Evolver.EVOLVE_NEEDED;
1541 return FieldReader.EVOLVE_NEEDED;
1554 static final FieldReader EVOLVE_NEEDED = field in class:ComplexFormat.FieldReader

Completed in 46 milliseconds