Searched defs:encode (Results 1 – 4 of 4) sorted by relevance
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/ |
D | TFieldData.java | 29 public static int encode(byte type) { in encode() method in TFieldData 33 public static int encode(byte type, short id) { in encode() method in TFieldData
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/ |
D | TBase64Utils.java | 53 static final void encode(byte[] src, int srcOff, int len, byte[] dst, in encode() method in TBase64Utils
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/ |
D | TBase64Utils.java | 50 static void encode(byte[] src, int srcOff, int len, byte[] dst, int dstOff) { in encode() method in TBase64Utils
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | web_server.js | 85 encode: function(data, mask, binEncoding) { method in wsFrame
|