Searched defs:E (Results 1 – 8 of 8) sorted by relevance
23 fn with_log(self) -> Result<T, E>; in with_log() argument27 fn with_log(self) -> Result<T, E> { in with_log() argument
91 fn send_hci_event<E: Into<hci::Event>>(&self, event: E) { in send_hci_event()
27 fn send_hci_event<E: Into<hci::Event>>(&self, event: E); in send_hci_event()
319 fn send_hci_event<E: Into<hci::Event>>(&self, event: E) { in send_hci_event()
225 uint32_t E; in multiprecision_fast_mod_P256() local
223 uint32_t E; in multiprecision_fast_mod_P256() local
329 fn send_hci_event<E: Into<hci::Event>>(&self, event: E) { in send_hci_event()
462 static void dump(T_iterator I, T_iterator E) { in dump()