Searched refs:Validate (Results 1 – 2 of 2) sorted by relevance
74 bool Validate(zbi_topology_node_t* nodes, int count) const;
15 if (flat_nodes == nullptr || count == 0 || !Validate(flat_nodes, static_cast<int>(count))) { in Update()83 bool Graph::Validate(zbi_topology_node_t* nodes, int count) const { in Validate() function in system_topology::Graph
Completed in 9 milliseconds