Searched refs:CreateChild (Results 1 – 3 of 3) sorted by relevance
121 Node* CreateChild(const std::string& name);
143 Node* Node::CreateChild(const std::string& name) { in CreateChild() function in perfetto::trace_processor::Node
618 Node* unspecified = node->CreateChild("<unspecified>"); in CalculateSizeForNode()