Ejemplo n.º 1
0
func (s TestST_List) At(i int) TestST                { return TestST(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 2
0
func (s CodeGeneratorRequest_List) Len() int { return C.PointerList(s).Len() }
Ejemplo n.º 3
0
func (s CodeGeneratorRequestRequestedFileImport_List) At(i int) CodeGeneratorRequestRequestedFileImport {
	return CodeGeneratorRequestRequestedFileImport(C.PointerList(s).At(i).ToStruct())
}
Ejemplo n.º 4
0
func (s Value_List) ToArray() []Value              { return *(*[]Value)(unsafe.Pointer(C.PointerList(s).ToArray())) }
Ejemplo n.º 5
0
func (s Annotation_List) At(i int) Annotation { return Annotation(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 6
0
func (s Type_List) At(i int) Type                { return Type(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 7
0
func (s Value_List) Len() int                      { return C.PointerList(s).Len() }
Ejemplo n.º 8
0
func (s Field_List) At(i int) Field                { return Field(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 9
0
func (s Field_List) ToArray() []Field              { return *(*[]Field)(unsafe.Pointer(C.PointerList(s).ToArray())) }
Ejemplo n.º 10
0
func (s NodeNestedNode_List) ToArray() []NodeNestedNode {
	return *(*[]NodeNestedNode)(unsafe.Pointer(C.PointerList(s).ToArray()))
}
Ejemplo n.º 11
0
func (s Field_List) Len() int                      { return C.PointerList(s).Len() }
Ejemplo n.º 12
0
func (s NodeNestedNode_List) At(i int) NodeNestedNode {
	return NodeNestedNode(C.PointerList(s).At(i).ToStruct())
}
Ejemplo n.º 13
0
func (s NodeNestedNode_List) Len() int { return C.PointerList(s).Len() }
Ejemplo n.º 14
0
func (s TestST_List) ToArray() []TestST {
	return *(*[]TestST)(unsafe.Pointer(C.PointerList(s).ToArray()))
}
Ejemplo n.º 15
0
func (s MethodParam_List) ToArray() []MethodParam {
	return *(*[]MethodParam)(unsafe.Pointer(C.PointerList(s).ToArray()))
}
Ejemplo n.º 16
0
func (s Enumerant_List) Len() int           { return C.PointerList(s).Len() }
Ejemplo n.º 17
0
func (s Type_List) Len() int                     { return C.PointerList(s).Len() }
Ejemplo n.º 18
0
func (s Enumerant_List) At(i int) Enumerant { return Enumerant(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 19
0
func (s Type_List) ToArray() []Type              { return *(*[]Type)(unsafe.Pointer(C.PointerList(s).ToArray())) }
Ejemplo n.º 20
0
func (s Enumerant_List) ToArray() []Enumerant {
	return *(*[]Enumerant)(unsafe.Pointer(C.PointerList(s).ToArray()))
}
Ejemplo n.º 21
0
func (s Value_List) At(i int) Value                { return Value(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 22
0
func (s Method_List) At(i int) Method                { return Method(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 23
0
func (s Annotation_List) Len() int            { return C.PointerList(s).Len() }
Ejemplo n.º 24
0
func (s Method_List) ToArray() []Method {
	return *(*[]Method)(unsafe.Pointer(C.PointerList(s).ToArray()))
}
Ejemplo n.º 25
0
func (s Annotation_List) ToArray() []Annotation {
	return *(*[]Annotation)(unsafe.Pointer(C.PointerList(s).ToArray()))
}
Ejemplo n.º 26
0
func (s MethodParam_List) Len() int             { return C.PointerList(s).Len() }
Ejemplo n.º 27
0
func (s CodeGeneratorRequestRequestedFileImport_List) Len() int { return C.PointerList(s).Len() }
Ejemplo n.º 28
0
func (s MethodParam_List) At(i int) MethodParam { return MethodParam(C.PointerList(s).At(i).ToStruct()) }
Ejemplo n.º 29
0
func (s CodeGeneratorRequestRequestedFileImport_List) ToArray() []CodeGeneratorRequestRequestedFileImport {
	return *(*[]CodeGeneratorRequestRequestedFileImport)(unsafe.Pointer(C.PointerList(s).ToArray()))
}
Ejemplo n.º 30
0
func (s TestST_List) Len() int                       { return C.PointerList(s).Len() }