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

/fuchsia/zircon/system/utest/fidl-compiler/
H A Dtest_library.h72 for (const auto& struct_decl : library_->struct_declarations_) {
73 if (struct_decl->GetName() == name) {
74 return struct_decl.get();
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dnames.h51 std::string NameCodedStruct(const flat::Struct* struct_decl);
/fuchsia/zircon/system/host/fidl/lib/
H A Dtables_generator.cpp522 auto struct_decl = static_cast<const flat::Struct*>(decl); local
526 for (const auto& member : struct_decl->members) {
638 auto struct_decl = static_cast<const flat::Struct*>(decl); local
639 std::string struct_name = NameCodedStruct(struct_decl);
644 struct_decl->typeshape.Size(),
645 std::move(pointer_name), NameName(struct_decl->name, ".", "/")));
H A Dnames.cpp371 std::string NameCodedStruct(const flat::Struct* struct_decl) { argument
372 return NameName(struct_decl->name, "_", "_");
H A Dflat_ast.cpp1207 auto struct_decl = static_cast<const Struct*>(decl); local
1208 for (const auto& member : struct_decl->members) {
1598 auto struct_decl = static_cast<Struct*>(decl); local
1599 if (!CompileStruct(struct_decl)) {
1712 Struct* struct_decl = static_cast<Struct*>(named_decl); local
1713 if (!struct_decl->compiled) {
1714 if (struct_decl->compiling) {
1715 struct_decl->recursive = true;
1717 if (!CompileStruct(struct_decl)) {
1722 typeshape = struct_decl
[all...]

Completed in 80 milliseconds