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

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dnames.h36 std::string NameUnionTag(StringView union_name, const flat::Union::Member& member);
/fuchsia/zircon/system/host/fidl/lib/
H A Dnames.cpp244 std::string NameUnionTag(StringView union_name, const flat::Union::Member& member) { argument
245 return std::string(union_name) + "Tag_" + NameIdentifier(member.name);
H A Dtables_generator.cpp650 std::string union_name = NameCodedUnion(union_decl); local
651 std::string pointer_name = NamePointer(union_name);
654 std::move(union_name), std::vector<const coded::Type*>(),
H A Dc_generator.cpp729 std::string union_name = NameName(union_info->name, "_", "_"); local
730 named_unions.emplace(union_info.get(), NamedUnion{std::move(union_name), *union_info});

Completed in 93 milliseconds