Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/go/thrift/
Djson_protocol.go149 return p.OutputElemListBegin(elemType, size)
157 return p.OutputElemListBegin(elemType, size)
458 func (p *TJSONProtocol) OutputElemListBegin(elemType TType, size int) error { func
Dsimple_json_protocol.go275 return p.OutputElemListBegin(elemType, size)
283 return p.OutputElemListBegin(elemType, size)
809 func (p *TSimpleJSONProtocol) OutputElemListBegin(elemType TType, size int) error { func