diff --git a/IDL/maps.idl b/IDL/maps.idl index 692f4e6..13fd0f6 100644 --- a/IDL/maps.idl +++ b/IDL/maps.idl @@ -1196,8 +1196,6 @@ struct MapInnerAliasBoundedStringHelperInnerBitsetHelper map var_map_inneraliasboundedstringhelper_innerbitsethelper; }; - - struct MapInnerAliasBoundedWStringHelperShort { map var_map_inneraliasboundedwstringhelper_short; @@ -1332,9 +1330,13 @@ struct MapInnerAliasBoundedWStringHelperInnerBitsetHelper struct BoundedSmallMap { map var_small_map; + map var_unbounded_string_long_bounded_small_map; + map var_long_unbounded_string_bounded_small_map; }; struct BoundedLargeMap { map var_large_map; + map var_unbounded_string_long_bounded_large_map; + map var_long_unbounded_string_bounded_large_map; }; diff --git a/IDL/sequences.idl b/IDL/sequences.idl index 1434466..f9df6e3 100644 --- a/IDL/sequences.idl +++ b/IDL/sequences.idl @@ -130,15 +130,15 @@ struct SequenceBitset sequence var_sequence_bitset; }; - - struct BoundedSmallSequences { sequence var_sequence_small; + sequence var_unbounded_string_small_bounded_sequence; }; struct BoundedBigSequences { sequence var_sequence_big; + sequence var_unbounded_string_large_bounded_sequence; };