const reflect.String
38 uses
reflect (current package)
abi.go#L217: case String:
deepequal.go#L163: case String:
type.go#L268: String
type.go#L473: String: "string",
type.go#L1413: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L1879: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L1905: case Float32, Float64, Complex64, Complex128, Interface, String:
type.go#L2881: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L1432: case String:
value.go#L1616: case String:
value.go#L1679: case String:
value.go#L1721: case String:
value.go#L1752: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= maxValSize {
value.go#L2388: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= maxValSize {
value.go#L2462: v.mustBe(String)
value.go#L2494: case String:
value.go#L2588: if v.kind() == String {
value.go#L2919: stringCopy = sk == String && dst.typ().Elem().Kind() == abi.Uint8
value.go#L3424: case String:
value.go#L3469: case String:
value.go#L3479: case String:
value.go#L3499: case String:
encoding/asn1
asn1.go#L960: case reflect.String:
common.go#L181: case reflect.String:
marshal.go#L563: case reflect.String:
encoding/json
decode.go#L632: case reflect.String,
decode.go#L772: case kt.Kind() == reflect.String:
decode.go#L943: case reflect.String:
decode.go#L966: if v.Kind() == reflect.String && v.Type() == numberType {
encode.go#L306: case reflect.Array, reflect.Map, reflect.Slice, reflect.String:
encode.go#L409: case reflect.String:
encode.go#L767: case reflect.String,
encode.go#L940: if w.k.Kind() == reflect.String {
encode.go#L1141: reflect.String:
fmt
print.go#L803: case reflect.String:
print.go#L1206: isString := arg != nil && reflect.TypeOf(arg).Kind() == reflect.String
scan.go#L1031: case reflect.String:
internal/fmtsort
sort.go#L104: case reflect.String:
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |