Searched defs:to_name (Results 1 – 4 of 4) sorted by relevance
155 let to_name = name.clone(); in impl_primitive() localVariable
206 let to_name = to_name.as_cstring()?; in new_with_names() localVariable
1730 pub fn to_name(&self, pid: PatternID, group_index: usize) -> Option<&str> { in to_name() method