Searched defs:InlineMarkStmt (Results 1 – 1 of 1) sorted by relevance
354 type InlineMarkStmt struct { struct355 miniStmt356 Index int64366 func (n *InlineMarkStmt) Offset() int64 { return n.Index }367 func (n *InlineMarkStmt) SetOffset(x int64) { n.Index = x }