Lines Matching refs:getKey
1984 std::string getKey = std::get<1>(GetParam());
1989 EXPECT_EQ(result, want_->GetByteParam(getKey, defaultValue));
2036 std::string getKey = std::get<1>(GetParam());
2041 EXPECT_EQ(result, want_->GetBoolArrayParam(getKey));
2091 std::string getKey = std::get<1>(GetParam());
2096 EXPECT_EQ(result, want_->GetCharArrayParam(getKey));
2113 std::string getKey("aa");
2114 EXPECT_EQ(defaultValue, want_->GetCharArrayParam(getKey));
2198 std::string getKey = std::get<1>(GetParam());
2203 EXPECT_EQ(result, want_->GetCharParam(getKey, defaultValue));
2218 std::string getKey("aa");
2219 EXPECT_EQ(defaultValue, want_->GetCharParam(getKey, defaultValue));
2306 std::string getKey = std::get<1>(GetParam());
2311 EXPECT_EQ(result, want_->GetDoubleArrayParam(getKey));
2418 std::string getKey = std::get<1>(GetParam());
2423 EXPECT_EQ(result, want_->GetFloatArrayParam(getKey));
2527 std::string getKey = std::get<1>(GetParam());
2532 EXPECT_EQ(result, want_->GetLongArrayParam(getKey));
2636 std::string getKey = std::get<1>(GetParam());
2641 EXPECT_EQ(result, want_->GetShortArrayParam(getKey));
2658 std::string getKey("aa");
2659 EXPECT_EQ(defaultValue, want_->GetShortArrayParam(getKey));
2742 std::string getKey = std::get<1>(GetParam());
2747 EXPECT_EQ(result, want_->GetShortParam(getKey, defaultValue));
2762 std::string getKey("aa");
2763 EXPECT_EQ(defaultValue, want_->GetShortParam(getKey, defaultValue));
2848 std::string getKey = std::get<1>(GetParam());
2853 EXPECT_EQ(result, want_->GetStringArrayParam(getKey));
2960 std::string getKey = std::get<1>(GetParam());
2965 EXPECT_EQ(result, want_->GetStringParam(getKey));
3062 std::string getKey = std::get<1>(GetParam());
3067 EXPECT_EQ(result, want_->GetLongParam(getKey, defaultValue));
3170 std::string getKey = std::get<1>(GetParam());
3175 EXPECT_EQ(result, want_->GetIntParam(getKey, defaultValue));
3190 std::string getKey("aa");
3191 EXPECT_EQ(defaultValue, want_->GetIntParam(getKey, defaultValue));
3278 std::string getKey = std::get<1>(GetParam());
3283 EXPECT_EQ(result, want_->GetIntArrayParam(getKey));
3300 std::string getKey("aa");
3301 EXPECT_EQ(defaultValue, want_->GetIntArrayParam(getKey));
3387 std::string getKey = std::get<1>(GetParam());
3392 EXPECT_EQ(result, want_->GetFloatParam(getKey, defaultValue));
3495 std::string getKey = std::get<1>(GetParam());
3500 EXPECT_EQ(result, want_->GetDoubleParam(getKey, defaultValue));
3604 std::string getKey = std::get<1>(GetParam());
3609 EXPECT_EQ(result, want_->GetByteArrayParam(getKey));
3625 std::string getKey("aa");
3626 EXPECT_EQ(defaultValue, want_->GetByteArrayParam(getKey));
3710 std::string getKey = std::get<1>(GetParam());
3715 EXPECT_EQ(result, want_->GetBoolParam(getKey, defaultValue));