Searched refs:option_to_str (Results 1 – 1 of 1) sorted by relevance
1108 auto option_to_str = [](const std::string& option) { in TEST() local1124 ASSERT_EQ(option_to_str("filter " + path), "filter 0x0/0x73c@" + path); in TEST()1125 ASSERT_EQ(option_to_str("filter 0x400502-0x400527@" + path), "filter 0x502/0x25@" + path); in TEST()1126 ASSERT_EQ(option_to_str("start 0x400502@" + path + ",stop 0x400527@" + path), in TEST()1130 ASSERT_EQ(option_to_str("filter 0x12345678-0x1234567a"), "filter 0x12345678/0x2"); in TEST()1131 ASSERT_EQ(option_to_str("start 0x12345678,stop 0x1234567a"), "start 0x12345678,stop 0x1234567a"); in TEST()