Home | History | Annotate | Download | only in core

Lines Matching refs:query

35       /// Emit a timestamp query that is executed asynchronously by
38 class query {
40 query(command_queue &q);
41 query(query &&other);
42 ~query();
44 query &operator=(const query &) = delete;
47 /// Retrieve the query results.
64 /// Retrieve the query results.