Searched defs:Instrument (Results 1 – 6 of 6) sorted by relevance
15 public @interface Instrument { annotation
15 struct Instrument { struct16 Instrument() {} in Instrument() argument17 Instrument(Instrument&&) { /* MOVE */ } in Instrument() argument18 Instrument(const Instrument&) { /* COPY */ } in Instrument() argument
34 public class Instrument extends Command { class
43 public abstract class Instrument { class
191 Map<Class<? extends Instrument>, Provider<Instrument>> availableInstruments, in provideInstruments()
157 bool Instrument() { in Instrument() function in Instrumenter