Searched refs:HELLO_CODE (Results 1 – 1 of 1) sorted by relevance
28 constexpr CodeType HELLO_CODE = 10; variable39 {HELLO_CODE, HELLO_NAME}, in TEST()43 ASSERT_EQ(std::string(HELLO_NAME), methodStatistics.getMethodForCode(HELLO_CODE)); in TEST()51 {HELLO_CODE, HELLO_NAME}, in TEST()58 methodStatistics.event(HELLO_CODE, event); in TEST()63 const auto helloStats = methodStatistics.getStatistics(HELLO_CODE); in TEST()66 ASSERT_EQ(n, methodStatistics.getMethodCount(HELLO_CODE)); in TEST()