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

/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp320 fidl::flat::Libraries all_libraries; local
326 auto library = std::make_unique<fidl::flat::Library>(&all_libraries, &error_reporter);
338 if (!all_libraries.Insert(std::move(library))) {
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dflat_ast.h557 Library(const Libraries* all_libraries, ErrorReporter* error_reporter) argument
558 : all_libraries_(all_libraries), error_reporter_(error_reporter) {}

Completed in 30 milliseconds