Home
last modified time | relevance | path

Searched defs:Serializable (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/ui/issues/
Dissue-10412.rs1 trait Serializable<'self, T> { interface
7 impl<'self> Serializable<str> for &'self str { impl
/third_party/typescript/tests/cases/compiler/
DmixinIntersectionIsValidbaseType.ts10 export const Serializable = <K extends Constructor<Initable> & Initable>( constant
25 let SomeHowNotOkay = class A extends Serializable(SuperClass) { variable
/third_party/rust/rust/tests/ui/traits/
Dmonomorphized-callees-with-ty-params-3314.rs7 trait Serializable { interface
/third_party/typescript/tests/baselines/reference/
DmixinIntersectionIsValidbaseType.js11 export const Serializable = <K extends Constructor<Initable> & Initable>( constant