Lines Matching defs:setValue2
2343 std::vector<double> setValue2 = {5.1, 6.1};
2365 std::vector<double> setValue2 = {9.1, 10.1};
2476 std::vector<float> setValue2 = {9.1, 10.1};
2884 std::vector<std::string> setValue2 = {"1*中_aR", "dbdb"};
2889 want_->SetParam(key1, setValue2);
2993 std::string setValue2 = "1*中_aR";
2998 want_->SetParam(key1, setValue2);
3014 std::string setValue2 = "1*中_aR";
3018 want_->SetParam(key1, setValue2);
3096 long setValue2 = 5;
3105 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
3118 long setValue2 = 9;
3123 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
3421 float setValue2 = 5.1;
3430 EXPECT_EQ(setValue1, want_->GetFloatParam(setKey1, setValue2));
3443 float setValue2 = 9.1;
3448 EXPECT_EQ(setValue1, want_->GetFloatParam(setKey1, setValue2));
3530 double setValue2 = 5.1;
3539 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));
3552 double setValue2 = 9.1;
3557 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));