Home
last modified time | relevance | path

Searched refs:hasFillPointer (Results 1 – 18 of 18) sorted by relevance

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DBasicVector_UnsignedByte16.java96 public boolean hasFillPointer() in hasFillPointer() method in BasicVector_UnsignedByte16
H A DBasicVector_UnsignedByte32.java97 public boolean hasFillPointer() in hasFillPointer() method in BasicVector_UnsignedByte32
H A DBasicVector_UnsignedByte8.java102 public boolean hasFillPointer() in hasFillPointer() method in BasicVector_UnsignedByte8
H A DBasicVector_CharBuffer.java119 public boolean hasFillPointer() { in hasFillPointer() method in BasicVector_CharBuffer
H A DBasicVector_IntBuffer.java126 public boolean hasFillPointer() { in hasFillPointer() method in BasicVector_IntBuffer
H A DBasicVector_ByteBuffer.java124 public boolean hasFillPointer() { in hasFillPointer() method in BasicVector_ByteBuffer
H A DSimpleVector.java126 public boolean hasFillPointer() in hasFillPointer() method in SimpleVector
H A DAbstractArray.java80 public boolean hasFillPointer() in hasFillPointer() method in AbstractArray
H A DComplexVector.java82 public boolean hasFillPointer() in hasFillPointer() method in ComplexVector
H A DComplexBitVector.java71 public boolean hasFillPointer() in hasFillPointer() method in ComplexBitVector
H A DComplexVector_UnsignedByte32.java83 public boolean hasFillPointer() in hasFillPointer() method in ComplexVector_UnsignedByte32
H A DComplexVector_UnsignedByte8.java81 public boolean hasFillPointer() in hasFillPointer() method in ComplexVector_UnsignedByte8
H A DSimpleString.java147 public boolean hasFillPointer() in hasFillPointer() method in SimpleString
H A DComplexVector_ByteBuffer.java95 public boolean hasFillPointer() { in hasFillPointer() method in ComplexVector_ByteBuffer
H A DComplexVector_IntBuffer.java97 public boolean hasFillPointer() { in hasFillPointer() method in ComplexVector_IntBuffer
H A DSimpleBitVector.java94 public boolean hasFillPointer() in hasFillPointer() method in SimpleBitVector
H A DComplexString.java79 public boolean hasFillPointer() in hasFillPointer() method in ComplexString
H A DPrimitives.java281 return checkArray(arg).hasFillPointer() ? T : NIL; in execute()
2483 if (aa.hasFillPointer()) in execute()
2506 if (v.hasFillPointer()) in execute()