Searched refs:thread_regs (Results 1 – 1 of 1) sorted by relevance
176 auto& thread_regs = filter.GetCondition(exclude).thread_name_regs; in TEST_F() local177 ASSERT_EQ(thread_regs.size(), 2); in TEST_F()178 ASSERT_TRUE(std::regex_match("threadA", thread_regs[0])); in TEST_F()179 ASSERT_TRUE(std::regex_match("threadB", thread_regs[1])); in TEST_F()