Home
last modified time | relevance | path

Searched refs:arrayPool (Results 1 – 18 of 18) sorted by relevance

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/
H A DValidatorCacheWarmerTest.php42 $arrayPool = new PhpArrayAdapter($file, new NullAdapter());
44 …$this->assertTrue($arrayPool->getItem('Symfony.Bundle.FrameworkBundle.Tests.Fixtures.Validation.Pe…
45 …$this->assertTrue($arrayPool->getItem('Symfony.Bundle.FrameworkBundle.Tests.Fixtures.Validation.Au…
71 $arrayPool = new PhpArrayAdapter($file, new NullAdapter());
73 … $item = $arrayPool->getItem('Symfony.Bundle.FrameworkBundle.Tests.Fixtures.Validation.Category');
H A DSerializerCacheWarmerTest.php41 $arrayPool = new PhpArrayAdapter($file, new NullAdapter());
43 …$this->assertTrue($arrayPool->getItem('Symfony_Bundle_FrameworkBundle_Tests_Fixtures_Serialization…
44 …$this->assertTrue($arrayPool->getItem('Symfony_Bundle_FrameworkBundle_Tests_Fixtures_Serialization…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/
H A DValidatorCacheWarmerTest.php42 $arrayPool = new PhpArrayAdapter($file, new NullAdapter());
44 …$this->assertTrue($arrayPool->getItem('Symfony.Bundle.FrameworkBundle.Tests.Fixtures.Validation.Pe…
45 …$this->assertTrue($arrayPool->getItem('Symfony.Bundle.FrameworkBundle.Tests.Fixtures.Validation.Au…
71 $arrayPool = new PhpArrayAdapter($file, new NullAdapter());
73 … $item = $arrayPool->getItem('Symfony.Bundle.FrameworkBundle.Tests.Fixtures.Validation.Category');
H A DSerializerCacheWarmerTest.php41 $arrayPool = new PhpArrayAdapter($file, new NullAdapter());
43 …$this->assertTrue($arrayPool->getItem('Symfony_Bundle_FrameworkBundle_Tests_Fixtures_Serialization…
44 …$this->assertTrue($arrayPool->getItem('Symfony_Bundle_FrameworkBundle_Tests_Fixtures_Serialization…
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/rs/zerolog/
H A Darray.go10 var arrayPool = &sync.Pool{ var
24 a := arrayPool.Get().(*Array)
39 arrayPool.Put(a)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/goccy/go-json/internal/decoder/
H A Dslice.go24 arrayPool sync.Pool member
48 arrayPool: sync.Pool{
63 slice := d.arrayPool.Get().(*sliceHeader)
80 d.arrayPool.Put(p)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/internal/decoder/
H A Dslice.go24 arrayPool sync.Pool member
48 arrayPool: sync.Pool{
63 slice := d.arrayPool.Get().(*sliceHeader)
80 d.arrayPool.Put(p)
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/goccy/go-json/internal/decoder/
H A Dslice.go24 arrayPool sync.Pool member
48 arrayPool: sync.Pool{
63 slice := d.arrayPool.Get().(*sliceHeader)
80 d.arrayPool.Put(p)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)
/dports/devel/bit/bit-1.1.2/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/
H A DJsonTextWriterTest.cs63 JsonTextReaderTest.FakeArrayPool arrayPool = new JsonTextReaderTest.FakeArrayPool(); in BufferTest()
75 writer.ArrayPool = arrayPool; in BufferTest()
96 Console.WriteLine("Allocated buffers: " + arrayPool.FreeArrays.Count); in BufferTest()
100 Assert.AreEqual(0, arrayPool.UsedArrays.Count); in BufferTest()
101 Assert.AreEqual(3, arrayPool.FreeArrays.Count); in BufferTest()
107 JsonTextReaderTest.FakeArrayPool arrayPool = new JsonTextReaderTest.FakeArrayPool(); in BufferTest_WithError()
116 writer.ArrayPool = arrayPool; in BufferTest_WithError()
136 Assert.AreEqual(0, arrayPool.UsedArrays.Count); in BufferTest_WithError()
137 Assert.AreEqual(1, arrayPool.FreeArrays.Count); in BufferTest_WithError()
149 JsonArrayPool arrayPool = new JsonArrayPool(); in BufferErroringWithInvalidSize()
[all …]
H A DJsonTextReaderTest.cs1370 FakeArrayPool arrayPool = new FakeArrayPool(); in BufferTest()
1376 reader.ArrayPool = arrayPool; in BufferTest()
1385 Console.WriteLine("Allocated buffers: " + arrayPool.FreeArrays.Count); in BufferTest()
1389 Assert.AreEqual(0, arrayPool.UsedArrays.Count); in BufferTest()
1390 Assert.AreEqual(6, arrayPool.FreeArrays.Count); in BufferTest()
1400 FakeArrayPool arrayPool = new FakeArrayPool(); in BufferTest_WithError()
1407 reader.ArrayPool = arrayPool; in BufferTest_WithError()
1420 Assert.AreEqual(0, arrayPool.UsedArrays.Count); in BufferTest_WithError()
1421 Assert.AreEqual(2, arrayPool.FreeArrays.Count); in BufferTest_WithError()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/rs/zerolog/
H A Darray.go9 var arrayPool = &sync.Pool{ var
34 arrayPool.Put(a)
39 a := arrayPool.Get().(*Array)