Home
last modified time | relevance | path

Searched refs:vectorPushExtend (Results 1 – 8 of 8) sorted by relevance

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DComplexVector.java296 public void vectorPushExtend(LispObject element) in vectorPushExtend() method in ComplexVector
312 vectorPushExtend(element); in VECTOR_PUSH_EXTEND()
H A DComplexBitVector.java241 public void vectorPushExtend(LispObject element) in vectorPushExtend() method in ComplexBitVector
259 vectorPushExtend(element); in VECTOR_PUSH_EXTEND()
H A DComplexVector_UnsignedByte32.java305 public void vectorPushExtend(LispObject element) in vectorPushExtend() method in ComplexVector_UnsignedByte32
322 vectorPushExtend(element); in VECTOR_PUSH_EXTEND()
H A DComplexVector_UnsignedByte8.java320 public void vectorPushExtend(LispObject element) in vectorPushExtend() method in ComplexVector_UnsignedByte8
336 vectorPushExtend(element); in VECTOR_PUSH_EXTEND()
H A DComplexVector_ByteBuffer.java332 public void vectorPushExtend(LispObject element) in vectorPushExtend() method in ComplexVector_ByteBuffer
348 vectorPushExtend(element); in VECTOR_PUSH_EXTEND()
H A DComplexVector_IntBuffer.java313 public void vectorPushExtend(LispObject element) { in vectorPushExtend() method in ComplexVector_IntBuffer
327 vectorPushExtend(element); in VECTOR_PUSH_EXTEND()
H A DComplexString.java421 public void vectorPushExtend(LispObject element) in vectorPushExtend() method in ComplexString
444 vectorPushExtend(element); in VECTOR_PUSH_EXTEND()
H A DLispObject.java569 public void vectorPushExtend(LispObject element) in vectorPushExtend() method in LispObject