/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | reg.rs | 20 pub(super) trait ToAsm: private::Sealed { 32 pub(super) trait FromAsm: private::Sealed { 62 pub(super) trait ArgNumber: private::Sealed {} 77 pub(super) trait RetNumber: private::Sealed {} 241 pub trait Sealed {} traits 244 impl<'a, Num: super::ArgNumber> Sealed for super::ArgReg<'a, Num> {} 245 impl<Num: super::RetNumber> Sealed for super::RetReg<Num> {} 246 impl<'a> Sealed for super::SyscallNumber<'a> {} 247 impl Sealed for super::A0 {} 248 impl Sealed fo [all...] |
/third_party/rust/crates/quote/src/ |
H A D | spanned.rs | 6 pub trait Spanned: private::Sealed { 46 pub trait Sealed {} traits 47 impl Sealed for Span {} 48 impl Sealed for DelimSpan {} 49 impl<T: ?Sized + ToTokens> Sealed for T {}
|
H A D | ext.rs | 8 pub trait TokenStreamExt: private::Sealed { 107 pub trait Sealed {} traits 109 impl Sealed for TokenStream {}
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | state_id.rs | 50 /// Sealed stops crates other than aho-corasick from implementing any 52 pub trait Sealed {} traits 53 impl Sealed for u8 {} 54 impl Sealed for u16 {} 55 impl Sealed for u32 {} 56 impl Sealed for u64 {} 57 impl Sealed for usize {} 73 private::Sealed
|
/third_party/rust/crates/syn/src/ |
H A D | spanned.rs | 96 pub trait Spanned: private::Sealed { 113 pub trait Sealed {} traits 114 impl<T: ?Sized + ToTokens> Sealed for T {} 117 impl Sealed for crate::QSelf {}
|
H A D | lookahead.rs | 3 use crate::sealed::lookahead::Sealed; 147 pub trait Peek: Sealed { 169 impl<F: Copy + FnOnce(TokenMarker) -> T, T: Token> Sealed for F {}
|
H A D | token.rs | 129 pub trait Token: private::Sealed { 145 pub trait Sealed {} in display() traits 165 impl private::Sealed for Ident {} 196 impl private::Sealed for $name {} in display() 225 impl private::Sealed for $ty {} in display() 234 impl<T: CustomToken> private::Sealed for T {} 344 impl private::Sealed for $name {} in display() 483 impl private::Sealed for $name {} in display() 561 impl private::Sealed for $name {} 616 impl private::Sealed fo in display() [all...] |
H A D | sealed.rs | 3 pub trait Sealed: Copy {} traits
|
H A D | ext.rs | 14 pub trait IdentExt: Sized + private::Sealed { 117 impl lookahead::Sealed for private::PeekFn {} in display() 122 pub trait Sealed {} traits 124 impl Sealed for Ident {}
|
/third_party/rust/crates/cxx/src/ |
H A D | extern_type.rs | 172 pub trait Kind: private::Sealed {} 178 pub trait Sealed {} traits 179 impl Sealed for super::Opaque {} 180 impl Sealed for super::Trivial {}
|
/third_party/rust/crates/proc-macro-error/src/ |
H A D | sealed.rs | 1 pub trait Sealed {} traits 3 impl Sealed for crate::Diagnostic {}
|
H A D | diagnostic.rs | 1 use crate::{abort_now, check_correctness, sealed::Sealed, SpanRange}; 34 pub trait DiagnosticExt: Sealed {
|
/third_party/rust/crates/os_str_bytes/src/ |
H A D | pattern.rs | 36 pub trait Pattern: private::Sealed {
|
H A D | lib.rs | 336 pub trait OsStrBytes: private::Sealed + ToOwned { 478 pub trait OsStringBytes: private::Sealed + Sized { in to_raw_bytes() 610 pub trait Sealed {} traits 612 impl Sealed for char {} 613 impl Sealed for OsStr {} 614 impl Sealed for OsString {} 615 impl Sealed for Path {} 616 impl Sealed for PathBuf {} 617 impl Sealed for &str {} impls 618 impl Sealed fo impls [all...] |
H A D | raw_str.rs | 918 pub trait RawOsStrCow<'a>: private::Sealed {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 213 Sealed = 0x0400, member in llvm::codeview::CallingConvention::ClassOptions 287 Sealed = 0x0200 member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 314 CV_ENUM_CLASS_ENT(ClassOptions, Sealed), 330 CV_ENUM_CLASS_ENT(MethodOptions, Sealed),
|
H A D | TypeDumpVisitor.cpp | 42 ENUM_ENTRY(ClassOptions, Sealed), 56 ENUM_ENTRY(MethodOptions, Sealed),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 372 IO.bitSetCase(Options, "Sealed", ClassOptions::Sealed); in bitset() 382 IO.bitSetCase(Options, "Sealed", MethodOptions::Sealed); in bitset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2288 ClassOptions CO = ClassOptions::Sealed | getCommonClassOptions(Ty); in lowerCompleteTypeUnion()
|