Home | History | Annotate | Download | only in gob

Lines Matching full:wiretype

176 pair (-type id, encoded-type) where encoded-type is the gob encoding of a wireType
179 type wireType struct {
227 WireType 16
243 (byteCount (-type id, encoding of a wireType)* (type id, encoding of a value))*
323 // Now we send a type descriptor, which is itself a struct (wireType).
324 // The type of wireType itself is known (it's built in, as is the type of
325 // all its components), so we just need to send a *value* of type wireType
330 03 // Add 3 to field number; now 2 (wireType.structType; this is a struct).
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)
354 00 // end of wireType.structType structure
355 00 // end of wireType structure