Searched refs:getType (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawField.java30 RawType getType(); method in interface:RawField
H A DRawObject.java118 public RawType getType() { method in class:RawObject
131 * by {@link #getType}. Values in the map may be null for fields with
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java205 public static Type getType(final String typeDescriptor) { method in class:Type
206 return getType(typeDescriptor.toCharArray(), 0);
215 public static Type getType(final Class c) { method in class:Type
237 return getType(getDescriptor(c));
269 args[size] = getType(buf, off);
288 types[i] = getType(classes[i]);
303 return getType(buf, methodDescriptor.indexOf(')') + 1);
315 return getType(method.getReturnType());
325 private static Type getType(final char[] buf, final int off) { method in class:Type
406 return getType(bu
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRawAccessor.java69 Format format = priKeyField.getType();
85 Format format = priKeyField.getType();
96 Format format = priKeyField.getType();
107 if (priKeyField != null && !priKeyField.getType().isPrimitive()) {
123 if (priKeyField != null && !priKeyField.getType().isPrimitive()) {
218 Format format = field.getType();
227 Format format = field.getType();
H A DNonPersistentFormat.java39 return Array.newInstance(getType(), len);
H A DRawAbstractInput.java71 declaredFormat.getWrapperFormat().getType()) {
78 if (o.getClass() != declaredFormat.getType()) {
112 if (!declaredFormat.getType().isAssignableFrom(o.getClass())) {
129 format = (Format) ((RawObject) o).getType();
H A DRawComplexInput.java42 Format format = field.getType();
H A DCompositeKeyFormat.java187 Class type = getType();
243 rawObject.getType().getClassName());
258 fields.get(i).getType().skipContents(input);
266 fields.get(i).getType().copySecKey(input, output);
277 return fields.get(0).getType().getSequenceKeyFormat();
H A DObjectArrayFormat.java69 Class cls = getType().getComponentType();
77 Class cls = getType().getComponentType();
99 return Array.newInstance(getType(), len);
H A DFieldInfo.java77 cls = field.getType();
117 public Format getType() { method in class:FieldInfo
H A DPrimitiveArrayFormat.java58 catalog.getFormat(getType().getComponentType());
63 return Array.newInstance(getType(), len);
H A DCollectionProxy.java114 Format format = (Format) rawObj.getType();
131 new RawObject(value.getType(), elements));
H A DEnhancedAccessor.java80 Class declaringType = declaringFormat.getType();
84 declaringType.getDeclaredField(priKeyField).getType();
H A DEnumFormat.java64 Class cls = getType();
76 return Array.newInstance(getType(), len);
H A DComplexFormat.java242 Class cls = getType();
285 Class type = getType();
419 info.getType());
598 rawObject.getType().getClassName());
606 rawObject.getType().getClassName());
675 (container.getType(), a2));
741 input.skipField(secKeyFields.get(i).getType());
752 input.skipField(nonKeyFields.get(i).getType());
1418 Format oldFieldFormat = oldField.getType();
1456 Format newFieldFormat = newField.getType();
[all...]
H A DRecordOutput.java124 format = (Format) ((RawObject) o).getType();
H A DPersistEntityBinding.java153 format = (Format) ((RawObject) entity).getType();
H A DPersistKeyCreator.java120 Format entityFormat = (Format) entity.getType();
H A DProxiedFormat.java82 return Array.newInstance(getType(), len);
H A DReflectionAccessor.java108 Class fieldCls = field.getType();
328 isPrimitive = field.getType().isPrimitive();
H A DFormat.java358 final Class getType() { method in class:Format
775 * Array.newInstance(getType(), len) were called. Formats implement this
H A DEvolver.java701 Format oldFieldFormat = oldField.getType();
706 Format newFieldFormat = newField.getType();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java72 return dbConfig.getType() == DatabaseType.BTREE;
76 return dbConfig.getType() == DatabaseType.HASH;
80 return dbConfig.getType() == DatabaseType.QUEUE;
84 return dbConfig.getType() == DatabaseType.RECNO;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DAnnotationModel.java160 (foundField.getName(), foundField.getType().getName(),
189 (field.getName(), field.getType().getName(),
209 Class cls = field.getType();
257 (field.getName(), field.getType().getName(),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java1918 public DatabaseType getType() { method in class:DatabaseConfig

Completed in 121 milliseconds

12