/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TShortReadTransport.h | 75 void consume(uint32_t len) { in consume() function 77 return transport_->consume(len); in consume()
|
D | TVirtualTransport.h | 57 void consume(uint32_t len) { this->TTransport::consume_virt(len); } in consume() function 103 void consume_virt(uint32_t len) override { static_cast<Transport_*>(this)->consume(len); } in consume_virt()
|
D | TTransport.h | 233 void consume(uint32_t len) { in consume() function
|
D | TZlibTransport.h | 167 void consume(uint32_t len);
|
D | TZlibTransport.cpp | 339 void TZlibTransport::consume(uint32_t len) { in consume() function in apache::thrift::transport::TZlibTransport
|
D | TBufferTransports.h | 122 void consume(uint32_t len) { in consume() function
|
/thrift-3.4.0/lib/d/src/thrift/transport/ |
D | range.d | 114 override void consume(size_t len) { in consume() function 122 super.consume(len); in consume()
|
D | base.d | 198 void consume(size_t len); 265 override void consume(size_t len) { in consume() function
|
D | memory.d | 161 override void consume(size_t len) { in consume() function 231 b.consume(testData.length);
|
D | buffered.d | 189 override void consume(size_t len) { in consume() function
|
D | framed.d | 128 override void consume(size_t len) { in consume() function
|
D | zlib.d | 193 override void consume(size_t len) { in consume() function
|
/thrift-3.4.0/lib/cpp/src/thrift/qt/ |
D | TQIODeviceTransport.h | 56 void consume(uint32_t len);
|
D | TQIODeviceTransport.cpp | 163 void TQIODeviceTransport::consume(uint32_t len) { in consume() function in apache::thrift::transport::TQIODeviceTransport
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/ |
D | THttpClient.java | 253 private static void consume(final HttpEntity entity) throws IOException { in consume() method in THttpClient 306 consume(response.getEntity()); in handleResponse()
|
/thrift-3.4.0/lib/rs/src/transport/ |
D | buffered.rs | 96 fn consume(&mut self, consumed: usize) { in consume() function 118 self.consume(nread); in read()
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | framed_transport.js | 142 TFramedTransport.prototype.consume = function(bytesConsumed) { method in TFramedTransport
|
D | buffered_transport.js | 150 TBufferedTransport.prototype.consume = function(bytesConsumed) { method in TBufferedTransport
|
D | json_protocol.js | 463 this.trans.consume(cursor + 1 - transBuf.readIndex);
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/ |
D | TCompactProtocol.hx | 441 * Doesn't actually consume any wire data, just removes the last field for 445 // consume the last field we Read off the wire. 539 * already have been Read during ReadFieldBegin, so we'll just consume the 723 // Return the minimum number of bytes a type will consume on the wire
|
D | TBinaryProtocol.hx | 319 // Return the minimum number of bytes a type will consume on the wire
|
D | TJSONProtocol.hx | 790 // Return the minimum number of bytes a type will consume on the wire 1077 // Return and consume the next byte to be Read, either taking it from the
|
/thrift-3.4.0/lib/d/src/thrift/protocol/ |
D | compact.d | 504 trans_.consume(rsize); in readVarint64()
|
/thrift-3.4.0/lib/cpp/src/thrift/protocol/ |
D | TBinaryProtocol.tcc | 455 this->trans_->consume(size); in readStringBody()
|
D | TCompactProtocol.tcc | 755 trans_->consume(rsize); in readVarint64()
|