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