Home
last modified time | relevance | path

Searched refs:TJSONProtocolImpl (Results 1 – 8 of 8) sorted by relevance

/thrift-3.4.0/lib/delphi/src/
DThrift.Protocol.JSON.pas49 TJSONProtocolImpl = class( TProtocolImpl, IJSONProtocol) class
304 function TJSONProtocolImpl.TFactory.GetProtocol( const trans: ITransport): IProtocol; in TFactory()
306 result := TJSONProtocolImpl.Create( trans);
309 class function TJSONProtocolImpl.GetTypeNameForTypeID(typeID : TType) : string;
330 class function TJSONProtocolImpl.GetTypeIDForTypeName( const name : string) : TType;
348 constructor TJSONProtocolImpl.TJSONBaseContext.Create( const aProto : IJSONProtocol);
355 procedure TJSONProtocolImpl.TJSONBaseContext.Write;
361 procedure TJSONProtocolImpl.TJSONBaseContext.Read;
367 function TJSONProtocolImpl.TJSONBaseContext.EscapeNumbers : Boolean; in TJSONBaseContext()
373 constructor TJSONProtocolImpl.TJSONListContext.Create( const aProto : IJSONProtocol);
[all …]
/thrift-3.4.0/lib/delphi/test/
DTestConstants.pas61 TJSONProtocolImpl,
DTestClient.pas1136 prot := TJSONProtocolImpl.Create(
1159 prot := TJSONProtocolImpl.Create(
1201 prot := TJSONProtocolImpl.Create(
1212 prot := TJSONProtocolImpl.Create(
1217 prot := TJSONProtocolImpl.Create(
1227 prot := TJSONProtocolImpl.Create(
DTestServer.pas578 prot_JSON : ProtocolFactory := TJSONProtocolImpl.TFactory.Create;
/thrift-3.4.0/lib/delphi/test/serializer/
DTestSerializer.Tests.pas113 AddFactoryCombination( TJSONProtocolImpl.TFactory.Create, nil);
117 AddFactoryCombination( TJSONProtocolImpl.TFactory.Create, TFramedTransportImpl.TFactory.Create);
121 AddFactoryCombination( TJSONProtocolImpl.TFactory.Create, TBufferedTransportImpl.TFactory.Create);
/thrift-3.4.0/lib/delphi/test/Performance/
DPerfTests.pas150 prot_JSON : result := TJSONProtocolImpl.Create(trans);
/thrift-3.4.0/lib/delphi/test/skip/
Dskiptest_version1.dpr200 Test( TJSONProtocolImpl.TFactory.Create, FILE_JSON);
Dskiptest_version2.dpr230 Test( TJSONProtocolImpl.TFactory.Create, FILE_JSON);