HomeSort by relevance Sort by last modified time
    Searched full:m_child1 (Results 1 - 2 of 2) sorted by null

  /external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
main.cpp 12 DeepData_5 m_child1; member in struct:DeepData_4
19 DeepData_4& m_child1; member in struct:DeepData_3
22 DeepData_3() : m_child1(* (new DeepData_4())), m_child2(DeepData_4()) {}
27 DeepData_3 m_child1; member in struct:DeepData_2
35 DeepData_2 *m_child1; member in struct:DeepData_1
38 m_child1(new DeepData_2())
TestDataFormatterSkipSummary.py 70 'm_child1 = Level 3',
79 'm_child1 = 0x',
82 'm_child1 = Level 3',
91 'm_child1 = 0x',
94 'm_child1 = {',
95 'm_child1 = 0x',
102 self.expect('frame variable data1.m_child1 --no-summary-depth=2', matching=False,
106 self.expect('frame variable data1.m_child1 --no-summary-depth=2',
107 substrs = ['(DeepData_2 *) data1.m_child1 = 0x'])
110 self.expect('frame variable *data1.m_child1 --no-summary-depth=2'
    [all...]

Completed in 175 milliseconds