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