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