Home | History | Annotate | Download | only in test

Lines Matching refs:sum_

945   StatefulNamingTest() : sum_(0) {}
946 int sum_;
952 sum_ += GetParam();
954 test_name_stream << "TestsReportCorrectNames/" << sum_;