MCPcopy Create free account

hub / github.com/border/golang-china / types & classes

Types & classes2,265 in github.com/border/golang-china

↓ 81 callersTypeAliasId
Id is used for all X identifiers, such as windows, pixmaps, and GCs.
pkg/xgb/xgb.go:35
↓ 73 callersTypeAliasErrno
Errno is the Unix error number. Names such as EINVAL are simple wrappers to convert the error number into an Error.
pkg/os/error.go:31
↓ 49 callersTypeAliasWord
pkg/debug/proc/proc.go:27
↓ 43 callersTypeAliasdigit
TODO(gri) Complete the set of in-place operations. ---------------------------------------------------------------------------- Internal representatio
pkg/bignum/bignum.go:63
↓ 32 callersTypeAliasCharData
A CharData represents XML character data (raw text), in which XML escape sequences have been replaced by the characters they represent.
pkg/xml/xml.go:77
↓ 23 callersTypeAliasaddr
pkg/reflect/value.go:15
↓ 18 callersTypeAliasFormatError
A FormatError reports that the input is not a valid JPEG.
pkg/image/jpeg/reader.go:18
↓ 18 callersTypeAliasWord
pkg/big/arith.go:13
↓ 17 callersTypeAliasFormatError
A FormatError reports that the input is not a valid PNG.
pkg/image/png/reader.go:64
↓ 16 callersTypeAliasnat
An unsigned integer x of the form x = x[n-1]*_B^(n-1) + x[n-2]*_B^(n-2) + ... + x[1]*_B + x[0] with 0 <= x[i] < _B and 0 <= i < n is stored in a sli
pkg/big/nat.go:37
↓ 14 callersStructbreakpoint
* * Basic types */ A breakpoint stores information about a single breakpoint, including its program counter, the overwritten text if the breakpoint
pkg/debug/proc/proc_linux.go:100
↓ 14 callersTypeAliasdigit2
TODO(gri) Complete the set of in-place operations. ---------------------------------------------------------------------------- Internal representatio
pkg/bignum/bignum.go:64
↓ 13 callersStructdef
pkg/exp/ogle/vars.go:115
↓ 12 callersTypeAliasProtocolError
A ProtocolError represents responses from an NNTP server that seem incorrect for NNTP.
pkg/nntp/nntp.go:39
↓ 12 callersTypeAliasUnsupportedError
An UnsupportedError reports that the input uses a valid but unimplemented JPEG feature.
pkg/image/jpeg/reader.go:23
↓ 12 callersTypeAliasWord
pkg/exp/spacewar/pdp1.go:66
↓ 11 callersTypeAliasOffset
An Offset represents the location of an Entry within the DWARF info. (See Reader.Seek.)
pkg/debug/dwarf/entry.go:125
↓ 10 callersTypeAliasError
Error is the local type for a parsing error.
pkg/regexp/regexp.go:36
↓ 10 callersFuncTypeFunc
A Func is a function that, when called, sends the iterable values on a channel.
pkg/exp/iterable/iterable.go:138
↓ 10 callersTypeAliasSyntaxError
A SyntaxError represents a syntax error encountered while parsing a patch.
pkg/patch/patch.go:64
↓ 9 callersTypeAliasCorruptInputError
A CorruptInputError reports the presence of corrupt input at a given offset.
pkg/compress/flate/inflate.go:26
↓ 9 callersTypeAliasTimestamp
pkg/xgb/xgb.go:41
↓ 9 callersTypeAliasUnknownNetworkError
pkg/net/net.go:324
↓ 8 callersTypeAliasboolV
* * Bool */
pkg/exp/eval/value.go:142
↓ 7 callersTypeAliasSetupError
A SetupError is the result of an error in the way that check is being used, independent of the functions being tested.
pkg/testing/quick/quick.go:194
↓ 7 callersTypeAliasUnsupportedError
An UnsupportedError reports that the input uses a valid but unimplemented PNG feature.
pkg/image/png/reader.go:78
↓ 7 callersTypeAliastest
* * Generic statement/expression test framework */
pkg/exp/eval/eval_test.go:26
↓ 7 callersTypeAliaswhiteSpace
pkg/go/printer/printer.go:27
↓ 6 callersFuncTypeColorModelFunc
The ColorModelFunc type is an adapter to allow the use of an ordinary color conversion function as a ColorModel. If f is such a function, ColorModelF
pkg/image/color.go:125
↓ 6 callersTypeAliasFormatError
A FormatError indicates a failure to process information in or about a remote process, such as unexpected or missing information in the object file or
pkg/exp/ogle/process.go:21
↓ 6 callersTypeAliasURLEscapeError
pkg/http/url.go:49
↓ 6 callersTypeAliasmultiV
* * Multi-values */
pkg/exp/eval/value.go:565
↓ 5 callersTypeAliasColor
A Color represents a color with 8-bit R, G, B, and A values, packed into a uint32—0xRRGGBBAA—so that comparison is defined on colors. Color implements
pkg/exp/draw/color.go:15
↓ 5 callersTypeAliasCorruptInputError
pkg/encoding/git85/git.go:16
↓ 5 callersTypeAliasUsageError
* * Commands */ A UsageError occurs when a command is called with illegal arguments.
pkg/exp/ogle/cmd.go:76
↓ 5 callersClasssigaltstack
pkg/runtime/linux/defs1.c:21
↓ 4 callersTypeAliasComment
A Comment represents an XML comment of the form <!--comment-->. The bytes do not include the <!-- and --> comment markers.
pkg/xml/xml.go:89
↓ 4 callersTypeAliasDirective
A Directive represents an XML directive of the form <!text>. The bytes do not include the <! and > markers.
pkg/xml/xml.go:106
↓ 4 callersStructType
pkg/exp/eval/gen.go:30
↓ 4 callersTypeAliasUnmarshalError
An UnmarshalError represents an error in the unmarshalling process.
pkg/xml/read.go:140
↓ 4 callersTypeAlias_Socklen
pkg/syscall/ztypes_linux_arm.go:189
↓ 4 callersTypeAliasfloatV
pkg/exp/eval/value.go:310
↓ 4 callersTypeAliasintV
pkg/exp/eval/value.go:260
↓ 4 callersTypeAliasresID
pkg/exp/draw/x11/conn.go:22
↓ 4 callersTypeAliasstringV
* * String */
pkg/exp/eval/value.go:340
↓ 4 callersTypeAliasuint8V
* * Uint */
pkg/exp/eval/value.go:156
↓ 4 callersTypeAliasuintV
pkg/exp/eval/value.go:196
↓ 3 callersTypeAliasCorruptInputError
* * Decoder */
pkg/encoding/base64/base64.go:197
↓ 3 callersTypeAliasFloatArray
FloatArray attaches the methods of Interface to []float, sorting in increasing order.
pkg/sort/sort.go:162
↓ 3 callersTypeAliasIP
An IP is a single IP address, an array of bytes. Functions in this package accept either 4-byte (IP v4) or 16-byte (IP v6) arrays as input. Unless ot
pkg/net/ip.go:33
↓ 3 callersTypeAliasIntArray
Convenience types for common cases IntArray attaches the methods of Interface to []int, sorting in increasing order.
pkg/sort/sort.go:151
↓ 3 callersTypeAliasIntArray
pkg/exp/iterable/array.go:22
↓ 3 callersTypeAliasInternalError
An InternalError reports an error in the flate code itself.
pkg/compress/flate/inflate.go:33
↓ 3 callersTypeAliasInvalidAddrError
pkg/net/ipsock.go:113
↓ 3 callersTypeAliasReadOnlyError
A ReadOnlyError occurs when attempting to set or assign to a read-only value.
pkg/exp/ogle/rvalue.go:23
↓ 3 callersTypeAliasStringArray
StringArray attaches the methods of Interface to []string, sorting in increasing order.
pkg/sort/sort.go:173
↓ 3 callersTypeAliasTime_t
pkg/syscall/ztypes_nacl_386.go:78
↓ 3 callersTypeAliasVersion
Version is found in Header.Ident[EI_VERSION] and Header.Version.
pkg/debug/elf/elf.go:64
↓ 3 callersTypeAliasarrayV
* * Array */
pkg/exp/eval/value.go:354
↓ 3 callersTypeAliasfloat32V
* * Float */
pkg/exp/eval/value.go:290
↓ 3 callersTypeAliasfloat64V
pkg/exp/eval/value.go:300
↓ 3 callersTypeAliashex
pkg/utf16/utf16_test.go:93
↓ 3 callersTypeAliashex16
pkg/utf16/utf16_test.go:106
↓ 3 callersTypeAliasint16V
pkg/exp/eval/value.go:230
↓ 3 callersTypeAliasint32V
pkg/exp/eval/value.go:240
↓ 3 callersTypeAliasint64V
pkg/exp/eval/value.go:250
↓ 3 callersTypeAliasint8V
* * Int */
pkg/exp/eval/value.go:220
↓ 3 callersTypeAliasuint16V
pkg/exp/eval/value.go:166
↓ 3 callersTypeAliasuint32V
pkg/exp/eval/value.go:176
↓ 3 callersTypeAliasuint64V
pkg/exp/eval/value.go:186
↓ 3 callersTypeAliasuintptrV
pkg/exp/eval/value.go:206
↓ 2 callersTypeAliasBufSizeError
BufSizeError is the error representing an invalid buffer size.
pkg/bufio/bufio.go:35
↓ 2 callersTypeAliasCookie
Cookies are the sequence numbers used to pair replies up with their requests
pkg/xgb/xgb.go:38
↓ 2 callersTypeAliasCorruptInputError
* * Decoder */
pkg/encoding/ascii85/ascii85.go:169
↓ 2 callersTypeAliasFloatArray
doc/progs/sort.go:40
↓ 2 callersFuncTypeHandlerFunc
The HandlerFunc type is an adapter to allow the use of ordinary functions as HTTP handlers. If f is a function with the appropriate signature, Handle
pkg/http/server.go:322
↓ 2 callersTypeAliasIntArray
Convenience types for common cases
doc/progs/sort.go:33
↓ 2 callersTypeAliasInvalidHexCharError
InvalidHexCharError results from finding an invalid character in a hex string.
pkg/encoding/hex/hex.go:37
↓ 2 callersTypeAliasMachine
Machine is found in Header.Machine.
pkg/debug/elf/elf.go:192
↓ 2 callersTypeAliasObjectIdentifier
OBJECT IDENTIFIER An ObjectIdentifier represents an ASN.1 OBJECT IDENTIFIER.
pkg/asn1/asn1.go:151
↓ 2 callersTypeAliasRawContent
RawContent is used to signal that the undecoded, DER data needs to be preserved for a struct. To use it, the first field of the struct must have this
pkg/asn1/asn1.go:355
↓ 2 callersTypeAliasRemoteMismatchError
A RemoteMismatchError occurs when an operation that requires two identical remote processes is given different process. For example, this occurs when
pkg/exp/ogle/rvalue.go:17
↓ 2 callersTypeAliasSectionFlag
Section flags.
pkg/debug/elf/elf.go:388
↓ 2 callersTypeAliasSectionType
Section type.
pkg/debug/elf/elf.go:330
↓ 2 callersTypeAliasSetupError
A SetupError results if there is a error with the configuration of a set of Events.
pkg/testing/script/script.go:180
↓ 2 callersTypeAliasSpotInfo
---------------------------------------------------------------------------- SpotInfo A SpotInfo value describes a particular identifier spot in a giv
examples/godoc-zh/index.go:99
↓ 2 callersTypeAliasStringArray
doc/progs/sort.go:47
↓ 2 callersFuncTypeStringFunc
StringFunc wraps a func() string to create value that satisfies the Var interface. The function will be called each time the Var is evaluated.
pkg/expvar/expvar.go:145
↓ 2 callersTypeAliasSyntaxError
A SyntaxError is a description of a JSON syntax error.
pkg/json/scanner.go:59
↓ 2 callersTypeAliasType
Type is found in Header.Type.
pkg/debug/elf/elf.go:162
↓ 2 callersTypeAliasUnknownFileError
* * Errors */ UnknownFileError represents a failure to find the specific file in the symbol table.
pkg/debug/gosym/symtab.go:517
↓ 2 callersTypeAliasWebSocketAddr
WebSocketAddr is an implementation of net.Addr for Web Sockets.
pkg/websocket/websocket.go:20
↓ 2 callersTypeAlias_Gid_t
pkg/syscall/ztypes_nacl_386.go:80
↓ 2 callersTypeAliasalert
pkg/crypto/tls/alert.go:9
↓ 2 callersTypeAliasformat
A format is a DWARF data encoding format.
pkg/debug/dwarf/const.go:185
↓ 2 callersTypeAliaspipeAddr
pkg/net/pipe.go:25
↓ 2 callersTypeAliasrecordType
TLS record types.
pkg/crypto/tls/common.go:27
↓ 2 callersClasssigaction
pkg/runtime/freebsd/os.h:4
↓ 2 callersClasssigaltstack
pkg/runtime/freebsd/defs.c:92
↓ 2 callersTypeAliasslicer
pkg/archive/tar/common.go:69
next →1–100 of 2,265, ranked by callers