Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/DataFormatter/
DFormattersContainerTest.cpp153 TypeMatcher with_prefix(ConstString(prefix + "Name")); in TEST() local
156 EXPECT_TRUE(with_prefix.CreatedBySameMatchString(with_prefix)); in TEST()