Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/go/thrift/
Dsimple_json_protocol.go1060 if isNull, err := p.readIfNull(); isNull || err != nil {
1128 if isNull, err := p.readIfNull(); isNull || err != nil {
1158 func (p *TSimpleJSONProtocol) readIfNull() (bool, error) { func
1189 isNull, err := p.readIfNull()