Searched refs:NullaryConst (Results 1 – 1 of 1) sorted by relevance
25 int NullaryConst() const { ++call_count; return 2; } in NullaryConst() function126 EXPECT_EQ(2, Bind(&MethodBindTester::NullaryConst, in TEST()