const reflect.String
49 uses
reflect (current package)
abi.go#L217: case String:
deepequal.go#L164: case String:
iter.go#L90: case String:
iter.go#L154: case String:
type.go#L297: String
type.go#L496: String: "string",
type.go#L886: case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Array, Slice, Chan, String, Map:
type.go#L914: case Array, Slice, String, Map:
type.go#L1554: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L2040: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L2066: case Float32, Float64, Complex64, Complex128, Interface, String:
type.go#L3047: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L1426: case String:
value.go#L1613: case String:
value.go#L1731: case String:
value.go#L1773: case String:
value.go#L1804: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {
value.go#L2237: case String:
value.go#L2444: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {
value.go#L2518: v.mustBe(String)
value.go#L2550: case String:
value.go#L2644: if v.kind() == String {
value.go#L2833: case String:
value.go#L2991: stringCopy = sk == String && dst.typ().Elem().Kind() == abi.Uint8
value.go#L3490: case String:
value.go#L3535: case String:
value.go#L3545: case String:
value.go#L3565: case String:
database/sql/driver
types.go#L127: case reflect.String:
types.go#L291: case reflect.String:
encoding/asn1
asn1.go#L960: case reflect.String:
common.go#L181: case reflect.String:
marshal.go#L560: case reflect.String:
encoding/json
decode.go#L632: case reflect.String,
decode.go#L773: case reflect.String:
decode.go#L945: case reflect.String:
decode.go#L968: if v.Kind() == reflect.String && v.Type() == numberType {
encode.go#L309: case reflect.Array, reflect.Map, reflect.Slice, reflect.String:
encode.go#L408: case reflect.String:
encode.go#L780: case reflect.String,
encode.go#L948: if k.Kind() == reflect.String {
encode.go#L1140: reflect.String:
fmt
print.go#L803: case reflect.String:
print.go#L1203: isString := arg != nil && reflect.TypeOf(arg).Kind() == reflect.String
scan.go#L1031: case reflect.String:
github.com/oapi-codegen/runtime
bindstring.go#L82: case reflect.String:
deepobject.go#L329: case reflect.String:
styleparam.go#L427: case reflect.String:
internal/fmtsort
sort.go#L82: case reflect.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. |