OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:structs
(Results
51 - 75
of
178
) sorted by null
1
2
3
4
5
6
7
8
/prebuilts/go/darwin-x86/test/ken/
embed.go
7
// Test embedded fields of
structs
, including methods.
/prebuilts/go/linux-x86/src/debug/macho/
fat.go
86
// Following the fat_header comes narch fat_arch
structs
that index
/prebuilts/go/linux-x86/src/go/types/
typestring_test.go
54
//
structs
/prebuilts/go/linux-x86/src/reflect/
deepequal.go
131
//
structs
. In maps, keys are compared with == but elements use deep
/prebuilts/go/linux-x86/test/ken/
embed.go
7
// Test embedded fields of
structs
, including methods.
/prebuilts/go/darwin-x86/src/runtime/
runtime2.go
120
// Goroutine
structs
are published in the allg list and never freed.
121
// That will keep the goroutine
structs
from being collected.
126
// in the GC, we'd need to allocate the goroutine
structs
from an
365
deferpool [5][]*_defer // pool of available defer
structs
of different sizes (see panic.go)
444
// Central cache of sudog
structs
.
448
// Central pool of available defer
structs
of different sizes.
runtime_test.go
199
// make sure we add padding for
structs
with trailing zero-sized fields
stack_test.go
286
// TestPanicUseStack checks that a chain of Panic
structs
on the stack are
/prebuilts/go/linux-x86/src/runtime/
runtime2.go
120
// Goroutine
structs
are published in the allg list and never freed.
121
// That will keep the goroutine
structs
from being collected.
126
// in the GC, we'd need to allocate the goroutine
structs
from an
365
deferpool [5][]*_defer // pool of available defer
structs
of different sizes (see panic.go)
444
// Central cache of sudog
structs
.
448
// Central pool of available defer
structs
of different sizes.
runtime_test.go
199
// make sure we add padding for
structs
with trailing zero-sized fields
/prebuilts/go/darwin-x86/src/encoding/binary/
binary.go
134
// When reading into
structs
, the field data for fields with
228
// When writing
structs
, zero values are written for fields
/prebuilts/go/linux-x86/src/encoding/binary/
binary.go
134
// When reading into
structs
, the field data for fields with
228
// When writing
structs
, zero values are written for fields
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
decodesym.go
208
if s == nil { // embedded
structs
have a nil name.
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
decodesym.go
205
if s == nil { // embedded
structs
have a nil name.
/prebuilts/go/darwin-x86/src/compress/gzip/
gunzip.go
45
// That header is exposed as the fields of the Writer and Reader
structs
.
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
decodesym.go
208
if s == nil { // embedded
structs
have a nil name.
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
decodesym.go
205
if s == nil { // embedded
structs
have a nil name.
/prebuilts/go/linux-x86/src/compress/gzip/
gunzip.go
45
// That header is exposed as the fields of the Writer and Reader
structs
.
/build/blueprint/proptools/
extend_test.go
843
// Append mismatched
structs
855
// Append mismatched pointer
structs
/prebuilts/go/darwin-x86/src/encoding/gob/
doc.go
31
The source and destination values/types need not correspond exactly. For
structs
,
78
Structs
, arrays and slices are also supported.
Structs
encode and decode only
144
Structs
are sent as a sequence of (field number, field value) pairs. The field
329
// of every struct, including nested
structs
.
encoder.go
161
//
structs
must be sent so we know their fields.
/prebuilts/go/darwin-x86/src/fmt/
doc.go
17
when printing
structs
, the plus flag (%+v) adds field names
161
For compound operands such as slices and
structs
, the format
/prebuilts/go/linux-x86/src/encoding/gob/
doc.go
31
The source and destination values/types need not correspond exactly. For
structs
,
78
Structs
, arrays and slices are also supported.
Structs
encode and decode only
144
Structs
are sent as a sequence of (field number, field value) pairs. The field
329
// of every struct, including nested
structs
.
/prebuilts/go/linux-x86/src/fmt/
doc.go
17
when printing
structs
, the plus flag (%+v) adds field names
161
For compound operands such as slices and
structs
, the format
/prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go
67
// For embedded
structs
, embed its fields.
Completed in 405 milliseconds
1
2
3
4
5
6
7
8