Home
last modified time | relevance | path

Searched defs:QueryCommand (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/m133/bazel/exporter/interfaces/mocks/
DQueryCommand.go8 type QueryCommand struct { struct
9 mock.Mock
13 func (_m *QueryCommand) Read() ([]byte, error) {
/third_party/skia/m133/bazel/exporter/interfaces/
Dquery_command.go9 type QueryCommand interface { interface
Dexporter.go22 Export(qcmd QueryCommand) error
/third_party/skia/m133/bazel/exporter_tool/
Dmain.go809 func doExport(qr interfaces.QueryCommand, exp interfaces.Exporter, outFormat string) {