Searched refs:degree (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp1254 // |degree| is the number of undeclared dependencies for each decl.
1288 // Decrement the incoming degree of all the other decls it
1292 uint32_t& degree = degrees[inverse_dep]; local
1293 assert(degree != 0u);
1294 degree -= 1;
1295 if (degree == 0u)

Completed in 22 milliseconds