Searched defs:impls (Results 1 – 15 of 15) sorted by relevance
179 private final ImmutableList<ClassSymbol> impls; field in ModuleInfo.ProvideInfo181 public ProvideInfo(ClassSymbol sym, ImmutableList<ClassSymbol> impls) { in ProvideInfo()190 public ImmutableList<ClassSymbol> impls() { in impls() method in ModuleInfo.ProvideInfo
24 pub impls: OrderedMap<ImplKey<'a>, Option<&'a Impl>>, field39 let mut impls = OrderedMap::new(); in collect() localVariable
12 mod impls; module
1 mod impls; module
418 mod impls; module
86 get_crc32c_value_func impls[] = { av1_get_crc32c_value_c, test_impl }; in RunSpeedTest() local
202 ImmutableList.Builder<ClassSymbol> impls = ImmutableList.builder(); in bindProvides() local
458 let mut impls = Vec::new(); in get_fields_impl() localVariable506 let mut impls = Vec::new(); in get_debug_fmt_impl() localVariable
54 pub mod impls; module
286 ImmutableList.Builder<String> impls = ImmutableList.builder(); in readModule() local
873 private final ImmutableList<ClassTy> impls; field in Tree.TyDecl885 ImmutableList<ClassTy> impls, in TyDecl()931 public ImmutableList<ClassTy> impls() { in impls() method in Tree.TyDecl
218 ImmutableList.Builder<String> impls = ImmutableList.builder(); in lowerModule() local
113 mod impls; module
761 let mut impls = quote_spanned! {span=> in expand_rust_type_impl() localVariable
122 mod impls; module