Searched refs:IDType (Results 1 – 2 of 2) sorted by relevance
221 enum IDType { eBreakpointArgs = 0, eWatchpointArgs = 1 }; enum222 void AddIDsArgumentData(IDType type);
715 void CommandObject::AddIDsArgumentData(CommandObject::IDType type) { in AddIDsArgumentData()