4242@ SuppressWarnings ("all" )
4343public final class SharedLayerSnapshotCapnProtoSchemaHolder {
4444 public static class PersistedAnalysisType {
45- public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )4 ,(short )14 );
45+ public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )5 ,(short )13 );
4646 public static final class Factory extends com .oracle .svm .shaded .org .capnproto .StructFactory <Builder , Reader > {
4747 public Factory () {
4848 }
@@ -360,8 +360,9 @@ public final WrappedType.Builder getWrappedType() {
360360 }
361361 public final WrappedType .Builder initWrappedType () {
362362 _setShortField (7 ,(short )0 );
363+ _setIntField (7 ,0 );
364+ _setIntField (8 ,0 );
363365 _clearPointerField (12 );
364- _clearPointerField (13 );
365366 return new PersistedAnalysisType .WrappedType .Builder (segment , data , pointers , dataSize , pointerCount );
366367 }
367368
@@ -550,7 +551,7 @@ public final boolean getIsRecord() {
550551 }
551552
552553 public static class WrappedType {
553- public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )4 ,(short )14 );
554+ public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )5 ,(short )13 );
554555 public static final class Factory extends com .oracle .svm .shaded .org .capnproto .StructFactory <Builder , Reader > {
555556 public Factory () {
556557 }
@@ -606,8 +607,8 @@ public final SerializationGenerated.Builder getSerializationGenerated() {
606607 }
607608 public final SerializationGenerated .Builder initSerializationGenerated () {
608609 _setShortField (7 , (short )PersistedAnalysisType .WrappedType .Which .SERIALIZATION_GENERATED .ordinal ());
609- _clearPointerField ( 12 );
610- _clearPointerField ( 13 );
610+ _setIntField ( 7 , 0 );
611+ _setIntField ( 8 , 0 );
611612 return new PersistedAnalysisType .WrappedType .SerializationGenerated .Builder (segment , data , pointers , dataSize , pointerCount );
612613 }
613614
@@ -693,7 +694,7 @@ public enum Which {
693694 _NOT_IN_SCHEMA ,
694695 }
695696 public static class SerializationGenerated {
696- public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )4 ,(short )14 );
697+ public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )5 ,(short )13 );
697698 public static final class Factory extends com .oracle .svm .shaded .org .capnproto .StructFactory <Builder , Reader > {
698699 public Factory () {
699700 }
@@ -720,55 +721,33 @@ public static final class Builder extends com.oracle.svm.shaded.org.capnproto.St
720721 public final Reader asReader () {
721722 return new Reader (segment , data , pointers , dataSize , pointerCount , 0x7fffffff );
722723 }
723- public final boolean hasRawDeclaringClass () {
724- return ! _pointerFieldIsNull ( 12 );
724+ public final int getRawDeclaringClassId () {
725+ return _getIntField ( 7 );
725726 }
726- public final com .oracle .svm .shaded .org .capnproto .Text .Builder getRawDeclaringClass () {
727- return _getPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 12 , null , 0 , 0 );
728- }
729- public final void setRawDeclaringClass (com .oracle .svm .shaded .org .capnproto .Text .Reader value ) {
730- _setPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 12 , value );
731- }
732- public final void setRawDeclaringClass (String value ) {
733- _setPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 12 , new com .oracle .svm .shaded .org .capnproto .Text .Reader (value ));
734- }
735- public final com .oracle .svm .shaded .org .capnproto .Text .Builder initRawDeclaringClass (int size ) {
736- return _initPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 12 , size );
727+ public final void setRawDeclaringClassId (int value ) {
728+ _setIntField (7 , value );
737729 }
738- public final boolean hasRawTargetConstructor () {
739- return !_pointerFieldIsNull (13 );
740- }
741- public final com .oracle .svm .shaded .org .capnproto .Text .Builder getRawTargetConstructor () {
742- return _getPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 13 , null , 0 , 0 );
743- }
744- public final void setRawTargetConstructor (com .oracle .svm .shaded .org .capnproto .Text .Reader value ) {
745- _setPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 13 , value );
746- }
747- public final void setRawTargetConstructor (String value ) {
748- _setPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 13 , new com .oracle .svm .shaded .org .capnproto .Text .Reader (value ));
730+
731+ public final int getRawTargetConstructorId () {
732+ return _getIntField (8 );
749733 }
750- public final com . oracle . svm . shaded . org . capnproto . Text . Builder initRawTargetConstructor (int size ) {
751- return _initPointerField ( com . oracle . svm . shaded . org . capnproto . Text . factory , 13 , size );
734+ public final void setRawTargetConstructorId (int value ) {
735+ _setIntField ( 8 , value );
752736 }
737+
753738 }
754739
755740 public static final class Reader extends com .oracle .svm .shaded .org .capnproto .StructReader {
756741 Reader (com .oracle .svm .shaded .org .capnproto .SegmentReader segment , int data , int pointers ,int dataSize , short pointerCount , int nestingLimit ){
757742 super (segment , data , pointers , dataSize , pointerCount , nestingLimit );
758743 }
759744
760- public boolean hasRawDeclaringClass () {
761- return !_pointerFieldIsNull (12 );
762- }
763- public com .oracle .svm .shaded .org .capnproto .Text .Reader getRawDeclaringClass () {
764- return _getPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 12 , null , 0 , 0 );
745+ public final int getRawDeclaringClassId () {
746+ return _getIntField (7 );
765747 }
766748
767- public boolean hasRawTargetConstructor () {
768- return !_pointerFieldIsNull (13 );
769- }
770- public com .oracle .svm .shaded .org .capnproto .Text .Reader getRawTargetConstructor () {
771- return _getPointerField (com .oracle .svm .shaded .org .capnproto .Text .factory , 13 , null , 0 , 0 );
749+ public final int getRawTargetConstructorId () {
750+ return _getIntField (8 );
772751 }
773752
774753 }
@@ -777,7 +756,7 @@ public com.oracle.svm.shaded.org.capnproto.Text.Reader getRawTargetConstructor()
777756
778757
779758 public static class Lambda {
780- public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )4 ,(short )14 );
759+ public static final com .oracle .svm .shaded .org .capnproto .StructSize STRUCT_SIZE = new com .oracle .svm .shaded .org .capnproto .StructSize ((short )5 ,(short )13 );
781760 public static final class Factory extends com .oracle .svm .shaded .org .capnproto .StructFactory <Builder , Reader > {
782761 public Factory () {
783762 }
0 commit comments