Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp140 auto *props_copy_ptr = static_cast<TestProperties *>(copy_sp.get()); in TEST() local
141 ASSERT_TRUE(props_copy_ptr); in TEST()
144 auto dict_copy_ptr = props_copy_ptr->GetDictionary(); in TEST()
161 auto file_list_copy_ptr = props_copy_ptr->GetFileList(); in TEST()