Searched refs:InsertChild (Results 1 – 5 of 5) sorted by relevance
200 node.InsertChild("child", &child); in TEST()204 TEST(NodeTest, InsertChild) { in TEST() argument211 node.InsertChild("child", &child); in TEST()
98 parent->InsertChild(key, current); in CreateNode()138 void Node::InsertChild(const std::string& name, Node* node) { in InsertChild() function in perfetto::trace_processor::Node145 InsertChild(name, new_child); in CreateChild()
118 void InsertChild(const std::string& name, Node* node);
293 public virtual void InsertChild(int i, ITree t) in InsertChild() method in Antlr.Runtime.Tree.BaseTree
107 TEST_F(TableMacrosUnittest, InsertChild) { in TEST_F() argument