Searched refs:isPrimitive (Results 1 - 13 of 13) sorted by relevance

/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 DRawType.java57 * <p>If true is returned, {@link #isPrimitive} can be called for more
79 boolean isPrimitive(); method in interface:RawType
/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.java70 if (format.isPrimitive()) {
107 if (priKeyField != null && !priKeyField.getType().isPrimitive()) {
123 if (priKeyField != null && !priKeyField.getType().isPrimitive()) {
219 if (isCompositeKey || format.isPrimitive()) {
229 if (isCompositeKey || format.isPrimitive()) {
H A DReflectionAccessor.java109 if (fieldCls.isPrimitive()) {
198 if (priKey != null && !priKey.isPrimitive) {
218 if (priKey != null && !priKey.isPrimitive) {
324 boolean isPrimitive; field in class:ReflectionAccessor.FieldAccess
328 isPrimitive = field.getType().isPrimitive();
H A DRawAbstractInput.java63 if (declaredFormat.isPrimitive()) {
69 if (declaredFormat.isPrimitive()) {
H A DRecordInput.java191 if (!fieldFormat.isPrimitive()) {
233 if (declaredFormat != null && declaredFormat.isPrimitive()) {
H A DRecordOutput.java128 if (fieldFormat.isPrimitive()) {
H A DPersistKeyCreator.java63 if (keyFormat.isPrimitive()) {
H A DFormat.java614 public boolean isPrimitive() { method in class:Format
H A DComplexFormat.java439 if (addr.keyFormat.isPrimitive()) {
1476 if (!newFieldFormat.isPrimitive() &&
1477 !oldLatestFormat.isPrimitive() &&
1755 if (oldFormat.isPrimitive()) {
H A DPersistCatalog.java575 format = type.getComponentType().isPrimitive() ?
H A DSimpleFormat.java53 public boolean isPrimitive() { method in class:SimpleFormat
/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.java216 if (c.isPrimitive()) {
592 if (d.isPrimitive()) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java2167 assertTrue(!type.isPrimitive());
2210 assertTrue(!type.isPrimitive());
2221 assertEquals(isPrimitiveType(fieldType), type.isPrimitive());

Completed in 49 milliseconds