Lines Matching refs:this
4 * you may not use this file except in compliance with the License.
33 this->identifier = identifier;
38 this->id = idParam;
45 if (this->id != idParam) {
47 << "want: " << idParam << ", actual: " << this->id;
48 this->id = -1;
68 this->st = stParam;
78 if (this->st != stParam) {
80 << "want: " << stParam << ", actual: " << this->st;
85 this->st = -1;
140 this->val = valParam;
150 if (this->val != valParam) {
152 << "want: " << valParam << ", actual: " << this->val;
157 this->val = -1;