Searched refs:t_opt (Results 1 – 1 of 1) sorted by relevance
478 let mut t_opt = inner.current_transaction.as_ref(); in debug_print() localVariable479 while let Some(t) = t_opt { in debug_print()482 t_opt = t.from_parent.as_ref(); in debug_print()485 t_opt = t.find_from(self); in debug_print()488 t_opt = None; in debug_print()