Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
Dmain.cpp10 struct DeepData_4 struct
19 DeepData_4& m_child1; argument
20 DeepData_4 m_child2;
22 DeepData_3() : m_child1(* (new DeepData_4())), m_child2(DeepData_4()) {} in DeepData_3()