const reflect.String
44 uses
reflect (current package)
abi.go#L217: case String:
deepequal.go#L164: case String:
iter.go#L90: case String:
iter.go#L154: case String:
map.go#L152: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {
map.go#L402: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {
type.go#L325: String
type.go#L524: String: "string",
type.go#L906: case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Array, Slice, Chan, String, Map:
type.go#L934: case Array, Slice, String, Map:
type.go#L1649: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L2062: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L2088: case Float32, Float64, Complex64, Complex128, Interface, String:
type.go#L2909: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L1432: case String:
value.go#L1704: case String:
value.go#L1825: case String:
value.go#L1867: case String:
value.go#L2079: case String:
value.go#L2317: v.mustBe(String)
value.go#L2349: case String:
value.go#L2443: if v.kind() == String {
value.go#L2632: case String:
value.go#L2833: stringCopy = sk == String && dst.typ().Elem().Kind() == abi.Uint8
value.go#L3332: case String:
value.go#L3377: case String:
value.go#L3387: case String:
value.go#L3407: case String:
encoding/asn1
asn1.go#L1002: case reflect.String:
common.go#L181: case reflect.String:
marshal.go#L563: case reflect.String:
encoding/json
decode.go#L638: case reflect.String,
decode.go#L785: case reflect.String:
decode.go#L957: case reflect.String:
decode.go#L980: if v.Kind() == reflect.String && v.Type() == numberType {
encode.go#L354: case reflect.Array, reflect.Map, reflect.Slice, reflect.String:
encode.go#L450: case reflect.String:
encode.go#L812: case reflect.String,
encode.go#L980: if k.Kind() == reflect.String {
encode.go#L1164: reflect.String:
fmt
print.go#L804: case reflect.String:
print.go#L1201: isString := arg != nil && reflect.TypeOf(arg).Kind() == reflect.String
scan.go#L1031: case reflect.String:
internal/fmtsort
sort.go#L82: case reflect.String:
 |
The pages are generated with Golds v0.8.4. (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. |