Home | History | Annotate | Download | only in gob

Lines Matching refs:Encoder

44 			t.Error("encoder fail:", err)
95 t.Error("encoder fail:", err)
121 t.Error("encoder fail:", err)
150 // Now test with a running encoder/decoder pair that we recognize a type mismatch.
153 t.Error("round 3: encoder fail:", err)
162 // Run one value through the encoder/decoder, but use the wrong type.
172 t.Error("encoder fail:", err)
191 // Types not supported at top level by the Encoder.
467 // the encoder/decoder pair to send a value afterwards. If an interface
469 // encoder and decoder don't skew with respect to type definitions.
514 // Now see if the encoder and decoder are in a consistent state.
727 t.Error("encoder fail:", err)
951 // Test that a failed compilation doesn't leave around an executable encoder.