Home
last modified time | relevance | path

Searched defs:Encode (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/netstd/Thrift/Protocol/Utilities/
DTBase64Utils.cs51 internal static void Encode(byte[] src, int srcOff, int len, byte[] dst, int dstOff) in Encode() method in Thrift.Protocol.Utilities.TBase64Utils
/thrift-3.4.0/lib/delphi/src/
DThrift.Utils.pas74 …class function Encode( const src : TBytes; srcOff, len : Integer; dst : TBytes; dstOff : Integer) … in Encode() function