Searched refs:command_ (Results 1 – 1 of 1) sorted by relevance
41 ParsedEvent() : command_(NULL) {} in ParsedEvent()52 const string* command_; member56 if (command_) return *command_; in command()60 void set_command(const string* command) { command_ = command; } in set_command()