Home
last modified time | relevance | path

Searched refs:negative_filter_string (Results 1 – 1 of 1) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc816 auto negative_filter_string = positive_and_negative_filters[1]; in PositiveAndNegativeUnitTestFilter() local
818 negative_filter_string = in PositiveAndNegativeUnitTestFilter()
819 negative_filter_string + '-' + positive_and_negative_filters[i]; in PositiveAndNegativeUnitTestFilter()
820 negative_filter_ = UnitTestFilter(negative_filter_string); in PositiveAndNegativeUnitTestFilter()