Lines Matching full:valueinterface
1032 // valueInterface is like value but returns interface{}1033 func (d *decodeState) valueInterface() interface{} {1061 v = append(v, d.valueInterface())1107 m[key] = d.valueInterface()