Lines Matching full:nil
69 // Clone nil slice
158 // Interface nil
160 S: nil,
163 S: nil,
167 // Interface pointer to nil
169 S: (*struct{ S string })(nil),
172 S: (*struct{ S string })(nil),
176 // Pointer nil
178 S: nil,
181 S: nil,
299 // Clone nil slice
376 // Interface nil
378 S: nil,
383 // Interface pointer to nil
385 S: (*struct{ S string })(nil),
388 S: (*struct{ S string })(nil),
392 // Pointer nil
394 S: nil,