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