Searched defs:_Id (Results 1 – 3 of 3) sorted by relevance
226 void setId(StringRef _Id) { Id = _Id.str(); } in setId()
168 InputAction::InputAction(const Arg &_Input, types::ID _Type, StringRef _Id) in InputAction()
163 #define EISA_ID_TO_NUM(_Id) ((_Id) >> 16) argument