Home | History | Annotate | Download | only in gob

Lines Matching refs:Encoder

43 			t.Error("encoder fail:", err)
94 t.Error("encoder fail:", err)
120 t.Error("encoder fail:", err)
149 // Now test with a running encoder/decoder pair that we recognize a type mismatch.
152 t.Error("round 3: encoder fail:", err)
161 // Run one value through the encoder/decoder, but use the wrong type.
171 t.Error("encoder fail:", err)
190 // Types not supported at top level by the Encoder.
466 // the encoder/decoder pair to send a value afterwards. If an interface
468 // encoder and decoder don't skew with respect to type definitions.
513 // Now see if the encoder and decoder are in a consistent state.
730 t.Error("encoder fail:", err)
889 // Test that a failed compilation doesn't leave around an executable encoder.