Searched defs:CreateChild (Results 1 – 2 of 2) sorted by relevance
45 Node CreateChild(std::string_view name) { return Node(); } in CreateChild() function
143 Node* Node::CreateChild(const std::string& name) { in CreateChild() function in perfetto::trace_processor::Node