| //////////////////////////////////////////////////////////////////////////////// |
| // Do not modify! |
| // Generated by codergen |
| //////////////////////////////////////////////////////////////////////////////// |
| |
| package service |
| |
| import "fmt" |
| |
| func (c callBeginCPUProfile) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "BeginCPUProfile()") |
| } |
| func (r resultBeginCPUProfile) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "void") |
| } |
| func (c callEndCPUProfile) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "EndCPUProfile()") |
| } |
| func (r resultEndCPUProfile) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetMemProfileRate) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetMemProfileRate()") |
| } |
| func (r resultGetMemProfileRate) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetPerformanceCounters) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetPerformanceCounters()") |
| } |
| func (r resultGetPerformanceCounters) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetProfile) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetProfile(name: %v, debug: %v)", |
| c.name, c.debug, |
| ) |
| } |
| func (r resultGetProfile) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callSetMemProfileRate) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "SetMemProfileRate(rate: %v)", |
| c.rate, |
| ) |
| } |
| func (r resultSetMemProfileRate) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "void") |
| } |
| func (c callFollow) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "Follow(p: %v)", |
| c.p, |
| ) |
| } |
| func (r resultFollow) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGet) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "Get(p: %v)", |
| c.p, |
| ) |
| } |
| func (r resultGet) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetAvailableStringTables) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetAvailableStringTables()") |
| } |
| func (r resultGetAvailableStringTables) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetCaptures) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetCaptures()") |
| } |
| func (r resultGetCaptures) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetDevices) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetDevices()") |
| } |
| func (r resultGetDevices) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetFeatures) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetFeatures()") |
| } |
| func (r resultGetFeatures) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetFramebufferAttachment) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetFramebufferAttachment(device: %v, after: %v, attachment: %v, settings: %v)", |
| c.device, c.after, c.attachment, c.settings, |
| ) |
| } |
| func (r resultGetFramebufferAttachment) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetFramebufferColor) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetFramebufferColor(device: %v, after: %v, settings: %v)", |
| c.device, c.after, c.settings, |
| ) |
| } |
| func (r resultGetFramebufferColor) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetFramebufferDepth) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetFramebufferDepth(device: %v, after: %v)", |
| c.device, c.after, |
| ) |
| } |
| func (r resultGetFramebufferDepth) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetSchema) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetSchema()") |
| } |
| func (r resultGetSchema) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetStringTable) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetStringTable(info: %v)", |
| c.info, |
| ) |
| } |
| func (r resultGetStringTable) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callGetTimingInfo) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "GetTimingInfo(device: %v, capture: %v, flags: %v)", |
| c.device, c.capture, c.flags, |
| ) |
| } |
| func (r resultGetTimingInfo) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callImportCapture) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "ImportCapture(name: %v, Data: %v)", |
| c.name, c.Data, |
| ) |
| } |
| func (r resultImportCapture) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callLoadCapture) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "LoadCapture(path: %v)", |
| c.path, |
| ) |
| } |
| func (r resultLoadCapture) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callRegisterAndroidDevice) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "RegisterAndroidDevice(serial: %v)", |
| c.serial, |
| ) |
| } |
| func (r resultRegisterAndroidDevice) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |
| func (c callSet) Format(f fmt.State, r rune) { |
| fmt.Fprintf(f, "Set(p: %v, v: %v)", |
| c.p, c.v, |
| ) |
| } |
| func (r resultSet) Format(f fmt.State, c rune) { |
| fmt.Fprintf(f, "res: %#v", r.value) |
| } |