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

/fuchsia/zircon/system/host/fidl/lib/
H A Draw_ast.cpp198 for (auto superinterface = superinterfaces.begin();
199 superinterface != superinterfaces.end();
H A Dflat_ast.cpp715 std::vector<Name> superinterfaces; local
716 for (auto& superinterface : interface_declaration->superinterfaces) {
722 superinterfaces.push_back(std::move(superinterface_name));
772 std::move(superinterfaces), std::move(methods)));
1189 for (const auto& superinterface : interface_decl->superinterfaces) {
1350 for (const auto& name : interface->superinterfaces) {
H A Dparser.cpp787 std::vector<std::unique_ptr<raw::CompoundIdentifier>> superinterfaces; local
803 superinterfaces.emplace_back(ParseCompoundIdentifier());
843 std::move(superinterfaces),
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dflat_ast.h424 std::vector<Name> superinterfaces, std::vector<Method> methods)
426 superinterfaces(std::move(superinterfaces)), methods(std::move(methods)) {}
428 std::vector<Name> superinterfaces; member in struct:fidl::flat::Interface
430 // Pointers here are set after superinterfaces are compiled, and
423 Interface(std::unique_ptr<raw::AttributeList> attributes, Name name, std::vector<Name> superinterfaces, std::vector<Method> methods) argument
H A Draw_ast.h446 std::vector<std::unique_ptr<CompoundIdentifier>> superinterfaces,
449 superinterfaces(std::move(superinterfaces)), methods(std::move(methods)) {}
455 std::vector<std::unique_ptr<CompoundIdentifier>> superinterfaces; member in class:fidl::raw::InterfaceDeclaration
444 InterfaceDeclaration(Token start, Token end, std::unique_ptr<AttributeList> attributes, std::unique_ptr<Identifier> identifier, std::vector<std::unique_ptr<CompoundIdentifier>> superinterfaces, std::vector<std::unique_ptr<InterfaceMethod>> methods) argument

Completed in 40 milliseconds