Home
last modified time | relevance | path

Searched refs:Tombstone (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_tombstone.go11 type Tombstone struct { struct
13 raw *vocab.Tombstone argument
17 func (t *Tombstone) Raw() (n *vocab.Tombstone) { argument
469 func (t *Tombstone) LenName() (idx int) { argument
505 func (t *Tombstone) RemoveName(idx int) { argument
722 func (t *Tombstone) SetId(k *url.URL) { argument
1146 func (t *Tombstone) LenTag() (idx int) { argument
1336 func (t *Tombstone) LenTo() (idx int) { argument
1372 func (t *Tombstone) RemoveTo(idx int) { argument
1448 func (t *Tombstone) LenCc() (idx int) { argument
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_tombstone.go518 type Tombstone struct { struct
1529 func (t *Tombstone) NameLen() (l int) { argument
1873 func (t *Tombstone) IconLen() (l int) { argument
2874 func (t *Tombstone) TagLen() (l int) { argument
3090 func (t *Tombstone) UrlLen() (l int) { argument
3183 func (t *Tombstone) ToLen() (l int) { argument
3308 func (t *Tombstone) BtoLen() (l int) { argument
3433 func (t *Tombstone) CcLen() (l int) { argument
3558 func (t *Tombstone) BccLen() (l int) { argument
4726 func (t *Tombstone) AddUnknown(k string, i interface{}) (this *Tombstone) { argument
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DTombstone.vala8 private Gee.HashMap<File, Tombstone> file_map = new Gee.HashMap<File, Tombstone>(file_hash,
16 return source is Tombstone;
27 Tombstone tombstone = (Tombstone) object;
35 Tombstone tombstone = (Tombstone) object;
58 Tombstone tombstone = (Tombstone) object;
73 public Tombstone? locate(File file) {
116 Tombstone tombstone = (Tombstone) object;
174 public class Tombstone : DataSource {
202 private Tombstone(TombstoneRow row) {
217 Gee.ArrayList<Tombstone> tombstones = new Gee.ArrayList<Tombstone>();
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DTombstone.vala21 private Gee.HashMap<File, Tombstone> file_map = new Gee.HashMap<File, Tombstone> (file_hash,
29 return source is Tombstone;
40 Tombstone tombstone = (Tombstone) object;
48 Tombstone tombstone = (Tombstone) object;
71 Tombstone tombstone = (Tombstone) object;
86 public Tombstone? locate (File file) {
129 Tombstone tombstone = (Tombstone) object;
187 public class Tombstone : DataSource {
215 private Tombstone (TombstoneRow row) {
230 Gee.ArrayList<Tombstone> tombstones = new Gee.ArrayList<Tombstone> ();
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dgraveyard_test.go198 dump := func() []*Tombstone {
206 var dump []*Tombstone
208 dump = append(dump, ti.(*Tombstone))
214 expected := []*Tombstone{
215 &Tombstone{Key: "foo/bar/baz", Index: 5},
216 &Tombstone{Key: "foo/bar/zoo", Index: 8},
217 &Tombstone{Key: "foo/in/the/house", Index: 2},
218 &Tombstone{Key: "some/other/path", Index: 9},
244 dump := func() []*Tombstone {
252 var dump []*Tombstone
[all …]
H A Dgraveyard.go10 type Tombstone struct { struct
30 stone := &Tombstone{Key: key, Index: idx}
56 s := stone.(*Tombstone)
76 func (g *Graveyard) RestoreTxn(tx *memdb.Txn, stone *Tombstone) error {
101 if stone.(*Tombstone).Index <= idx {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/state/
H A Dgraveyard_test.go198 dump := func() []*Tombstone {
206 var dump []*Tombstone
208 dump = append(dump, ti.(*Tombstone))
214 expected := []*Tombstone{
215 &Tombstone{Key: "foo/bar/baz", Index: 5},
216 &Tombstone{Key: "foo/bar/zoo", Index: 8},
217 &Tombstone{Key: "foo/in/the/house", Index: 2},
218 &Tombstone{Key: "some/other/path", Index: 9},
244 dump := func() []*Tombstone {
252 var dump []*Tombstone
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dgraveyard_test.go198 dump := func() []*Tombstone {
206 var dump []*Tombstone
208 dump = append(dump, ti.(*Tombstone))
214 expected := []*Tombstone{
215 &Tombstone{Key: "foo/bar/baz", Index: 5},
216 &Tombstone{Key: "foo/bar/zoo", Index: 8},
217 &Tombstone{Key: "foo/in/the/house", Index: 2},
218 &Tombstone{Key: "some/other/path", Index: 9},
244 dump := func() []*Tombstone {
252 var dump []*Tombstone
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dgraveyard_test.go198 dump := func() []*Tombstone {
206 var dump []*Tombstone
208 dump = append(dump, ti.(*Tombstone))
214 expected := []*Tombstone{
215 &Tombstone{Key: "foo/bar/baz", Index: 5},
216 &Tombstone{Key: "foo/bar/zoo", Index: 8},
217 &Tombstone{Key: "foo/in/the/house", Index: 2},
218 &Tombstone{Key: "some/other/path", Index: 9},
244 dump := func() []*Tombstone {
252 var dump []*Tombstone
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dgraveyard_test.go197 dump := func() []*Tombstone {
205 var dump []*Tombstone
207 dump = append(dump, ti.(*Tombstone))
213 expected := []*Tombstone{
214 &Tombstone{Key: "foo/bar/baz", Index: 5},
215 &Tombstone{Key: "foo/bar/zoo", Index: 8},
216 &Tombstone{Key: "foo/in/the/house", Index: 2},
217 &Tombstone{Key: "some/other/path", Index: 9},
251 dump := func() []*Tombstone {
259 var dump []*Tombstone
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dgraveyard_test.go197 dump := func() []*Tombstone {
205 var dump []*Tombstone
207 dump = append(dump, ti.(*Tombstone))
213 expected := []*Tombstone{
214 &Tombstone{Key: "foo/bar/baz", Index: 5},
215 &Tombstone{Key: "foo/bar/zoo", Index: 8},
216 &Tombstone{Key: "foo/in/the/house", Index: 2},
217 &Tombstone{Key: "some/other/path", Index: 9},
251 dump := func() []*Tombstone {
259 var dump []*Tombstone
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
125 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
131 return std::make_shared<Tombstone>( in ToTombstone()
156 Tombstone::Tombstone( in Tombstone() function in rocksdb::cassandra::Tombstone
164 int64_t Tombstone::Timestamp() const { in Timestamp()
168 std::size_t Tombstone::Size() const { in Size()
173 void Tombstone::Serialize(std::string* dest) const { in Serialize()
186 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
197 return std::make_shared<Tombstone>( in Deserialize()
284 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/cassandra/
H A Dformat.cc47 return Tombstone::Deserialize(src, offset); in Deserialize()
127 std::shared_ptr<Tombstone> ExpiringColumn::ToTombstone() const { in ToTombstone()
133 return std::make_shared<Tombstone>( in ToTombstone()
160 Tombstone::Tombstone( in Tombstone() function in ROCKSDB_NAMESPACE::cassandra::Tombstone
168 int64_t Tombstone::Timestamp() const { in Timestamp()
172 std::size_t Tombstone::Size() const { in Size()
177 void Tombstone::Serialize(std::string* dest) const { in Serialize()
190 std::shared_ptr<Tombstone> Tombstone::Deserialize(const char *src, in Deserialize()
201 return std::make_shared<Tombstone>( in Deserialize()
288 std::shared_ptr<Tombstone> tombstone = in RemoveTombstones()
[all …]
/dports/sysutils/consul/consul-1.10.3/agent/consul/state/
H A Dgraveyard.go12 type Tombstone struct { struct
33 stone := &Tombstone{
63 s := stone.(*Tombstone)
83 func (g *Graveyard) RestoreTxn(tx WriteTxn, stone *Tombstone) error {
105 if stone.(*Tombstone).Index <= idx {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/consul/state/
H A Dgraveyard.go12 type Tombstone struct { struct
33 stone := &Tombstone{
63 s := stone.(*Tombstone)
83 func (g *Graveyard) RestoreTxn(tx WriteTxn, stone *Tombstone) error {
105 if stone.(*Tombstone).Index <= idx {

12345678910>>...36