• Home
  • Raw
  • Download

Lines Matching refs:out

28 	out    interface{}  member
52 out: &struct{ B1, B2, B3, B4 bool }{
73 out: &struct{ B1, B2, B3, B4 bool }{
89 out: &struct{ S string }{
101 out: &struct{ S string }{
130 out: &struct{ B1, B2, B3, B4, B5, B6, B7, B8, B9 *bool }{
166 out: &struct{ B1, B2, B3, B4, B5, B6, B7, B8, B9 *bool }{
203 out: &struct{ I1, I2, I3, I4, I5, I6, I7, I8, I9 *int64 }{
224 out: &struct{ I1, I2, I3 *int64 }{
241 out: &struct{ S1, S2, S3, S4 *string }{
258 out: &struct{ S1, S2, S3, S4 *string }{
274 out: &struct{ S []string }{
286 out: &struct{ S []string }{
299 out: &struct{ S []string }{
314 out: &struct{ S1, S2 []string }{
329 out: &struct{ S1, S2 []string }{
345 out: &struct{ S1, S2 []string }{
359 out: &struct{ S1, S2, S3 []string }{
373 out: &struct{ S1, S2, S3 []string }{
388 out: &struct{ S1, S2, S3 []string }{
407 out: &struct{ S *struct{ S1 []string } }{
426 out: &struct{ S []struct{ F string } }{
445 out: &struct{ S []struct{ F string } }{
464 out: &struct{ S []struct{ F string } }{
483 out: &struct{ S *struct{ S string } }{
501 out: &struct{ S *struct{ S string } }{
520 out: &struct{ S interface{} }{
538 out: &struct{ S interface{} }{
553 out: &struct{ s string }{
565 out: &struct{ i *int64 }{
573 out: &struct{}{},
583 out: &struct{ S interface{} }{
595 out: &struct{ S *struct{} }{
631 out: &struct {
691 out: &struct {
731 out: &struct {
759 out: &struct {
779 out: &struct{ S interface{} }{
793 out: struct{}{},
800 out: &struct{}{},
807 out: &[]string{"bad"},
814 out: &struct{}{},
824 out: &struct{ A string }{
837 out: &struct{ I int }{
850 out: &struct{ I int64 }{
865 out: &struct{ S interface{} }{
882 out: &struct{ S interface{} }{
901 out: &struct{ S interface{} }{
916 out: &struct{ S *[]string }{
933 out: &struct{ S interface{} }{
951 out: &struct{ S string }{
968 out: &struct{ S string }{
985 out: &struct{ S string }{
1008 out: &struct {
1026 out: &struct {
1040 out: &struct{ S string }{
1055 testString := fmt.Sprintf("%v, %v -> %v", testCase.in1, testCase.in2, testCase.out)
1073 check(t, testType, testString, got, err, testCase.out, testCase.err)
1079 testString := fmt.Sprintf("%v, %v -> %v", testCase.in1, testCase.in2, testCase.out)
1110 check(t, testType, testString, got, err, testCase.out, testCase.err)
1117 out []interface{} member
1133 out: []interface{}{&struct{ S string }{
1145 out: []interface{}{&struct{ S string }{
1163 out: []interface{}{
1183 out: []interface{}{
1198 out: []interface{}{&struct{ S, A string }{
1214 out: []interface{}{&struct{ S *struct{ S, A string } }{
1235 out: []interface{}{
1257 out: []interface{}{
1289 out: []interface{}{
1315 out: []interface{}{struct{}{}},
1322 out: []interface{}{&struct{}{}},
1329 out: []interface{}{&[]string{"bad"}},
1336 out: []interface{}{&struct{}{}},
1347 out: []interface{}{
1363 out: []interface{}{
1380 out: []interface{}{
1392 testString := fmt.Sprintf("%s, %s -> %s", p(testCase.in1), p(testCase.in2), p(testCase.out))
1410 check(t, testType, testString, got, err, testCase.out, testCase.err)
1416 testString := fmt.Sprintf("%s, %s -> %s", p(testCase.in1), p(testCase.in2), p(testCase.out))
1447 check(t, testType, testString, got, err, testCase.out, testCase.err)