File tree Expand file tree Collapse file tree
third-party/thrift/src/thrift/compiler/ast Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ inline constexpr auto kTransitiveUri =
4444inline constexpr auto kSerialUri = " facebook.com/thrift/annotation/Serial" ;
4545inline constexpr auto kUriUri = " facebook.com/thrift/annotation/Uri" ;
4646inline constexpr auto kPriorityUri = " facebook.com/thrift/annotation/Priority" ;
47+ inline constexpr auto kSealedUri = " facebook.com/thrift/annotation/Sealed" ;
4748inline constexpr auto kDeprecatedUnvalidatedAnnotationsUri =
4849 " facebook.com/thrift/annotation/DeprecatedUnvalidatedAnnotations" ;
4950inline constexpr auto kAllowReservedIdentifierUri =
@@ -64,6 +65,8 @@ inline constexpr auto kAllowUnsafeRequiredFieldQualifierUri =
6465 " facebook.com/thrift/annotation/AllowUnsafeRequiredFieldQualifier" ;
6566inline constexpr auto kAllowLegacyMissingUris =
6667 " facebook.com/thrift/annotation/AllowLegacyMissingUris" ;
68+ inline constexpr auto kAllowUnsafeNonSealedKeyTypeUri =
69+ " facebook.com/thrift/annotation/AllowUnsafeNonSealedKeyType" ;
6770
6871// Scope:
6972inline constexpr auto kScopeProgramUri =
You can’t perform that action at this time.
0 commit comments