Searched refs:nonKeys (Results 1 - 1 of 1) 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 DReflectionAccessor.java33 private FieldAccess[] nonKeys; field in class:ReflectionAccessor
66 nonKeys = getFields(catalog, nonKeyFields, false, false);
68 nonKeys = EMPTY_KEYS;
78 nonKeys = getFields(catalog, fieldInfos, true, true);
247 for (int i = 0; i < nonKeys.length; i += 1) {
248 nonKeys[i].write(o, output);
272 i <= endField && i < nonKeys.length;
274 nonKeys[i].read(o, input);
292 isSecField ? secKeys[field].field : nonKeys[field].field;
311 isSecField ? secKeys[field].field : nonKeys[fiel
[all...]

Completed in 64 milliseconds