Example #1
0
func NewCodeGeneratorRequestList(s *C.Segment, sz int) CodeGeneratorRequest_List {
	return CodeGeneratorRequest_List(s.NewCompositeList(0, 2, sz))
}
Example #2
0
func NewRangesList(s *C.Segment, sz int) Ranges_List { return Ranges_List(s.NewCompositeList(8, 1, sz)) }
Example #3
0
func NewRoutableList(s *C.Segment, sz int) Routable_List {
	return Routable_List(s.NewCompositeList(16, 2, sz))
}
Example #4
0
func NewRecordsList(s *C.Segment, sz int) Records_List {
	return Records_List(s.NewCompositeList(8, 1, sz))
}
Example #5
0
func NewVersionsList(s *C.Segment, sz int) Versions_List {
	return Versions_List(s.NewCompositeList(0, 2, sz))
}
Example #6
0
func NewCmdQueryChangedRangesList(s *C.Segment, sz int) CmdQueryChangedRanges_List {
	return CmdQueryChangedRanges_List(s.NewCompositeList(24, 1, sz))
}
Example #7
0
func NewCmdDeleteValuesList(s *C.Segment, sz int) CmdDeleteValues_List {
	return CmdDeleteValues_List(s.NewCompositeList(16, 1, sz))
}
Example #8
0
func NewGeneratorList(s *C.Segment, sz int) Generator_List {
	return Generator_List(s.NewCompositeList(8, 0, sz))
}
Example #9
0
func NewMatchList(s *C.Segment, sz int) Match_List { return Match_List(s.NewCompositeList(16, 7, sz)) }
Example #10
0
func NewConditionList(s *C.Segment, sz int) Condition_List {
	return Condition_List(s.NewCompositeList(8, 1, sz))
}
Example #11
0
func NewDisjunctionList(s *C.Segment, sz int) Disjunction_List {
	return Disjunction_List(s.NewCompositeList(0, 2, sz))
}
Example #12
0
func NewConditionPairList(s *C.Segment, sz int) ConditionPair_List {
	return ConditionPair_List(s.NewCompositeList(8, 2, sz))
}
Example #13
0
func NewConfigurationList(s *C.Segment, sz int) Configuration_List {
	return Configuration_List(s.NewCompositeList(16, 13, sz))
}
Example #14
0
func NewCodeGeneratorRequestRequestedFileImportList(s *C.Segment, sz int) CodeGeneratorRequestRequestedFileImport_List {
	return CodeGeneratorRequestRequestedFileImport_List(s.NewCompositeList(8, 1, sz))
}
Example #15
0
func NewCmdQueryVersionList(s *C.Segment, sz int) CmdQueryVersion_List {
	return CmdQueryVersion_List(s.NewCompositeList(0, 1, sz))
}
Example #16
0
func NewMigrationList(s *C.Segment, sz int) Migration_List {
	return Migration_List(s.NewCompositeList(8, 1, sz))
}
Example #17
0
func NewCmdQueryNearestValueList(s *C.Segment, sz int) CmdQueryNearestValue_List {
	return CmdQueryNearestValue_List(s.NewCompositeList(24, 1, sz))
}
Example #18
0
func NewMigrationCompleteList(s *C.Segment, sz int) MigrationComplete_List {
	return MigrationComplete_List(s.NewCompositeList(8, 0, sz))
}
Example #19
0
func NewCmdInsertValuesList(s *C.Segment, sz int) CmdInsertValues_List {
	return CmdInsertValues_List(s.NewCompositeList(8, 2, sz))
}
Example #20
0
func NewMigrationElementList(s *C.Segment, sz int) MigrationElement_List {
	return MigrationElement_List(s.NewCompositeList(0, 2, sz))
}
Example #21
0
func NewResponseList(s *C.Segment, sz int) Response_List {
	return Response_List(s.NewCompositeList(16, 1, sz))
}
Example #22
0
func NewRecordList(s *C.Segment, sz int) Record_List {
	return Record_List(s.NewCompositeList(16, 0, sz))
}
Example #23
0
func NewStatisticalRecordsList(s *C.Segment, sz int) StatisticalRecords_List {
	return StatisticalRecords_List(s.NewCompositeList(8, 1, sz))
}
Example #24
0
func NewStatisticalRecordList(s *C.Segment, sz int) StatisticalRecord_List {
	return StatisticalRecord_List(s.NewCompositeList(40, 0, sz))
}
Example #25
0
func NewChangedRangeList(s *C.Segment, sz int) ChangedRange_List {
	return ChangedRange_List(s.NewCompositeList(16, 0, sz))
}
Example #26
0
func NewCmdQueryStandardValuesList(s *C.Segment, sz int) CmdQueryStandardValues_List {
	return CmdQueryStandardValues_List(s.NewCompositeList(24, 1, sz))
}
Example #27
0
func NewRequestList(s *C.Segment, sz int) Request_List {
	return Request_List(s.NewCompositeList(16, 1, sz))
}
Example #28
0
func NewCmdQueryStatisticalValuesList(s *C.Segment, sz int) CmdQueryStatisticalValues_List {
	return CmdQueryStatisticalValues_List(s.NewCompositeList(32, 1, sz))
}
Example #29
0
func NewZList(s *C.Segment, sz int) Z_List { return Z_List(s.NewCompositeList(8, 1, sz)) }
Example #30
0
func NewAnnotationList(s *C.Segment, sz int) Annotation_List {
	return Annotation_List(s.NewCompositeList(8, 2, sz))
}