/prebuilts/go/linux-x86/src/internal/runtime/atomic/ |
D | types.go | 20 func (i *Int32) Load() int32 { func 73 func (i *Int64) Load() int64 { func 123 func (u *Uint8) Load() uint8 { func 167 func (b *Bool) Load() bool { func 193 func (u *Uint32) Load() uint32 { func 308 func (u *Uint64) Load() uint64 { func 358 func (u *Uintptr) Load() uintptr { func 436 func (f *Float64) Load() float64 { func 465 func (u *UnsafePointer) Load() unsafe.Pointer { func 525 func (p *Pointer[T]) Load() *T { func
|
D | atomic_386.go | 19 func Load(ptr *uint32) uint32 { func
|
D | atomic_loong64.go | 30 func Load(ptr *uint32) uint32 func
|
D | atomic_s390x.go | 17 func Load(ptr *uint32) uint32 { func
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
D | type.go | 17 func (x *Bool) Load() bool { return LoadUint32(&x.v) != 0 } func 54 func (x *Pointer[T]) Load() *T { return (*T)(LoadPointer(&x.v)) } func 74 func (x *Int32) Load() int32 { return LoadInt32(&x.v) } func 106 func (x *Int64) Load() int64 { return LoadInt64(&x.v) } func 137 func (x *Uint32) Load() uint32 { return LoadUint32(&x.v) } func 169 func (x *Uint64) Load() uint64 { return LoadUint64(&x.v) } func 200 func (x *Uintptr) Load() uintptr { return LoadUintptr(&x.v) } func
|
D | value.go | 28 func (v *Value) Load() (val any) { func
|
/prebuilts/go/linux-x86/test/fixedbugs/issue49143.dir/ |
D | a.go | 13 func (l *Loader[K, R]) Load() error { func
|
/prebuilts/go/linux-x86/src/sync/ |
D | map_reference_test.go | 16 Load(key any) (value any, ok bool) methodSpec 39 func (m *RWMutexMap) Load(key any) (value any, ok bool) { func 163 func (m *DeepCopyMap) Load(key any) (value any, ok bool) { func
|
D | map.go | 123 func (m *Map) Load(key any) (value any, ok bool) { func
|
/prebuilts/go/linux-x86/test/typeparam/issue50437.dir/ |
D | a.go | 41 func (m *M) Load(key any) (value any, ok bool) { func
|
/prebuilts/go/linux-x86/src/cmd/link/internal/loadxcoff/ |
D | ldxcoff.go | 44 func Load(l *loader.Loader, arch *sys.Arch, localSymVersion int, input *bio.Reader, pkg string, len… func
|
/prebuilts/go/linux-x86/src/runtime/ |
D | mspanset.go | 281 func (s *atomicSpanSetSpinePointer) Load() spanSetSpinePointer { func 397 func (p *atomicMSpanPointer) Load() *mspan { func
|
D | mranges.go | 222 func (b *atomicOffAddr) Load() (uintptr, bool) { func
|
/prebuilts/go/linux-x86/src/internal/concurrent/ |
D | hashtriemap.go | 48 func (ht *HashTrieMap[K, V]) Load(key K) (value V, ok bool) { func
|
/prebuilts/module_sdk/art/17/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/module_sdk/art/13/include/art/libartbase/base/ |
D | memory_region.h | 62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load() function
|
/prebuilts/go/linux-x86/src/io/ |
D | pipe.go | 29 func (a *onceError) Load() error { func
|