Home
last modified time | relevance | path

Searched refs:ReadJSONBase64 (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/delphi/src/
DThrift.Protocol.JSON.pas248 function ReadJSONBase64 : TBytes;
1012 function TJSONProtocolImpl.ReadJSONBase64 : TBytes; in ReadJSONBase64() function
1246 result := ReadJSONBase64;
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTJSONProtocol.hx296 return ReadJSONBase64();
732 private function ReadJSONBase64() : Bytes