Searched defs:wireType (Results 1 – 3 of 3) sorted by relevance
652 type wireType struct { struct653 ArrayT *arrayType654 SliceT *sliceType655 StructT *structType656 MapT *mapType657 GobEncoderT *gobEncoderType658 BinaryMarshalerT *gobEncoderType659 TextMarshalerT *gobEncoderType662 func (w *wireType) string() string {
32 wireType map[typeId]*wireType // map from remote ID to local description member
115 wireType map[typeId]*wireType member