Lines Matching defs:setValue1

2342     std::vector<double> setValue1 = {1.1, 2.1};
2344 want_->SetParam(setKey1, setValue1);
2345 want_->SetParam(setKey1, setValue1);
2346 setValue1 = {2.1, 3.1};
2347 want_->SetParam(setKey1, setValue1);
2349 setValue1 = {4.1, 5.1};
2350 want_->SetParam(setKey1, setValue1);
2351 EXPECT_EQ(setValue1, want_->GetDoubleArrayParam(setKey1));
2364 std::vector<double> setValue1 = {-1.1, -2.1};
2366 want_->SetParam(setKey1, setValue1);
2367 want_->SetParam(setKey1, setValue1);
2368 setValue1 = {0.1, 1.1};
2369 want_->SetParam(setKey1, setValue1);
2370 EXPECT_EQ(setValue1, want_->GetDoubleArrayParam(setKey1));
2371 setValue1 = {4.1, 5.1};
2372 want_->SetParam(setKey1, setValue1);
2373 setValue1 = {-10.1, -11.1};
2454 std::vector<float> setValue1 = {1.1, 2.1};
2455 want_->SetParam(setKey1, setValue1);
2456 want_->SetParam(setKey1, setValue1);
2457 setValue1 = {2.1, 3.1};
2458 want_->SetParam(setKey1, setValue1);
2460 setValue1 = {4.1, 5.1};
2461 want_->SetParam(setKey1, setValue1);
2462 EXPECT_EQ(setValue1, want_->GetFloatArrayParam(setKey1));
2475 std::vector<float> setValue1 = {-1.1, -2.1};
2477 want_->SetParam(setKey1, setValue1);
2478 want_->SetParam(setKey1, setValue1);
2479 setValue1 = {0.1, 1.1};
2480 want_->SetParam(setKey1, setValue1);
2481 EXPECT_EQ(setValue1, want_->GetFloatArrayParam(setKey1));
2482 setValue1 = {4.1, 5.1};
2483 want_->SetParam(setKey1, setValue1);
2563 std::vector<long> setValue1 = {1, 2};
2564 want_->SetParam(setKey1, setValue1);
2565 want_->SetParam(setKey1, setValue1);
2566 setValue1 = {2, 3};
2567 want_->SetParam(setKey1, setValue1);
2569 setValue1 = {4, 5};
2570 want_->SetParam(setKey1, setValue1);
2571 EXPECT_EQ(setValue1, want_->GetLongArrayParam(setKey1));
2584 std::vector<long> setValue1 = {-1, -2};
2585 want_->SetParam(setKey1, setValue1);
2586 want_->SetParam(setKey1, setValue1);
2587 setValue1 = {0, 1};
2588 want_->SetParam(setKey1, setValue1);
2589 EXPECT_EQ(setValue1, want_->GetLongArrayParam(setKey1));
2590 setValue1 = {4, 5};
2591 want_->SetParam(setKey1, setValue1);
2883 std::vector<std::string> setValue1 = {"aaa", "2132"};
2887 want_->SetParam(key1, setValue1);
2888 want_->SetParam(key1, setValue1);
2893 want_->SetParam(key1, setValue1);
2895 EXPECT_EQ(setValue1, resultValue);
2992 std::string setValue1 = "aaa";
2996 want_->SetParam(key1, setValue1);
2997 want_->SetParam(key1, setValue1);
3000 want_->SetParam(key1, setValue1);
3001 EXPECT_EQ(setValue1, want_->GetStringParam(key1));
3013 std::string setValue1 = "aaa";
3016 want_->SetParam(key1, setValue1);
3017 want_->SetParam(key1, setValue1);
3020 want_->SetParam(key1, setValue1);
3095 long setValue1 = 1;
3097 want_->SetParam(setKey1, setValue1);
3098 want_->SetParam(setKey1, setValue1);
3099 setValue1 = 2;
3100 want_->SetParam(setKey1, setValue1);
3101 setValue1 = 3;
3102 EXPECT_EQ(setValue1, want_->GetLongParam(setKey2, setValue1));
3103 setValue1 = 4;
3104 want_->SetParam(setKey1, setValue1);
3105 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
3117 long setValue1 = -1;
3119 want_->SetParam(setKey1, setValue1);
3120 want_->SetParam(setKey1, setValue1);
3121 setValue1 = 0;
3122 want_->SetParam(setKey1, setValue1);
3123 EXPECT_EQ(setValue1, want_->GetLongParam(setKey1, setValue2));
3124 setValue1 = 4;
3125 want_->SetParam(setKey1, setValue1);
3126 setValue1 = -10;
3127 EXPECT_EQ(setValue1, want_->GetLongParam(setKey2, setValue1));
3420 float setValue1 = 1.1;
3422 want_->SetParam(setKey1, setValue1);
3423 want_->SetParam(setKey1, setValue1);
3424 setValue1 = 2.1;
3425 want_->SetParam(setKey1, setValue1);
3426 setValue1 = 3.1;
3427 EXPECT_EQ(setValue1, want_->GetFloatParam(setKey2, setValue1));
3428 setValue1 = 4.1;
3429 want_->SetParam(setKey1, setValue1);
3430 EXPECT_EQ(setValue1, want_->GetFloatParam(setKey1, setValue2));
3442 float setValue1 = -1.1;
3444 want_->SetParam(setKey1, setValue1);
3445 want_->SetParam(setKey1, setValue1);
3446 setValue1 = 0.1;
3447 want_->SetParam(setKey1, setValue1);
3448 EXPECT_EQ(setValue1, want_->GetFloatParam(setKey1, setValue2));
3449 setValue1 = 4.1;
3450 want_->SetParam(setKey1, setValue1);
3451 setValue1 = -10.1;
3452 EXPECT_EQ(setValue1, want_->GetFloatParam(setKey2, setValue1));
3529 double setValue1 = 1.1;
3531 want_->SetParam(setKey1, setValue1);
3532 want_->SetParam(setKey1, setValue1);
3533 setValue1 = 2.1;
3534 want_->SetParam(setKey1, setValue1);
3535 setValue1 = 3.1;
3536 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey2, setValue1));
3537 setValue1 = 4.1;
3538 want_->SetParam(setKey1, setValue1);
3539 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));
3551 double setValue1 = -1.1;
3553 want_->SetParam(setKey1, setValue1);
3554 want_->SetParam(setKey1, setValue1);
3555 setValue1 = 0.1;
3556 want_->SetParam(setKey1, setValue1);
3557 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey1, setValue2));
3558 setValue1 = 4.1;
3559 want_->SetParam(setKey1, setValue1);
3560 setValue1 = -10.1;
3561 EXPECT_EQ(setValue1, want_->GetDoubleParam(setKey2, setValue1));