Home
last modified time | relevance | path

Searched defs:ObjectStorage (Results 1 – 25 of 148) sorted by relevance

123456

/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/
H A Dcatch_constructor.hpp20 struct ObjectStorage struct
24 ObjectStorage() : data() {} in ObjectStorage() function
26 ObjectStorage(const ObjectStorage& other) in ObjectStorage() argument
31 ObjectStorage(ObjectStorage&& other) in ObjectStorage() function
36 ~ObjectStorage() { destruct_on_exit<T>(); } in ~ObjectStorage()
39 void construct(Args&&... args) in construct()
45 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct()
56 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()
58 T& stored_object() { in stored_object()
62 T const& stored_object() const { in stored_object()
[all …]
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/
H A Dcatch_constructor.hpp20 struct ObjectStorage struct
24 ObjectStorage() : data() {} in ObjectStorage() function
26 ObjectStorage(const ObjectStorage& other) in ObjectStorage() argument
31 ObjectStorage(ObjectStorage&& other) in ObjectStorage() function
36 ~ObjectStorage() { destruct_on_exit<T>(); } in ~ObjectStorage()
39 void construct(Args&&... args) in construct()
45 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct()
56 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()
58 T& stored_object() { in stored_object()
62 T const& stored_object() const { in stored_object()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/
H A Dcatch_constructor.hpp20 struct ObjectStorage struct
24 ObjectStorage() : data() {} in ObjectStorage() argument
26 ObjectStorage(const ObjectStorage& other) in ObjectStorage() argument
31 ObjectStorage(ObjectStorage&& other) in ObjectStorage() function
36 ~ObjectStorage() { destruct_on_exit<T>(); } in ~ObjectStorage()
39 void construct(Args&&... args) in construct()
45 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct()
56 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()
58 T& stored_object() { in stored_object()
62 T const& stored_object() const { in stored_object()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_constructor.hpp20 struct ObjectStorage struct
24 ObjectStorage() : data() {} in ObjectStorage() function
26 ObjectStorage(const ObjectStorage& other) in ObjectStorage() argument
31 ObjectStorage(ObjectStorage&& other) in ObjectStorage() argument
36 ~ObjectStorage() { destruct_on_exit<T>(); } in ~ObjectStorage()
39 void construct(Args&&... args) in construct()
45 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct()
56 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()
58 T& stored_object() { in stored_object()
62 T const& stored_object() const { in stored_object()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_constructor.hpp20 struct ObjectStorage struct
24 ObjectStorage() : data() {} in ObjectStorage() function
26 ObjectStorage(const ObjectStorage& other) in ObjectStorage() argument
31 ObjectStorage(ObjectStorage&& other) in ObjectStorage() argument
36 ~ObjectStorage() { destruct_on_exit<T>(); } in ~ObjectStorage()
39 void construct(Args&&... args) in construct()
45 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct()
56 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()
58 T& stored_object() { in stored_object()
62 T const& stored_object() const { in stored_object()
[all …]
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/
H A Dcatch_constructor.hpp20 struct ObjectStorage struct
24 ObjectStorage() : data() {} in ObjectStorage() argument
26 ObjectStorage(const ObjectStorage& other) in ObjectStorage() function
31 ObjectStorage(ObjectStorage&& other) in ObjectStorage() function
36 ~ObjectStorage() { destruct_on_exit<T>(); } in ~ObjectStorage()
39 void construct(Args&&... args) in construct()
45 typename std::enable_if<AllowManualDestruction>::type destruct() in destruct()
56 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()
58 T& stored_object() { in stored_object()
62 T const& stored_object() const { in stored_object()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/storage/filesystem/
H A Dobject.go21 type ObjectStorage struct { struct
22 options Options
26 objectCache cache.Object
28 dir *dotgit.DotGit
29 index map[plumbing.Hash]idxfile.Index
31 packList []plumbing.Hash
32 packListIdx int
50 func (s *ObjectStorage) requireIndex() error {
71 func (s *ObjectStorage) Reindex() {
451 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dobject.go21 type ObjectStorage struct { struct
22 options Options
26 objectCache cache.Object
28 dir *dotgit.DotGit
29 index map[plumbing.Hash]idxfile.Index
31 packList []plumbing.Hash
32 packListIdx int
50 func (s *ObjectStorage) requireIndex() error {
71 func (s *ObjectStorage) Reindex() {
451 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dobject.go21 type ObjectStorage struct { struct
22 options Options
26 objectCache cache.Object
28 dir *dotgit.DotGit
29 index map[plumbing.Hash]idxfile.Index
31 packList []plumbing.Hash
32 packListIdx int
50 func (s *ObjectStorage) requireIndex() error {
71 func (s *ObjectStorage) Reindex() {
451 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dobject.go21 type ObjectStorage struct { struct
22 options Options
26 objectCache cache.Object
28 dir *dotgit.DotGit
29 index map[plumbing.Hash]idxfile.Index
31 packList []plumbing.Hash
32 packListIdx int
50 func (s *ObjectStorage) requireIndex() error {
71 func (s *ObjectStorage) Reindex() {
451 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/storage/filesystem/
H A Dobject.go21 type ObjectStorage struct { struct
22 options Options
26 objectCache cache.Object
28 dir *dotgit.DotGit
29 index map[plumbing.Hash]idxfile.Index
31 packList []plumbing.Hash
32 packListIdx int
50 func (s *ObjectStorage) requireIndex() error {
71 func (s *ObjectStorage) Reindex() {
451 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dobject.go21 type ObjectStorage struct { struct
22 options Options
26 objectCache cache.Object
28 dir *dotgit.DotGit
29 index map[plumbing.Hash]idxfile.Index
31 packList []plumbing.Hash
32 packListIdx int
50 func (s *ObjectStorage) requireIndex() error {
71 func (s *ObjectStorage) Reindex() {
457 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/storage/filesystem/
H A Dobject.go21 type ObjectStorage struct { struct
22 options Options
26 objectCache cache.Object
28 dir *dotgit.DotGit
29 index map[plumbing.Hash]idxfile.Index
31 packList []plumbing.Hash
32 packListIdx int
50 func (s *ObjectStorage) requireIndex() error {
71 func (s *ObjectStorage) Reindex() {
451 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/storage/filesystem/
H A Dobject.go20 type ObjectStorage struct { struct
22 deltaBaseCache cache.Object
24 dir *dotgit.DotGit
25 index map[plumbing.Hash]idxfile.Index
38 func (s *ObjectStorage) requireIndex() error {
58 func (s *ObjectStorage) loadIdxFile(h plumbing.Hash) (err error) {
75 func (s *ObjectStorage) NewEncodedObject() plumbing.EncodedObject {
217 func (s *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (
271 func (s *ObjectStorage) DeltaObject(t plumbing.ObjectType,
354 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/storage/transactional/
H A Dobject.go9 type ObjectStorage struct { struct
10 storer.EncodedObjectStorer
11 temporal storer.EncodedObjectStorer
21 func (o *ObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) {
26 func (o *ObjectStorage) HasEncodedObject(h plumbing.Hash) error {
36 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (int64, error) {
46 …ectStorage) EncodedObject(t plumbing.ObjectType, h plumbing.Hash) (plumbing.EncodedObject, error) {
56 …nc (o *ObjectStorage) IterEncodedObjects(t plumbing.ObjectType) (storer.EncodedObjectIter, error) {
74 func (o *ObjectStorage) Commit() error {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dobject.go9 type ObjectStorage struct { struct
10 storer.EncodedObjectStorer
11 temporal storer.EncodedObjectStorer
21 func (o *ObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) {
26 func (o *ObjectStorage) HasEncodedObject(h plumbing.Hash) error {
36 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (int64, error) {
46 …ectStorage) EncodedObject(t plumbing.ObjectType, h plumbing.Hash) (plumbing.EncodedObject, error) {
56 …nc (o *ObjectStorage) IterEncodedObjects(t plumbing.ObjectType) (storer.EncodedObjectIter, error) {
74 func (o *ObjectStorage) Commit() error {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dobject.go9 type ObjectStorage struct { struct
10 storer.EncodedObjectStorer
11 temporal storer.EncodedObjectStorer
21 func (o *ObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) {
26 func (o *ObjectStorage) HasEncodedObject(h plumbing.Hash) error {
36 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (int64, error) {
46 …ectStorage) EncodedObject(t plumbing.ObjectType, h plumbing.Hash) (plumbing.EncodedObject, error) {
56 …nc (o *ObjectStorage) IterEncodedObjects(t plumbing.ObjectType) (storer.EncodedObjectIter, error) {
74 func (o *ObjectStorage) Commit() error {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dobject.go9 type ObjectStorage struct { struct
10 storer.EncodedObjectStorer
11 temporal storer.EncodedObjectStorer
21 func (o *ObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) {
26 func (o *ObjectStorage) HasEncodedObject(h plumbing.Hash) error {
36 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (int64, error) {
46 …ectStorage) EncodedObject(t plumbing.ObjectType, h plumbing.Hash) (plumbing.EncodedObject, error) {
56 …nc (o *ObjectStorage) IterEncodedObjects(t plumbing.ObjectType) (storer.EncodedObjectIter, error) {
74 func (o *ObjectStorage) Commit() error {
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/storage/transactional/
H A Dobject.go9 type ObjectStorage struct { struct
10 storer.EncodedObjectStorer
11 temporal storer.EncodedObjectStorer
21 func (o *ObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) {
26 func (o *ObjectStorage) HasEncodedObject(h plumbing.Hash) error {
36 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (int64, error) {
46 …ectStorage) EncodedObject(t plumbing.ObjectType, h plumbing.Hash) (plumbing.EncodedObject, error) {
56 …nc (o *ObjectStorage) IterEncodedObjects(t plumbing.ObjectType) (storer.EncodedObjectIter, error) {
74 func (o *ObjectStorage) Commit() error {
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/storage/filesystem/
H A Dobject.go22 type ObjectStorage struct { struct
24 DeltaBaseCache cache.Object
26 dir *dotgit.DotGit
27 index map[plumbing.Hash]*packfile.Index
39 func (s *ObjectStorage) requireIndex() error {
59 func (s *ObjectStorage) loadIdxFile(h plumbing.Hash) error {
76 func (s *ObjectStorage) NewEncodedObject() plumbing.EncodedObject {
80 func (s *ObjectStorage) PackfileWriter() (io.WriteCloser, error) {
149 func (s *ObjectStorage) DeltaObject(t plumbing.ObjectType,
232 func (s *ObjectStorage) decodeObjectAt(
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/storage/memory/
H A Dstorage.go23 ObjectStorage anonMember
85 type ObjectStorage struct { struct
86 Objects map[plumbing.Hash]plumbing.EncodedObject
87 Commits map[plumbing.Hash]plumbing.EncodedObject
88 Trees map[plumbing.Hash]plumbing.EncodedObject
89 Blobs map[plumbing.Hash]plumbing.EncodedObject
90 Tags map[plumbing.Hash]plumbing.EncodedObject
124 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (
169 func (o *ObjectStorage) Begin() storer.Transaction {
189 func (o *ObjectStorage) ObjectPacks() ([]plumbing.Hash, error) {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/storage/memory/
H A Dstorage.go23 ObjectStorage anonMember
85 type ObjectStorage struct { struct
86 Objects map[plumbing.Hash]plumbing.EncodedObject
87 Commits map[plumbing.Hash]plumbing.EncodedObject
88 Trees map[plumbing.Hash]plumbing.EncodedObject
89 Blobs map[plumbing.Hash]plumbing.EncodedObject
90 Tags map[plumbing.Hash]plumbing.EncodedObject
124 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (
169 func (o *ObjectStorage) Begin() storer.Transaction {
189 func (o *ObjectStorage) ObjectPacks() ([]plumbing.Hash, error) {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/storage/memory/
H A Dstorage.go23 ObjectStorage anonMember
85 type ObjectStorage struct { struct
86 Objects map[plumbing.Hash]plumbing.EncodedObject
87 Commits map[plumbing.Hash]plumbing.EncodedObject
88 Trees map[plumbing.Hash]plumbing.EncodedObject
89 Blobs map[plumbing.Hash]plumbing.EncodedObject
90 Tags map[plumbing.Hash]plumbing.EncodedObject
124 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (
169 func (o *ObjectStorage) Begin() storer.Transaction {
189 func (o *ObjectStorage) ObjectPacks() ([]plumbing.Hash, error) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/storage/memory/
H A Dstorage.go23 ObjectStorage anonMember
85 type ObjectStorage struct { struct
86 Objects map[plumbing.Hash]plumbing.EncodedObject
87 Commits map[plumbing.Hash]plumbing.EncodedObject
88 Trees map[plumbing.Hash]plumbing.EncodedObject
89 Blobs map[plumbing.Hash]plumbing.EncodedObject
90 Tags map[plumbing.Hash]plumbing.EncodedObject
124 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (
169 func (o *ObjectStorage) Begin() storer.Transaction {
189 func (o *ObjectStorage) ObjectPacks() ([]plumbing.Hash, error) {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/storage/memory/
H A Dstorage.go23 ObjectStorage anonMember
85 type ObjectStorage struct { struct
86 Objects map[plumbing.Hash]plumbing.EncodedObject
87 Commits map[plumbing.Hash]plumbing.EncodedObject
88 Trees map[plumbing.Hash]plumbing.EncodedObject
89 Blobs map[plumbing.Hash]plumbing.EncodedObject
90 Tags map[plumbing.Hash]plumbing.EncodedObject
124 func (o *ObjectStorage) EncodedObjectSize(h plumbing.Hash) (
169 func (o *ObjectStorage) Begin() storer.Transaction {
189 func (o *ObjectStorage) ObjectPacks() ([]plumbing.Hash, error) {
[all …]

123456