Lines Matching refs:out
25 out interface{}
36 out: &struct{ B1, B2 bool }{
46 out: &struct{ S string }{
55 out: &struct{ S []string }{
64 out: &struct{ S []string }{
71 out: &struct{ S []string }{},
80 out: &struct{ S []struct{ T string } }{
92 out: &struct{ B1, B2 *bool }{
102 out: &struct{ S *string }{
111 out: &struct{ S *int64 }{
122 out: &struct{ S struct{ S string } }{
135 out: &struct{ S *struct{ S string } }{
148 out: &struct{ S interface{} }{
165 out: &struct {
177 out: &struct{}{},
184 out: &struct{ S interface{} }{
193 out: &struct{ S interface{} }{
202 out: &struct{ S *struct{} }{
223 out: &struct {
254 out: &struct {
282 if !reflect.DeepEqual(testCase.out, got) {
285 t.Errorf(" expected: %#v", testCase.out)
293 out interface{}
304 out: &struct{ B1, B2 bool }{},
311 out: &struct{ S string }{},
318 out: &struct{ S []string }{},
325 out: &struct{ S []string }{},
330 out: &struct{ S []string }{},
339 out: &struct{ S []struct{ T string } }{
349 out: &struct{ B1, B2 *bool }{},
357 out: &struct{ B1, B2 *int64 }{},
364 out: &struct{ S *string }{},
373 out: &struct{ S struct{ S string } }{
384 out: &struct{ S *struct{ S string } }{
395 out: &struct{ S interface{} }{
410 out: &struct {
421 out: &struct{}{},
428 out: &struct{ S interface{} }{},
435 out: &struct{ S interface{} }{
444 out: &struct{ S *struct{} }{},
461 out: &struct {
486 out: &struct {
504 if !reflect.DeepEqual(testCase.out, got) {
507 t.Errorf(" expected: %#v", testCase.out)
520 if !reflect.DeepEqual(testCase.out, got) {
523 t.Errorf(" expected: %#v", testCase.out)