Lines Matching refs:node_count
17 size_t node_count = 0; member
36 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_simple()
55 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_complex()
66 ASSERT_EQ(ZX_OK, graph.Update(topo.nodes, topo.node_count)); in test_flat_to_heap_walk_result()
98 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_processor_not_leaf()
111 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_leaf_not_processor()
124 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_cycle()
139 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_cycle_shared_parent()
156 ASSERT_EQ(ZX_ERR_INVALID_ARGS, graph.Update(topo.nodes, topo.node_count)); in test_validate_hierarchical_storage()
234 topo.node_count = index; in RUN_TEST()
296 topo.node_count = index; in HierarchicalTopology()
416 topo.node_count = index; in ComplexTopology()