Lines Matching refs:GetParam
246 EXPECT_EQ(valueBool, Boolean::Unbox(IBoolean::Query(WantOut_->GetParams().GetParam(keyStr))));
255 EXPECT_EQ(valueBool, Boolean::Unbox(IBoolean::Query(WantOut2_->GetParams().GetParam(keyStr))));
302 long retLong = Long::Unbox(ILong::Query(WantOut_->GetParams().GetParam(keyStr)));
311 long retLong = Long::Unbox(ILong::Query(WantOut2_->GetParams().GetParam(keyStr)));
365 EXPECT_EQ(valueInt, Integer::Unbox(IInteger::Query(WantOut_->GetParams().GetParam(keyStr))));
374 EXPECT_EQ(valueInt, Integer::Unbox(IInteger::Query(WantOut2_->GetParams().GetParam(keyStr))));
430 EXPECT_EQ(valueString, String::Unbox(IString::Query(WantOut_->GetParams().GetParam(keyStr))));
439 EXPECT_EQ(valueString, String::Unbox(IString::Query(WantOut2_->GetParams().GetParam(keyStr))));
1880 EXPECT_EQ(valueStr, String::Unbox(IString::Query(want_->GetParams().GetParam(keyStr))));
1983 std::string setKey = std::get<0>(GetParam());
1984 std::string getKey = std::get<1>(GetParam());
1985 byte setValue = std::get<2>(GetParam());
1986 byte defaultValue = std::get<3>(GetParam());
1987 byte result = std::get<4>(GetParam());
2035 std::string setKey = std::get<0>(GetParam());
2036 std::string getKey = std::get<1>(GetParam());
2037 std::vector<bool> setValue = std::get<2>(GetParam());
2038 std::vector<bool> defaultValue = std::get<3>(GetParam());
2039 std::vector<bool> result = std::get<4>(GetParam());
2090 std::string setKey = std::get<0>(GetParam());
2091 std::string getKey = std::get<1>(GetParam());
2092 std::vector<zchar> setValue = std::get<2>(GetParam());
2093 std::vector<zchar> defaultValue = std::get<3>(GetParam());
2094 std::vector<zchar> result = std::get<4>(GetParam());
2197 std::string setKey = std::get<0>(GetParam());
2198 std::string getKey = std::get<1>(GetParam());
2199 zchar setValue = std::get<2>(GetParam());
2200 zchar defaultValue = std::get<3>(GetParam());
2201 zchar result = std::get<4>(GetParam());
2305 std::string setKey = std::get<0>(GetParam());
2306 std::string getKey = std::get<1>(GetParam());
2307 std::vector<double> setValue = std::get<2>(GetParam());
2308 std::vector<double> defaultValue = std::get<3>(GetParam());
2309 std::vector<double> result = std::get<4>(GetParam());
2417 std::string setKey = std::get<0>(GetParam());
2418 std::string getKey = std::get<1>(GetParam());
2419 std::vector<float> setValue = std::get<2>(GetParam());
2420 std::vector<float> defaultValue = std::get<3>(GetParam());
2421 std::vector<float> result = std::get<4>(GetParam());
2526 std::string setKey = std::get<0>(GetParam());
2527 std::string getKey = std::get<1>(GetParam());
2528 std::vector<long> setValue = std::get<2>(GetParam());
2529 std::vector<long> defaultValue = std::get<3>(GetParam());
2530 std::vector<long> result = std::get<4>(GetParam());
2635 std::string setKey = std::get<0>(GetParam());
2636 std::string getKey = std::get<1>(GetParam());
2637 std::vector<short> setValue = std::get<2>(GetParam());
2638 std::vector<short> defaultValue = std::get<3>(GetParam());
2639 std::vector<short> result = std::get<4>(GetParam());
2741 std::string setKey = std::get<0>(GetParam());
2742 std::string getKey = std::get<1>(GetParam());
2743 short setValue = std::get<2>(GetParam());
2744 short defaultValue = std::get<3>(GetParam());
2745 short result = std::get<4>(GetParam());
2847 std::string setKey = std::get<0>(GetParam());
2848 std::string getKey = std::get<1>(GetParam());
2849 std::vector<std::string> setValue = std::get<2>(GetParam());
2850 std::vector<std::string> defaultValue = std::get<3>(GetParam());
2851 std::vector<std::string> result = std::get<4>(GetParam());
2959 std::string setKey = std::get<0>(GetParam());
2960 std::string getKey = std::get<1>(GetParam());
2961 std::string setValue = std::get<2>(GetParam());
2962 std::string defaultValue = std::get<3>(GetParam());
2963 std::string result = std::get<4>(GetParam());
3061 std::string setKey = std::get<0>(GetParam());
3062 std::string getKey = std::get<1>(GetParam());
3063 long setValue = std::get<2>(GetParam());
3064 long defaultValue = std::get<3>(GetParam());
3065 long result = std::get<4>(GetParam());
3169 std::string setKey = std::get<0>(GetParam());
3170 std::string getKey = std::get<1>(GetParam());
3171 int setValue = std::get<2>(GetParam());
3172 int defaultValue = std::get<3>(GetParam());
3173 int result = std::get<4>(GetParam());
3277 std::string setKey = std::get<0>(GetParam());
3278 std::string getKey = std::get<1>(GetParam());
3279 std::vector<int> setValue = std::get<2>(GetParam());
3280 std::vector<int> defaultValue = std::get<3>(GetParam());
3281 std::vector<int> result = std::get<4>(GetParam());
3386 std::string setKey = std::get<0>(GetParam());
3387 std::string getKey = std::get<1>(GetParam());
3388 float setValue = std::get<2>(GetParam());
3389 float defaultValue = std::get<3>(GetParam());
3390 float result = std::get<4>(GetParam());
3494 std::string setKey = std::get<0>(GetParam());
3495 std::string getKey = std::get<1>(GetParam());
3496 double setValue = std::get<2>(GetParam());
3497 double defaultValue = std::get<3>(GetParam());
3498 double result = std::get<4>(GetParam());
3603 std::string setKey = std::get<0>(GetParam());
3604 std::string getKey = std::get<1>(GetParam());
3605 std::vector<byte> setValue = std::get<2>(GetParam());
3606 std::vector<byte> defaultValue = std::get<3>(GetParam());
3607 std::vector<byte> result = std::get<4>(GetParam());
3709 std::string setKey = std::get<0>(GetParam());
3710 std::string getKey = std::get<1>(GetParam());
3711 bool setValue = std::get<2>(GetParam());
3712 bool defaultValue = std::get<3>(GetParam());
3713 bool result = std::get<4>(GetParam());