Home | History | Annotate | Download | only in tests

Lines Matching defs:expected_value

228     TypeParam expected_value = 0;
229 memcpy(&expected_value, &value, i);
230 ASSERT_EQ(expected_value, this->op_->StackAt(0)) << "Failed at size " << i;