Home
last modified time | relevance | path

Searched defs:encode (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/
DTFieldData.java29 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/
DTBase64Utils.java53 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/
DTBase64Utils.java50 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/
Dweb_server.js85 encode: function(data, mask, binEncoding) { method in wsFrame