blob: fd3b68ecce99c4e57dd532c43ad88d70cc530fdf [file] [log] [blame]
////////////////////////////////////////////////////////////////////////////////
// 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 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 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 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)
}