Searched refs:fromFormatId (Results 1 - 2 of 2) 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 DWidenerInput.java45 private int fromFormatId; field in class:WidenerInput
56 int fromFormatId = fromFormat.getId();
59 switch (fromFormatId) {
230 WidenerInput(EntityInput input, int fromFormatId, int toFormatId) { argument
233 this.fromFormatId = fromFormatId;
262 switch (fromFormatId) {
300 throw new IllegalStateException(String.valueOf(fromFormatId));
432 throw new IllegalStateException(String.valueOf(fromFormatId));
436 throw new IllegalStateException(String.valueOf(fromFormatId));
[all...]
H A DComplexFormat.java1789 private int fromFormatId; field in class:ComplexFormat.WidenFieldReader
1798 fromFormatId = oldFormat.getId();
1812 (input, fromFormatId, toFormatId);

Completed in 62 milliseconds