Searched defs:TextMarshaler (Results 1 – 3 of 3) sorted by relevance
42 type TextMarshaler interface { interface
215 func checkTextMarshaler(t *testing.T, x encoding.TextMarshaler) {
301 func newTextValue(val encoding.TextMarshaler, p encoding.TextUnmarshaler) textValue {972 func TextVar(p encoding.TextUnmarshaler, name string, value encoding.TextMarshaler, usage string) {