Home | History | Annotate | Download | only in gob

Lines Matching full:structtype

182 		StructT *StructType
198 type structType struct {
231 StructType 20
330 03 // Add 3 to field number; now 2 (wireType.structType; this is a struct).
331 // structType starts with an embedded CommonType, which appears
336 50 6f 69 6e 74 // wireType.structType.CommonType.name = "Point"
338 ff 82 // wireType.structType.CommonType._id = 65
339 00 // end of embedded wiretype.structType.CommonType struct
340 01 // add 1 to field number (now 1, the field array in wireType.structType)
341 02 // There are two fields in the type (len(structType.field))
344 58 // structType.field[0].name = "X"
346 04 // structType.field[0].typeId is 2 (signed int).
347 00 // End of structType.field[0]; start structType.field[1]; set field number to -1.
350 59 // structType.field[1].name = "Y"
353 00 // End of structType.field[1]; end of structType.field.
354 00 // end of wireType.structType structure