Searched defs:new_name (Results 1 – 5 of 5) sorted by relevance
239 std::string new_name = group_name.substr(0, group_name.size() - slot_suffix.size()) + in UpdateMetadataForInPlaceSnapshot() local257 std::string new_name = in UpdateMetadataForInPlaceSnapshot() local
285 std::string new_name = in UpdateMetadataForOtherSuper() local
171 std::string new_name = "a_much_longer_name"; in TEST_F() local
946 let new_name = service.GetNewNameInterface(); in test_renamed_interface() localVariable981 let new_name = old_name.as_binder().into_interface::<dyn INewName::INewName>(); in test_renamed_interface_old_as_new() localVariable
277 bool RenameKeyDir(const std::string& old_name, const std::string& new_name) { in RenameKeyDir()