Home
last modified time | relevance | path

Searched defs:MemoryBackend (Results 1 – 25 of 61) sorted by relevance

123

/dports/sysutils/restic/restic-0.12.1/internal/backend/mem/
H A Dmem_backend.go27 type MemoryBackend struct { struct
28 data memMap
29 m sync.Mutex
44 func (be *MemoryBackend) Test(ctx context.Context, h restic.Handle) (bool, error) {
58 func (be *MemoryBackend) IsNotExist(err error) bool {
63 func (be *MemoryBackend) Save(ctx context.Context, h restic.Handle, rd restic.RewindReader) error {
137 func (be *MemoryBackend) Stat(ctx context.Context, h restic.Handle) (restic.FileInfo, error) {
160 func (be *MemoryBackend) Remove(ctx context.Context, h restic.Handle) error {
213 func (be *MemoryBackend) Location() string {
218 func (be *MemoryBackend) Delete(ctx context.Context) error {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/whyrusleeping/go-logging/
H A Dmemory.go29 type MemoryBackend struct { struct
30 size int32
31 maxSize int32
32 head, tail unsafe.Pointer
41 func (b *MemoryBackend) Log(level Level, calldepth int, rec *Record) error {
97 func (b *MemoryBackend) Head() *node {
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/shenwei356/go-logging/
H A Dmemory.go49 type MemoryBackend struct { struct
50 size int32
51 maxSize int32
52 head, tail unsafe.Pointer
61 func (b *MemoryBackend) Log(level Level, calldepth int, rec *Record) error {
117 func (b *MemoryBackend) Head() *node {
H A Dformat_test.go30 func logAndGetLine(backend *MemoryBackend) string {
35 func getLastLine(backend *MemoryBackend) string {
39 func realFunc(backend *MemoryBackend) string {
H A Dmemory_test.go13 func MemoryRecordN(b *MemoryBackend, n int) *Record {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-logging/
H A Dmemory.go49 type MemoryBackend struct { struct
50 size int32
51 maxSize int32
52 head, tail unsafe.Pointer
61 func (b *MemoryBackend) Log(level Level, calldepth int, rec *Record) error {
117 func (b *MemoryBackend) Head() *node {
/dports/textproc/go-yq/yq-4.7.0/vendor/gopkg.in/op/go-logging.v1/
H A Dmemory.go49 type MemoryBackend struct { struct
50 size int32
51 maxSize int32
52 head, tail unsafe.Pointer
61 func (b *MemoryBackend) Log(level Level, calldepth int, rec *Record) error {
117 func (b *MemoryBackend) Head() *node {
H A Dformat_test.go30 func logAndGetLine(backend *MemoryBackend) string {
35 func getLastLine(backend *MemoryBackend) string {
39 func realFunc(backend *MemoryBackend) string {
H A Dmemory_test.go13 func MemoryRecordN(b *MemoryBackend, n int) *Record {
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/shenwei356/go-logging/
H A Dmemory.go49 type MemoryBackend struct { struct
50 size int32
51 maxSize int32
52 head, tail unsafe.Pointer
61 func (b *MemoryBackend) Log(level Level, calldepth int, rec *Record) error {
117 func (b *MemoryBackend) Head() *node {
H A Dformat_test.go30 func logAndGetLine(backend *MemoryBackend) string {
35 func getLastLine(backend *MemoryBackend) string {
39 func realFunc(backend *MemoryBackend) string {
/dports/astro/merkaartor/merkaartor-0.19.0/src/Features/
H A DNode.h18 friend class MemoryBackend; variable
89 friend class MemoryBackend; variable
124 friend class MemoryBackend; variable
H A DRelation.h14 friend class MemoryBackend; variable
H A DTrackSegment.h13 friend class MemoryBackend; variable
H A DWay.h18 friend class MemoryBackend; variable
/dports/sysutils/plasma5-ksystemstats/ksystemstats-5.23.5/plugins/memory/
H A Dmemory.h16 class MemoryBackend; variable
H A Dbackend.cpp15 MemoryBackend::MemoryBackend(KSysGuard::SensorContainer *container) in MemoryBackend() function in MemoryBackend
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Cache/
H A DMemoryBackendTest.php5 use Drupal\Core\Cache\MemoryBackend; alias
H A DBackendChainTest.php6 use Drupal\Core\Cache\MemoryBackend; alias
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Cache/
H A DMemoryBackendTest.php5 use Drupal\Core\Cache\MemoryBackend; alias
H A DBackendChainTest.php6 use Drupal\Core\Cache\MemoryBackend; alias
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Kernel/System/
H A DFloodTest.php6 use Drupal\Core\Flood\MemoryBackend; alias
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Kernel/System/
H A DFloodTest.php6 use Drupal\Core\Flood\MemoryBackend; alias
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Cache/
H A DChainedFastBackendTest.php6 use Drupal\Core\Cache\MemoryBackend; alias
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Cache/
H A DChainedFastBackendTest.php6 use Drupal\Core\Cache\MemoryBackend; alias

123