Lines Matching refs:Output
58 type Output = <StoreData as Index<I>>::Output; typedef
61 fn index(&self, index: I) -> &Self::Output { in index() argument
71 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() argument
81 type Output = <StoreOpaque as Index<I>>::Output; typedef
84 fn index(&self, index: I) -> &Self::Output { in index() argument
94 type Output = <StoreOpaque as Index<I>>::Output; typedef
97 fn index(&self, index: I) -> &Self::Output { in index() argument
107 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() argument
117 type Output = <StoreOpaque as Index<I>>::Output; typedef
119 fn index(&self, index: I) -> &Self::Output { in index() argument
128 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut() argument
300 type Output = vm::Instance; typedef
303 fn index(&self, id: StoreInstanceId) -> &Self::Output { in index() argument