Lines Matching refs:this
4 * you may not use this file except in compliance with the License.
28 this->identifier = identifier;
33 this->id = idParam;
40 if (this->id != idParam) {
42 << "want: " << idParam << ", actual: " << this->id;
43 this->id = -1;
63 this->st = stParam;
73 if (this->st != stParam) {
75 << "want: " << stParam << ", actual: " << this->st;
80 this->st = -1;
135 this->val = valParam;
145 if (this->val != valParam) {
147 << "want: " << valParam << ", actual: " << this->val;
152 this->val = -1;