Home
last modified time | relevance | path

Searched refs:Progress_data (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/dump/
H A Dabstract_progress_watcher.h60 class Progress_data
63 Progress_data();
64 Progress_data(const Progress_data& to_copy);
65 Progress_data& operator=(const Progress_data& to_copy);
66 Progress_data operator-(const Progress_data& to_subtract);
72 virtual void process_progress_step(Progress_data& change)= 0;
74 Progress_data m_total;
75 Progress_data m_progress;
76 Progress_data m_last_progress;
H A Dabstract_progress_watcher.cc57 Progress_data change= m_progress - m_last_progress; in progress_changed()
131 Abstract_progress_watcher::Progress_data
132 Abstract_progress_watcher::Progress_data::operator-( in operator -()
133 const Progress_data& to_subtract) in operator -()
135 Progress_data res; in operator -()
143 Abstract_progress_watcher::Progress_data&
144 Abstract_progress_watcher::Progress_data::operator=( in operator =()
145 const Progress_data& to_copy) in operator =()
154 Abstract_progress_watcher::Progress_data::Progress_data( in Progress_data() function in Abstract_progress_watcher::Progress_data
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
[all …]
H A Dstandard_progress_watcher.h41 void process_progress_step(Abstract_progress_watcher::Progress_data& change);
H A Dstandard_progress_watcher.cc30 Abstract_progress_watcher::Progress_data& change) in process_progress_step()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/dump/
H A Dabstract_progress_watcher.h60 class Progress_data
63 Progress_data();
64 Progress_data(const Progress_data& to_copy);
65 Progress_data& operator=(const Progress_data& to_copy);
66 Progress_data operator-(const Progress_data& to_subtract);
72 virtual void process_progress_step(Progress_data& change)= 0;
74 Progress_data m_total;
75 Progress_data m_progress;
76 Progress_data m_last_progress;
H A Dabstract_progress_watcher.cc57 Progress_data change= m_progress - m_last_progress; in progress_changed()
131 Abstract_progress_watcher::Progress_data
132 Abstract_progress_watcher::Progress_data::operator-( in operator -()
133 const Progress_data& to_subtract) in operator -()
135 Progress_data res; in operator -()
143 Abstract_progress_watcher::Progress_data&
144 Abstract_progress_watcher::Progress_data::operator=( in operator =()
145 const Progress_data& to_copy) in operator =()
154 Abstract_progress_watcher::Progress_data::Progress_data( in Progress_data() function in Abstract_progress_watcher::Progress_data
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
[all …]
H A Dstandard_progress_watcher.h41 void process_progress_step(Abstract_progress_watcher::Progress_data& change);
H A Dstandard_progress_watcher.cc30 Abstract_progress_watcher::Progress_data& change) in process_progress_step()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/dump/
H A Dabstract_progress_watcher.h60 class Progress_data
63 Progress_data();
64 Progress_data(const Progress_data& to_copy);
65 Progress_data& operator=(const Progress_data& to_copy);
66 Progress_data operator-(const Progress_data& to_subtract);
72 virtual void process_progress_step(Progress_data& change)= 0;
74 Progress_data m_total;
75 Progress_data m_progress;
76 Progress_data m_last_progress;
H A Dabstract_progress_watcher.cc57 Progress_data change= m_progress - m_last_progress; in progress_changed()
131 Abstract_progress_watcher::Progress_data
132 Abstract_progress_watcher::Progress_data::operator-( in operator -()
133 const Progress_data& to_subtract) in operator -()
135 Progress_data res; in operator -()
143 Abstract_progress_watcher::Progress_data&
144 Abstract_progress_watcher::Progress_data::operator=( in operator =()
145 const Progress_data& to_copy) in operator =()
154 Abstract_progress_watcher::Progress_data::Progress_data( in Progress_data() function in Abstract_progress_watcher::Progress_data
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
[all …]
H A Dstandard_progress_watcher.h41 void process_progress_step(Abstract_progress_watcher::Progress_data& change);
H A Dstandard_progress_watcher.cc30 Abstract_progress_watcher::Progress_data& change) in process_progress_step()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/dump/
H A Dabstract_progress_watcher.h60 class Progress_data
63 Progress_data();
64 Progress_data(const Progress_data& to_copy);
65 Progress_data& operator=(const Progress_data& to_copy);
66 Progress_data operator-(const Progress_data& to_subtract);
72 virtual void process_progress_step(Progress_data& change)= 0;
74 Progress_data m_total;
75 Progress_data m_progress;
76 Progress_data m_last_progress;
H A Dabstract_progress_watcher.cc57 Progress_data change= m_progress - m_last_progress; in progress_changed()
131 Abstract_progress_watcher::Progress_data
132 Abstract_progress_watcher::Progress_data::operator-( in operator -()
133 const Progress_data& to_subtract) in operator -()
135 Progress_data res; in operator -()
143 Abstract_progress_watcher::Progress_data&
144 Abstract_progress_watcher::Progress_data::operator=( in operator =()
145 const Progress_data& to_copy) in operator =()
154 Abstract_progress_watcher::Progress_data::Progress_data( in Progress_data() function in Abstract_progress_watcher::Progress_data
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
[all …]
H A Dstandard_progress_watcher.h41 void process_progress_step(Abstract_progress_watcher::Progress_data& change);
/dports/databases/percona57-client/percona-server-5.7.36-39/client/dump/
H A Dabstract_progress_watcher.h60 class Progress_data
63 Progress_data();
64 Progress_data(const Progress_data& to_copy);
65 Progress_data& operator=(const Progress_data& to_copy);
66 Progress_data operator-(const Progress_data& to_subtract);
72 virtual void process_progress_step(Progress_data& change)= 0;
74 Progress_data m_total;
75 Progress_data m_progress;
76 Progress_data m_last_progress;
H A Dabstract_progress_watcher.cc57 Progress_data change= m_progress - m_last_progress; in progress_changed()
131 Abstract_progress_watcher::Progress_data
132 Abstract_progress_watcher::Progress_data::operator-( in operator -()
133 const Progress_data& to_subtract) in operator -()
135 Progress_data res; in operator -()
143 Abstract_progress_watcher::Progress_data&
144 Abstract_progress_watcher::Progress_data::operator=( in operator =()
145 const Progress_data& to_copy) in operator =()
154 Abstract_progress_watcher::Progress_data::Progress_data( in Progress_data() function in Abstract_progress_watcher::Progress_data
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
[all …]
H A Dstandard_progress_watcher.h41 void process_progress_step(Abstract_progress_watcher::Progress_data& change);
/dports/databases/mysql57-client/mysql-5.7.36/client/dump/
H A Dabstract_progress_watcher.h60 class Progress_data
63 Progress_data();
64 Progress_data(const Progress_data& to_copy);
65 Progress_data& operator=(const Progress_data& to_copy);
66 Progress_data operator-(const Progress_data& to_subtract);
72 virtual void process_progress_step(Progress_data& change)= 0;
74 Progress_data m_total;
75 Progress_data m_progress;
76 Progress_data m_last_progress;
H A Dabstract_progress_watcher.cc57 Progress_data change= m_progress - m_last_progress; in progress_changed()
131 Abstract_progress_watcher::Progress_data
132 Abstract_progress_watcher::Progress_data::operator-( in operator -()
133 const Progress_data& to_subtract) in operator -()
135 Progress_data res; in operator -()
143 Abstract_progress_watcher::Progress_data&
144 Abstract_progress_watcher::Progress_data::operator=( in operator =()
145 const Progress_data& to_copy) in operator =()
154 Abstract_progress_watcher::Progress_data::Progress_data( in Progress_data() function in Abstract_progress_watcher::Progress_data
155 const Abstract_progress_watcher::Progress_data& to_copy) in Progress_data()
[all …]
H A Dstandard_progress_watcher.h41 void process_progress_step(Abstract_progress_watcher::Progress_data& change);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/dump/
H A Dabstract_progress_watcher.h71 class Progress_data {
73 Progress_data();
74 Progress_data(const Progress_data &to_copy);
75 Progress_data &operator=(const Progress_data &to_copy);
76 Progress_data operator-(const Progress_data &to_subtract);
82 virtual void process_progress_step(Progress_data &change) = 0;
84 Progress_data m_total;
85 Progress_data m_progress;
86 Progress_data m_last_progress;
H A Dabstract_progress_watcher.cc59 Progress_data change = m_progress - m_last_progress; in progress_changed()
126 Abstract_progress_watcher::Progress_data
127 Abstract_progress_watcher::Progress_data::operator-( in operator -()
128 const Progress_data &to_subtract) { in operator -()
129 Progress_data res; in operator -()
137 Abstract_progress_watcher::Progress_data &
138 Abstract_progress_watcher::Progress_data::operator=( in operator =()
139 const Progress_data &to_copy) { in operator =()
147 Abstract_progress_watcher::Progress_data::Progress_data( in Progress_data() function in Abstract_progress_watcher::Progress_data
148 const Abstract_progress_watcher::Progress_data &to_copy) { in Progress_data()
[all …]
H A Dstandard_progress_watcher.h43 void process_progress_step(Abstract_progress_watcher::Progress_data &change);
H A Dstandard_progress_watcher.cc32 Abstract_progress_watcher::Progress_data &) { in process_progress_step() argument

12