const internal/abi.String
17 uses
internal/abi (current package)
type.go#L68: String
type.go#L164: String: "string",
internal/reflectlite
type.go#L86: String = abi.String
type.go#L545: if abi.Bool <= kind && kind <= abi.Complex128 || kind == abi.String || kind == abi.UnsafePointer {
value.go#L348: case abi.String:
reflect
swapper.go#L45: if typ.Kind() == abi.String {
value.go#L3576: if dst.Kind() == abi.String && pkgPathFor(src.Elem()) == "" {
runtime
alg.go#L244: case abi.String:
alg.go#L286: case abi.Float32, abi.Float64, abi.Complex64, abi.Complex128, abi.String:
arena.go#L149: case abi.String:
arena.go#L166: case abi.String:
cgocall.go#L650: case abi.String:
error.go#L271: case abi.String:
type.go#L383: case abi.String, abi.UnsafePointer:
unique
clone.go#L42: if typ.Kind() == abi.String {
clone.go#L61: case abi.String:
clone.go#L78: case abi.String:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |