Home
last modified time | relevance | path

Searched defs:TMemoryInputTransport (Results 1 – 10 of 10) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java23 public final class TMemoryInputTransport extends TEndpointTransport { class
29 public TMemoryInputTransport() throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
33 public TMemoryInputTransport(TConfiguration _configuration) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
37 public TMemoryInputTransport(byte[] buf) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
41 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf) throws TTransportException… in TMemoryInputTransport() method in TMemoryInputTransport
45 public TMemoryInputTransport(byte[] buf, int offset, int length) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
49 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf, int offset, int length) th… in TMemoryInputTransport() method in TMemoryInputTransport
/dports/devel/py-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java23 public final class TMemoryInputTransport extends TEndpointTransport { class
29 public TMemoryInputTransport() throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
33 public TMemoryInputTransport(TConfiguration _configuration) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
37 public TMemoryInputTransport(byte[] buf) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
41 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf) throws TTransportException… in TMemoryInputTransport() method in TMemoryInputTransport
45 public TMemoryInputTransport(byte[] buf, int offset, int length) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
49 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf, int offset, int length) th… in TMemoryInputTransport() method in TMemoryInputTransport
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java23 public final class TMemoryInputTransport extends TEndpointTransport { class
29 public TMemoryInputTransport() throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
33 public TMemoryInputTransport(TConfiguration _configuration) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
37 public TMemoryInputTransport(byte[] buf) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
41 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf) throws TTransportException… in TMemoryInputTransport() method in TMemoryInputTransport
45 public TMemoryInputTransport(byte[] buf, int offset, int length) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
49 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf, int offset, int length) th… in TMemoryInputTransport() method in TMemoryInputTransport
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java23 public final class TMemoryInputTransport extends TEndpointTransport { class
29 public TMemoryInputTransport() throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
33 public TMemoryInputTransport(TConfiguration _configuration) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
37 public TMemoryInputTransport(byte[] buf) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
41 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf) throws TTransportException… in TMemoryInputTransport() method in TMemoryInputTransport
45 public TMemoryInputTransport(byte[] buf, int offset, int length) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
49 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf, int offset, int length) th… in TMemoryInputTransport() method in TMemoryInputTransport
/dports/devel/thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java23 public final class TMemoryInputTransport extends TEndpointTransport { class
29 public TMemoryInputTransport() throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
33 public TMemoryInputTransport(TConfiguration _configuration) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
37 public TMemoryInputTransport(byte[] buf) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
41 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf) throws TTransportException… in TMemoryInputTransport() method in TMemoryInputTransport
45 public TMemoryInputTransport(byte[] buf, int offset, int length) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
49 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf, int offset, int length) th… in TMemoryInputTransport() method in TMemoryInputTransport
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java23 public final class TMemoryInputTransport extends TEndpointTransport { class
29 public TMemoryInputTransport() throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
33 public TMemoryInputTransport(TConfiguration _configuration) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
37 public TMemoryInputTransport(byte[] buf) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
41 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf) throws TTransportException… in TMemoryInputTransport() method in TMemoryInputTransport
45 public TMemoryInputTransport(byte[] buf, int offset, int length) throws TTransportException { in TMemoryInputTransport() method in TMemoryInputTransport
49 …public TMemoryInputTransport(TConfiguration _configuration, byte[] buf, int offset, int length) th… in TMemoryInputTransport() method in TMemoryInputTransport
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/transport/
H A DTMemoryInputTransport.java19 public final class TMemoryInputTransport extends TTransport { class
25 public TMemoryInputTransport() {} in TMemoryInputTransport() method in TMemoryInputTransport
27 public TMemoryInputTransport(byte[] buf) { in TMemoryInputTransport() method in TMemoryInputTransport
31 public TMemoryInputTransport(byte[] buf, int offset, int length) { in TMemoryInputTransport() method in TMemoryInputTransport
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java21 public final class TMemoryInputTransport extends TTransport { class
27 public TMemoryInputTransport() { in TMemoryInputTransport() method in TMemoryInputTransport
30 public TMemoryInputTransport(byte[] buf) { in TMemoryInputTransport() method in TMemoryInputTransport
34 public TMemoryInputTransport(byte[] buf, int offset, int length) { in TMemoryInputTransport() method in TMemoryInputTransport
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java21 public final class TMemoryInputTransport extends TTransport { class
27 public TMemoryInputTransport() { in TMemoryInputTransport() method in TMemoryInputTransport
30 public TMemoryInputTransport(byte[] buf) { in TMemoryInputTransport() method in TMemoryInputTransport
34 public TMemoryInputTransport(byte[] buf, int offset, int length) { in TMemoryInputTransport() method in TMemoryInputTransport
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/src/org/apache/thrift/transport/
H A DTMemoryInputTransport.java21 public final class TMemoryInputTransport extends TTransport { class
27 public TMemoryInputTransport() { in TMemoryInputTransport() method in TMemoryInputTransport
30 public TMemoryInputTransport(byte[] buf) { in TMemoryInputTransport() method in TMemoryInputTransport
34 public TMemoryInputTransport(byte[] buf, int offset, int length) { in TMemoryInputTransport() method in TMemoryInputTransport