Searched refs:set_children (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | Block.h | 337 void SetBlockInfoHasBeenParsed(bool b, bool set_children); 358 void SetDidParseVariables(bool b, bool set_children);
|
/external/llvm-project/lldb/source/Symbol/ |
D | Block.cpp | 475 void Block::SetBlockInfoHasBeenParsed(bool b, bool set_children) { in SetBlockInfoHasBeenParsed() argument 477 if (set_children) { in SetBlockInfoHasBeenParsed() 485 void Block::SetDidParseVariables(bool b, bool set_children) { in SetDidParseVariables() argument 487 if (set_children) { in SetDidParseVariables()
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 1205 self.tv.set_children(child2, item_id, child3) 1211 self.tv.set_children, child3, child2) 1214 self.tv.set_children(child2) 1218 self.tv.set_children('')
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 1381 self.tv.set_children(child2, item_id, child3) 1387 self.tv.set_children, child3, child2) 1390 self.tv.set_children(child2) 1394 self.tv.set_children('')
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 1198 def set_children(self, item, *newchildren): member in Treeview
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 1228 def set_children(self, item, *newchildren): member in Treeview
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 866 .. method:: set_children(item, *newchildren)
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 971 .. method:: set_children(item, *newchildren)
|