Home
last modified time | relevance | path

Searched defs:readAll (Results 1 – 25 of 35) sorted by relevance

12

/thrift-3.4.0/lib/swift/Sources/
DTTransport.swift30 func readAll(size: Int) throws -> Data in read() function
41 func readAll(size: Int) throws -> Data { in read() function
DTFileTransport.swift57 public func readAll(size: Int) throws -> Data { in readAll() function
DTStreamTransport.swift58 public func readAll(size: Int) throws -> Data { in readAll() function
DTHTTPSessionTransport.swift90 public func readAll(size: Int) throws -> Data { in readAll() function
DTSocketTransport.swift181 public func readAll(size: Int) throws -> Data { in readAll() function
/thrift-3.4.0/lib/perl/lib/Thrift/
DBufferedTransport.pm69 sub readAll subroutine
DHttpClient.pm116 sub readAll subroutine
DMemoryBuffer.pm113 sub readAll subroutine
DSocket.pm146 sub readAll subroutine
DTransport.pm96 sub readAll subroutine
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTVirtualTransport.h52 uint32_t readAll(uint8_t* buf, uint32_t len) { return this->TTransport::readAll_virt(buf, len); } in readAll() function
115 uint32_t readAll(uint8_t* buf, uint32_t len) { in readAll() function
DTTransport.h37 uint32_t readAll(Transport_& trans, uint8_t* buf, uint32_t len) { in readAll() function
129 uint32_t readAll(uint8_t* buf, uint32_t len) { in readAll() function
DTBufferTransports.h77 uint32_t readAll(uint8_t* buf, uint32_t len) { in readAll() function
270 uint32_t readAll(uint8_t* buf, uint32_t len) { return TBufferBase::readAll(buf, len); } in readAll() function
695 uint32_t readAll(uint8_t* buf, uint32_t len) { return TBufferBase::readAll(buf, len); } in readAll() function
/thrift-3.4.0/lib/php/lib/Transport/
DTTransport.php69 public function readAll($len) function in Thrift\\Transport\\TTransport
DTBufferedTransport.php122 public function readAll($len) function in Thrift\\Transport\\TBufferedTransport
DTCurlClient.php197 public function readAll($len) function in Thrift\\Transport\\TCurlClient
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/transport/
DTTransport.hx91 public function readAll(buf : BytesBuffer, off : Int, len : Int) : Int { method
/thrift-3.4.0/lib/d/src/thrift/transport/
Drange.d93 override void readAll(ubyte[] buf) { in readAll() function
Dbuffered.d123 override void readAll(ubyte[] buf) { in readAll() function
Dmemory.d127 override void readAll(ubyte[] buf) { in readAll() function
/thrift-3.4.0/lib/javame/src/org/apache/thrift/transport/
DTTransport.java79 public int readAll(byte[] buf, int off, int len) in readAll() method in TTransport
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dws_transport.js187 TWebSocketTransport.prototype.readAll = function() { method in TWebSocketTransport
Dxhr_connection.js245 XHRConnection.prototype.readAll = function() { method in XHRConnection
/thrift-3.4.0/lib/cpp/src/thrift/qt/
DTQIODeviceTransport.cpp61 uint32_t TQIODeviceTransport::readAll(uint8_t* buf, uint32_t len) { in readAll() function in apache::thrift::transport::TQIODeviceTransport
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/
DTTransport.java96 public int readAll(byte[] buf, int off, int len) throws TTransportException { in readAll() method in TTransport

12