Home
last modified time | relevance | path

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

/dports/lang/mosh/mosh-0.2.7/src/
H A DByteArrayBinaryOutputPort.cpp81 int64_t ByteArrayBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in ByteArrayBinaryOutputPort
83 return putByteVector(bv, start, bv->length() - start); in putByteVector()
86 int64_t ByteArrayBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t count) in putByteVector() function in ByteArrayBinaryOutputPort
H A DFileBinaryOutputPort.cpp95 int64_t FileBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in FileBinaryOutputPort
97 return putByteVector(bv, start, bv->length() - start); in putByteVector()
100 int64_t FileBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t count) in putByteVector() function in FileBinaryOutputPort
H A DBinaryOutputPort.h50 virtual int64_t putByteVector(ByteVector* bv, int64_t start = 0) = 0;
51 virtual int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count) = 0;
H A DBufferedFileBinaryOutputPort.cpp104 int64_t BufferedFileBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in BufferedFileBinaryOutputPort
106 return putByteVector(bv, start, bv->length() - start); in putByteVector()
109 int64_t BufferedFileBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t count) in putByteVector() function in BufferedFileBinaryOutputPort
H A DByteArrayBinaryOutputPort.h48 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
49 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DFileBinaryOutputPort.h51 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
52 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DCustomBinaryOutputPort.h47 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
48 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DSocketBinaryInputOutputPort.cpp218 int64_t SocketBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in SocketBinaryInputOutputPort
220 return putByteVector(bv, start, bv->length() - start); in putByteVector()
223 int64_t SocketBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t count) in putByteVector() function in SocketBinaryInputOutputPort
H A DFileBinaryInputOutputPort.cpp208 int64_t FileBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in FileBinaryInputOutputPort
210 return putByteVector(bv, start, bv->length() - start); in putByteVector()
213 int64_t FileBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t count) in putByteVector() function in FileBinaryInputOutputPort
H A DFileBinaryInputOutputPort.h68 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
69 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DBufferedFileBinaryOutputPort.h50 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
51 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DSocketBinaryInputOutputPort.h69 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
70 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DCustomBinaryInputOutputPort.h65 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
66 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DCustomBinaryOutputPort.cpp101 int64_t CustomBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in CustomBinaryOutputPort
103 return putByteVector(bv, start, bv->length() - start); in putByteVector()
106 int64_t CustomBinaryOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t count) in putByteVector() function in CustomBinaryOutputPort
H A DBufferedFileBinaryInputOutputPort.h68 int64_t putByteVector(ByteVector* bv, int64_t start = 0);
69 int64_t putByteVector(ByteVector* bv, int64_t start, int64_t count);
H A DBufferedFileBinaryInputOutputPort.cpp254 int64_t BufferedFileBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in BufferedFileBinaryInputOutputPort
256 return putByteVector(bv, start, bv->length() - start); in putByteVector()
259 int64_t BufferedFileBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t cou… in putByteVector() function in BufferedFileBinaryInputOutputPort
H A DCustomBinaryInputOutputPort.cpp255 int64_t CustomBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start /* = 0 */) in putByteVector() function in CustomBinaryInputOutputPort
257 return putByteVector(bv, start, bv->length() - start); in putByteVector()
260 int64_t CustomBinaryInputOutputPort::putByteVector(ByteVector* bv, int64_t start, int64_t count) in putByteVector() function in CustomBinaryInputOutputPort
H A DPortProcedures.cpp566 outputPort->putByteVector(bv); in putBytevectorEx()
578 outputPort->putByteVector(bv, start); in putBytevectorEx()
589 outputPort->putByteVector(bv, start, count); in putBytevectorEx()