Lines Matching refs:GetComment
563 const std::string* GetComment(size_t index) { in GetComment() function in StatCmdSummariesTest
584 ASSERT_EQ(*GetComment(0), "1.000000 cpus used"); in TEST_F()
585 ASSERT_EQ(*GetComment(1), "2.000000 cpus used"); in TEST_F()
586 ASSERT_EQ(*GetComment(2), "0.500000 cpus used"); in TEST_F()
587 ASSERT_EQ(*GetComment(3), "3.000000 cpus used"); in TEST_F()
595 ASSERT_EQ(*GetComment(0), "1.000000 GHz"); in TEST_F()
596 ASSERT_EQ(*GetComment(1), "2.000000 GHz"); in TEST_F()
597 ASSERT_EQ(*GetComment(2), "0.500000 GHz"); in TEST_F()
598 ASSERT_EQ(*GetComment(3), "3.000000 GHz"); in TEST_F()
606 ASSERT_EQ(*GetComment(0), "1.000 G/sec"); in TEST_F()
607 ASSERT_EQ(*GetComment(1), "1.000 M/sec"); in TEST_F()
608 ASSERT_EQ(*GetComment(2), "1.000 K/sec"); in TEST_F()
609 ASSERT_EQ(*GetComment(3), "1.000 /sec"); in TEST_F()