Example #1
0
func NewEnumerantList(s *C.Segment, sz int) Enumerant_List {
	return Enumerant_List(s.NewCompositeList(8, 2, sz))
}
Example #2
0
func NewRootCodeGeneratorRequestRequestedFile(s *C.Segment) CodeGeneratorRequestRequestedFile {
	return CodeGeneratorRequestRequestedFile(s.NewRootStruct(8, 2))
}
Example #3
0
func ReadRootCodeGeneratorRequestRequestedFileImport(s *C.Segment) CodeGeneratorRequestRequestedFileImport {
	return CodeGeneratorRequestRequestedFileImport(s.Root(0).ToStruct())
}
Example #4
0
func NewElementSizeList(s *C.Segment, sz int) ElementSize_List {
	return ElementSize_List(s.NewUInt16List(sz))
}
Example #5
0
func ReadRootCodeGeneratorRequest(s *C.Segment) CodeGeneratorRequest {
	return CodeGeneratorRequest(s.Root(0).ToStruct())
}
Example #6
0
func NewValueList(s *C.Segment, sz int) Value_List { return Value_List(s.NewCompositeList(16, 1, sz)) }
Example #7
0
func ReadRootAnnotation(s *C.Segment) Annotation { return Annotation(s.Root(0).ToStruct()) }
Example #8
0
func NewMethodParamList(s *C.Segment, sz int) MethodParam_List {
	return MethodParam_List(s.NewCompositeList(0, 4, sz))
}
Example #9
0
func NewNode(s *C.Segment) Node                             { return Node(s.NewStruct(40, 5)) }
Example #10
0
func NewRootMethodParam(s *C.Segment) MethodParam      { return MethodParam(s.NewRootStruct(0, 4)) }
Example #11
0
func ReadRootMethodParam(s *C.Segment) MethodParam     { return MethodParam(s.Root(0).ToStruct()) }
Example #12
0
func NewMethodList(s *C.Segment, sz int) Method_List { return Method_List(s.NewCompositeList(8, 4, sz)) }
Example #13
0
func NewRootMethod(s *C.Segment) Method           { return Method(s.NewRootStruct(8, 4)) }
Example #14
0
func NewMethod(s *C.Segment) Method               { return Method(s.NewStruct(8, 4)) }
Example #15
0
func NewRootValue(s *C.Segment) Value  { return Value(s.NewRootStruct(16, 1)) }
Example #16
0
func NewRootNode(s *C.Segment) Node                         { return Node(s.NewRootStruct(40, 5)) }
Example #17
0
func ReadRootValue(s *C.Segment) Value { return Value(s.Root(0).ToStruct()) }
Example #18
0
func ReadRootNode(s *C.Segment) Node                        { return Node(s.Root(0).ToStruct()) }
Example #19
0
func NewRootAnnotation(s *C.Segment) Annotation  { return Annotation(s.NewRootStruct(8, 1)) }
Example #20
0
func NewType(s *C.Segment) Type            { return Type(s.NewStruct(16, 1)) }
Example #21
0
func NewAnnotationList(s *C.Segment, sz int) Annotation_List {
	return Annotation_List(s.NewCompositeList(8, 1, sz))
}
Example #22
0
func NewRootType(s *C.Segment) Type        { return Type(s.NewRootStruct(16, 1)) }
Example #23
0
func NewRootCodeGeneratorRequest(s *C.Segment) CodeGeneratorRequest {
	return CodeGeneratorRequest(s.NewRootStruct(0, 2))
}
Example #24
0
func ReadRootType(s *C.Segment) Type       { return Type(s.Root(0).ToStruct()) }
Example #25
0
func NewCodeGeneratorRequestList(s *C.Segment, sz int) CodeGeneratorRequest_List {
	return CodeGeneratorRequest_List(s.NewCompositeList(0, 2, sz))
}
Example #26
0
func NewTypeList(s *C.Segment, sz int) Type_List { return Type_List(s.NewCompositeList(16, 1, sz)) }
Example #27
0
func NewRootCodeGeneratorRequestRequestedFileImport(s *C.Segment) CodeGeneratorRequestRequestedFileImport {
	return CodeGeneratorRequestRequestedFileImport(s.NewRootStruct(8, 1))
}
Example #28
0
func NewValue(s *C.Segment) Value      { return Value(s.NewStruct(16, 1)) }
Example #29
0
func NewCodeGeneratorRequestRequestedFileImportList(s *C.Segment, sz int) CodeGeneratorRequestRequestedFileImport_List {
	return CodeGeneratorRequestRequestedFileImport_List(s.NewCompositeList(8, 1, sz))
}
Example #30
0
func ReadRootEnumerant(s *C.Segment) Enumerant       { return Enumerant(s.Root(0).ToStruct()) }