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

/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dlock_class_state.h278 const auto& out_edges = node->ToState()->dependency_set(); local
279 for (LockClassId id : out_edges) {
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dflat_ast.h618 bool DeclDependencies(Decl* decl, std::set<Decl*>* out_edges);
/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp1143 bool Library::DeclDependencies(Decl* decl, std::set<Decl*>* out_edges) { argument
1239 *out_edges = std::move(edges);

Completed in 35 milliseconds