Searched refs:owned_name (Results 1 – 1 of 1) sorted by relevance
97 let owned_name = name.to_string(); in get_versions() localVariable102 .map_while(move |x| if x.0.name() == owned_name { Some(x) } else { None }), in get_versions()110 let owned_name = name.to_string(); in get_versions_mut() localVariable115 .map_while(move |x| if x.0.name() == owned_name { Some(x) } else { None }), in get_versions_mut()