Home
last modified time | relevance | path

Searched refs:consume (Results 1 – 25 of 25) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTShortReadTransport.h75 void consume(uint32_t len) { in consume() function
77 return transport_->consume(len); in consume()
DTVirtualTransport.h57 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()
DTTransport.h233 void consume(uint32_t len) { in consume() function
DTZlibTransport.h167 void consume(uint32_t len);
DTZlibTransport.cpp339 void TZlibTransport::consume(uint32_t len) { in consume() function in apache::thrift::transport::TZlibTransport
DTBufferTransports.h122 void consume(uint32_t len) { in consume() function
/thrift-3.4.0/lib/d/src/thrift/transport/
Drange.d114 override void consume(size_t len) { in consume() function
122 super.consume(len); in consume()
Dbase.d198 void consume(size_t len);
265 override void consume(size_t len) { in consume() function
Dmemory.d161 override void consume(size_t len) { in consume() function
231 b.consume(testData.length);
Dbuffered.d189 override void consume(size_t len) { in consume() function
Dframed.d128 override void consume(size_t len) { in consume() function
Dzlib.d193 override void consume(size_t len) { in consume() function
/thrift-3.4.0/lib/cpp/src/thrift/qt/
DTQIODeviceTransport.h56 void consume(uint32_t len);
DTQIODeviceTransport.cpp163 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/
DTHttpClient.java253 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/
Dbuffered.rs96 fn consume(&mut self, consumed: usize) { in consume() function
118 self.consume(nread); in read()
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dframed_transport.js142 TFramedTransport.prototype.consume = function(bytesConsumed) { method in TFramedTransport
Dbuffered_transport.js150 TBufferedTransport.prototype.consume = function(bytesConsumed) { method in TBufferedTransport
Djson_protocol.js463 this.trans.consume(cursor + 1 - transBuf.readIndex);
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTCompactProtocol.hx441 * 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
DTBinaryProtocol.hx319 // Return the minimum number of bytes a type will consume on the wire
DTJSONProtocol.hx790 // 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/
Dcompact.d504 trans_.consume(rsize); in readVarint64()
/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTBinaryProtocol.tcc455 this->trans_->consume(size); in readStringBody()
DTCompactProtocol.tcc755 trans_->consume(rsize); in readVarint64()