Home
last modified time | relevance | path

Searched defs:VersionListDeprecated (Results 1 – 3 of 3) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/db/
H A Dstructs.pb.go366 type VersionListDeprecated struct { struct
371 func (*VersionListDeprecated) ProtoMessage() {}
372 func (*VersionListDeprecated) Descriptor() ([]byte, []int) {
375 func (m *VersionListDeprecated) XXX_Unmarshal(b []byte) error {
390 func (m *VersionListDeprecated) XXX_Merge(src proto.Message) {
393 func (m *VersionListDeprecated) XXX_Size() int {
396 func (m *VersionListDeprecated) XXX_DiscardUnknown() {
1094 func (m *VersionListDeprecated) Marshal() (dAtA []byte, err error) {
1104 func (m *VersionListDeprecated) MarshalTo(dAtA []byte) (int, error) {
1458 func (m *VersionListDeprecated) ProtoSize() (n int) {
[all …]
H A Dschemaupdater.go877 func convertVersionList(vl VersionListDeprecated) (VersionList, error) {
/dports/net/syncthing/syncthing-1.18.1/syncthing/proto/lib/db/
H A Dstructs.proto88 message VersionListDeprecated { message