Searched defs:CsumType (Results 1 – 2 of 2) sorted by relevance
294 type CsumType struct { struct295 IntTypeCommon296 Kind CsumKind297 Buf string298 Protocol uint64 // for CsumPseudo301 func (t *CsumType) String() string {305 func (t *CsumType) makeDefaultArg() Arg {309 func (t *CsumType) isDefaultArg(arg Arg) bool {
113 func findCsummedArg(arg Arg, typ *CsumType, parentsMap map[Arg]Arg) Arg {