Searched defs:ReadMapBegin (Results 1 – 12 of 12) sorted by relevance
/thrift-3.4.0/lib/delphi/src/ |
D | Thrift.Protocol.pas | 233 function ReadMapBegin: TThriftMap; in ReadMapBegin() function 311 function ReadMapBegin: TThriftMap; virtual; abstract; in ReadMapBegin() function 431 function ReadMapBegin: TThriftMap; override; in ReadMapBegin() function 497 function ReadMapBegin: TThriftMap; override; in ReadMapBegin() function 970 function TBinaryProtocolImpl.ReadMapBegin: TThriftMap; in ReadMapBegin() function 1509 function TProtocolDecorator.ReadMapBegin: TThriftMap; in ReadMapBegin() function
|
D | Thrift.Protocol.Compact.pas | 742 function TCompactProtocolImpl.ReadMapBegin: TThriftMap; in ReadMapBegin() function
|
D | Thrift.Protocol.JSON.pas | 1138 function TJSONProtocolImpl.ReadMapBegin : TThriftMap; in ReadMapBegin() function
|
/thrift-3.4.0/lib/go/test/tests/ |
D | protocol_mock.go | 219 func (m *MockTProtocol) ReadMapBegin(arg0 context.Context) (thrift.TType, thrift.TType, int, error)… func 230 func (mr *MockTProtocolMockRecorder) ReadMapBegin(arg0 interface{}) *gomock.Call { func
|
/thrift-3.4.0/lib/go/thrift/ |
D | duplicate_protocol.go | 211 func (tdtp *TDuplicateToProtocol) ReadMapBegin(ctx context.Context) (keyType TType, valueType TType… func
|
D | json_protocol.go | 287 func (p *TJSONProtocol) ReadMapBegin(ctx context.Context) (keyType TType, valueType TType, size int… func
|
D | debug_protocol.go | 318 func (tdp *TDebugProtocol) ReadMapBegin(ctx context.Context) (keyType TType, valueType TType, size … func
|
D | header_protocol.go | 285 func (p *THeaderProtocol) ReadMapBegin(ctx context.Context) (keyType TType, valueType TType, size i… func
|
D | protocol.go | 63 ReadMapBegin(ctx context.Context) (keyType TType, valueType TType, size int, err error) methodSpec
|
D | binary_protocol.go | 340 func (p *TBinaryProtocol) ReadMapBegin(ctx context.Context) (kType, vType TType, size int, err erro… func
|
D | compact_protocol.go | 483 func (p *TCompactProtocol) ReadMapBegin(ctx context.Context) (keyType TType, valueType TType, size … func
|
D | simple_json_protocol.go | 410 func (p *TSimpleJSONProtocol) ReadMapBegin(ctx context.Context) (keyType TType, valueType TType, si… func
|