Home
last modified time | relevance | path

Searched defs:Trait (Results 1 – 25 of 37) sorted by relevance

12

/external/rust/crates/async-trait/tests/ui/
Dunsupported-self.rs4 pub trait Trait { trait
9 impl Trait for &'static str { impl
Dunreachable.rs6 pub trait Trait { interface
Dbare-trait-object.rs6 trait Trait { interface
Ddelimiter-span.rs8 trait Trait { interface
Dmissing-body.rs4 trait Trait { interface
Dself-span.rs10 pub trait Trait { trait
Dlifetime-span.rs7 pub trait Trait<'r> { trait
/external/rust/crates/async-trait/tests/
Dtest.rs20 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/
Dsingleton_unittest.cc47 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/
Dimport_via_macro_use.rs7 trait Trait: Downcast {} in test() trait
Duse_via_namespace.rs6 trait Trait: Downcast {} in test() trait
/external/llvm-project/mlir/include/mlir/Support/
DInterfaceSupport.h79 struct Trait : public BaseTrait<ConcreteT, Trait> { struct
95 std::is_base_of<Trait<T>, T>::value> * = nullptr> argument
/external/rust/crates/anyhow/src/
Dkind.rs73 pub struct Trait; struct
77 fn anyhow_kind(&self) -> Trait { in anyhow_kind()
84 impl Trait { impl
/external/rust/crates/cfg-if/src/
Dlib.rs159 trait Trait { interface
/external/llvm-project/mlir/docs/
DTraits.md100 ### Parametric Traits
137 ### Attaching Operation Traits in ODS
/external/rust/cxx/syntax/
Dderive.rs11 pub enum Trait { enum
50 impl AsRef<str> for Trait { implementation
/external/rust/crates/pin-project/tests/
Dpinned_drop.rs33 trait Trait { in self_call() interface
209 trait Trait { in self_ty_inside_macro_call() interface
Dlint.rs766 pub trait Trait<'a> {} trait
789 pub trait Trait<'a> {} trait
Dpin_project.rs336 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/
Dparse.rs6 Trait(ItemTrait), enumerator
/external/rust/crates/paste/tests/
Dtest_expr.rs102 trait Trait { in test_false_start() interface
/external/rust/crates/syn/tests/
Dtest_item.rs65 impl !Trait {} in test_negative_impl() implementation
/external/rust/crates/pin-project-lite/tests/
Dtest.rs522 trait Trait<X> { in no_infer_outlives() interface
/external/llvm-project/clang/test/Misc/
Ddiag-template-diffing.cpp901 template <typename> struct Trait { struct
902 enum { V = 40 };
903 typedef int Ty;
904 static int I;
/external/clang/test/Misc/
Ddiag-template-diffing.cpp901 template <typename> struct Trait { struct
902 enum { V = 40 };
903 typedef int Ty;
904 static int I;

12