Searched refs:inp2 (Results 1 – 1 of 1) sorted by relevance
1218 const C2NumberPortTuning::input inp2(100); in TEST_F() local1227 EXPECT_EQ(inp2.coreIndex(), tun.coreIndex()); in TEST_F()1230 EXPECT_EQ(inp1.type(), inp2.type()); in TEST_F()1233 EXPECT_NE(inp2.type(), outp2.type()); in TEST_F()1237 EXPECT_NE(inp2.type(), tun.type()); in TEST_F()1243 static_assert(!canCallSetPort(inp2), "should not be able to (const & type)"); in TEST_F()1255 for (const auto &p : { inp2, binp2 }) { in TEST_F()1291 for (const auto &p : { inp2, binp2 }) { in TEST_F()1308 EXPECT_EQ(100, inp2.mNumber); in TEST_F()1316 EXPECT_TRUE(inp1 == inp2); in TEST_F()[all …]