Home
last modified time | relevance | path

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

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