Searched defs:LazyTable (Results 1 – 4 of 4) sorted by relevance
| /third_party/rust/rust/compiler/rustc_metadata/src/rmeta/ |
| D | mod.rs | 137 struct LazyTable<I, T> { struct 143 impl<I: 'static, T: ParameterizedOverTcx> ParameterizedOverTcx for LazyTable<I, T> { argument 147 impl<I, T> LazyTable<I, T> { implementation 170 impl<I, T> Copy for LazyTable<I, T> {} implementation 171 impl<I, T> Clone for LazyTable<I, T> { implementation
|
| D | table.rs | 434 impl<I: Idx, const N: usize, T: FixedSizeEncoding<ByteArray = [u8; N]> + ParameterizedOverTcx>
|
| D | encoder.rs | 130 impl<'a, 'tcx, I, T> Encodable<EncodeContext<'a, 'tcx>> for LazyTable<I, T> { implementation
|
| D | decoder.rs | 658 impl<'a, 'tcx, I: Idx, T> Decodable<DecodeContext<'a, 'tcx>> for LazyTable<I, T> { implementation
|