Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/go/thrift/
Djson_protocol.go101 s, e1 := p.TypeIdToString(typeId)
121 s, e1 := p.TypeIdToString(keyType)
128 s, e1 = p.TypeIdToString(valueType)
462 s, e1 := p.TypeIdToString(elemType)
503 func (p *TJSONProtocol) TypeIdToString(fieldType TType) (string, error) { func