Searched refs:toFormatId (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.java46 private int toFormatId; field in class:WidenerInput
57 int toFormatId = toFormat.getId();
61 switch (toFormatId) {
68 switch (toFormatId) {
87 switch (toFormatId) {
99 switch (toFormatId) {
116 switch (toFormatId) {
127 switch (toFormatId) {
142 switch (toFormatId) {
152 switch (toFormatId) {
230 WidenerInput(EntityInput input, int fromFormatId, int toFormatId) argument
[all...]
H A DComplexFormat.java1790 private int toFormatId; field in class:ComplexFormat.WidenFieldReader
1799 toFormatId = newFormat.getId();
1812 (input, fromFormatId, toFormatId);

Completed in 64 milliseconds