Home
last modified time | relevance | path

Searched refs:CommandCandidate (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Deditor.rs43 struct CommandCandidate { struct
83 fn get_candidates(&self, cmd: String) -> HashSet<CommandCandidate> { in get_candidates() argument
84 let mut result = HashSet::<CommandCandidate>::new(); in get_candidates()
110 result.insert(CommandCandidate { suggest_word: s.clone(), matched_len: 0 }); in get_candidates()
120 result.insert(CommandCandidate { in get_candidates()