Searched defs:rename_to (Results 1 – 3 of 3) sorted by relevance
87 string rename_to = 2; field110 string rename_to = 2; field
1292 inline const std::string& ApiDef_Arg::rename_to() const { in rename_to() function1323 inline void ApiDef_Arg::set_allocated_rename_to(std::string* rename_to) { in set_allocated_rename_to()1431 inline const std::string& ApiDef_Attr::rename_to() const { in rename_to() function1462 inline void ApiDef_Attr::set_allocated_rename_to(std::string* rename_to) { in set_allocated_rename_to()
53 ParamNames(const string& name, const string& rename_to) : name_(name) { in ParamNames()