Searched defs:TypeDef (Results 1 – 2 of 2) sorted by relevance
56 private static class TypeDef { class in AccessorTestGenerator60 …public TypeDef(String name, UnaryOperation[] unaryOperations, BinaryOperation[] binaryOperations) { in TypeDef() method in AccessorTestGenerator.TypeDef
138 type TypeDef struct { struct139 Pos Pos140 Name *Ident143 Args []*Ident144 Type *Type145 Struct *Struct148 func (n *TypeDef) Info() (Pos, string, string) {