Searched defs:BuiltinTypes (Results 1 – 2 of 2) sorted by relevance
57 type BuiltinTypes struct{} struct59 func (BuiltinTypes) Map(i int, reply *map[int]int) error {64 func (BuiltinTypes) Slice(i int, reply *[]int) error {69 func (BuiltinTypes) Array(i int, reply *[1]int) error {
94 type BuiltinTypes struct{} struct96 func (BuiltinTypes) Map(args *Args, reply *map[int]int) error {101 func (BuiltinTypes) Slice(args *Args, reply *[]int) error {106 func (BuiltinTypes) Array(args *Args, reply *[2]int) error {