Home | History | Annotate | Download | only in gob

Lines Matching refs:Can

5 // license that can be found in the LICENSE file.
53 // Can only slice if it is addressable.
63 // It is kind bool but not type bool. TODO: We can handle this unsafely.
76 // Can only slice if it is addressable.
86 // It is kind complex64 but not type complex64. TODO: We can handle this unsafely.
101 // Can only slice if it is addressable.
111 // It is kind complex128 but not type complex128. TODO: We can handle this unsafely.
126 // Can only slice if it is addressable.
136 // It is kind float32 but not type float32. TODO: We can handle this unsafely.
149 // Can only slice if it is addressable.
159 // It is kind float64 but not type float64. TODO: We can handle this unsafely.
172 // Can only slice if it is addressable.
182 // It is kind int but not type int. TODO: We can handle this unsafely.
200 // Can only slice if it is addressable.
210 // It is kind int16 but not type int16. TODO: We can handle this unsafely.
227 // Can only slice if it is addressable.
237 // It is kind int32 but not type int32. TODO: We can handle this unsafely.
254 // Can only slice if it is addressable.
264 // It is kind int64 but not type int64. TODO: We can handle this unsafely.
277 // Can only slice if it is addressable.
287 // It is kind int8 but not type int8. TODO: We can handle this unsafely.
304 // Can only slice if it is addressable.
314 // It is kind string but not type string. TODO: We can handle this unsafely.
341 // Can only slice if it is addressable.
351 // It is kind uint but not type uint. TODO: We can handle this unsafely.
368 // Can only slice if it is addressable.
378 // It is kind uint16 but not type uint16. TODO: We can handle this unsafely.
395 // Can only slice if it is addressable.
405 // It is kind uint32 but not type uint32. TODO: We can handle this unsafely.
422 // Can only slice if it is addressable.
432 // It is kind uint64 but not type uint64. TODO: We can handle this unsafely.
445 // Can only slice if it is addressable.
455 // It is kind uintptr but not type uintptr. TODO: We can handle this unsafely.