Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DBlock.h337 void SetBlockInfoHasBeenParsed(bool b, bool set_children);
358 void SetDidParseVariables(bool b, bool set_children);
/external/llvm-project/lldb/source/Symbol/
DBlock.cpp475 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/
Dtest_widgets.py1205 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/
Dtest_widgets.py1381 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/
Dttk.py1198 def set_children(self, item, *newchildren): member in Treeview
/external/python/cpython3/Lib/tkinter/
Dttk.py1228 def set_children(self, item, *newchildren): member in Treeview
/external/python/cpython2/Doc/library/
Dttk.rst866 .. method:: set_children(item, *newchildren)
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst971 .. method:: set_children(item, *newchildren)