/external/rust/crates/async-trait/tests/ui/ |
D | unsupported-self.rs | 4 pub trait Trait { trait 9 impl Trait for &'static str { impl
|
D | unreachable.rs | 6 pub trait Trait { interface
|
D | bare-trait-object.rs | 6 trait Trait { interface
|
D | delimiter-span.rs | 8 trait Trait { interface
|
D | missing-body.rs | 4 trait Trait { interface
|
D | self-span.rs | 10 pub trait Trait { trait
|
D | lifetime-span.rs | 7 pub trait Trait<'r> { trait
|
/external/rust/crates/async-trait/tests/ |
D | test.rs | 20 trait Trait { interface 179 trait Trait { in test_self_in_macro() interface 201 pub trait Trait { in test_inference() trait 211 pub trait Trait: Sized { in test_internal_items() trait 226 pub trait Trait { in test_unimplemented() interface 299 trait Trait {} interface 451 pub trait Trait<'a> { interface 679 pub trait Trait { interface 719 trait Trait { trait 772 pub trait Trait { interface [all …]
|
/external/libchrome/base/memory/ |
D | singleton_unittest.cc | 47 struct Init5Singleton::Trait : public DefaultSingletonTraits<Init5Singleton> { struct in base::__anon5be6f0b40111::Init5Singleton 48 static Init5Singleton* New() { in New() 80 struct Trait : public CallbackTrait<CallbackSingletonWithNoLeakTrait> { }; struct in base::__anon5be6f0b40111::CallbackSingletonWithNoLeakTrait 91 struct Trait : public CallbackTrait<CallbackSingletonWithLeakTrait> { struct in base::__anon5be6f0b40111::CallbackSingletonWithLeakTrait 92 static const bool kRegisterAtExit = false; 113 struct CallbackSingletonWithStaticTrait::Trait struct in base::__anon5be6f0b40111::CallbackSingletonWithStaticTrait 115 static void Delete(CallbackSingletonWithStaticTrait* instance) { in Delete()
|
/external/rust/crates/downcast-rs/tests/ |
D | import_via_macro_use.rs | 7 trait Trait: Downcast {} in test() trait
|
D | use_via_namespace.rs | 6 trait Trait: Downcast {} in test() trait
|
/external/llvm-project/mlir/include/mlir/Support/ |
D | InterfaceSupport.h | 79 struct Trait : public BaseTrait<ConcreteT, Trait> { struct 95 std::is_base_of<Trait<T>, T>::value> * = nullptr> argument
|
/external/rust/crates/anyhow/src/ |
D | kind.rs | 73 pub struct Trait; struct 77 fn anyhow_kind(&self) -> Trait { in anyhow_kind() 84 impl Trait { impl
|
/external/rust/crates/cfg-if/src/ |
D | lib.rs | 159 trait Trait { interface
|
/external/llvm-project/mlir/docs/ |
D | Traits.md | 100 ### Parametric Traits 137 ### Attaching Operation Traits in ODS
|
/external/rust/cxx/syntax/ |
D | derive.rs | 11 pub enum Trait { enum 50 impl AsRef<str> for Trait { implementation
|
/external/rust/crates/pin-project/tests/ |
D | pinned_drop.rs | 33 trait Trait { in self_call() interface 209 trait Trait { in self_ty_inside_macro_call() interface
|
D | lint.rs | 766 pub trait Trait<'a> {} trait 789 pub trait Trait<'a> {} trait
|
D | pin_project.rs | 336 pub trait Trait<'a> {} in overlapping_lifetime_names() trait 722 pub trait Trait { in parse_self() trait 816 trait Trait<X> { trait
|
/external/rust/crates/async-trait/src/ |
D | parse.rs | 6 Trait(ItemTrait), enumerator
|
/external/rust/crates/paste/tests/ |
D | test_expr.rs | 102 trait Trait { in test_false_start() interface
|
/external/rust/crates/syn/tests/ |
D | test_item.rs | 65 impl !Trait {} in test_negative_impl() implementation
|
/external/rust/crates/pin-project-lite/tests/ |
D | test.rs | 522 trait Trait<X> { in no_infer_outlives() interface
|
/external/llvm-project/clang/test/Misc/ |
D | diag-template-diffing.cpp | 901 template <typename> struct Trait { struct 902 enum { V = 40 }; 903 typedef int Ty; 904 static int I;
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 901 template <typename> struct Trait { struct 902 enum { V = 40 }; 903 typedef int Ty; 904 static int I;
|