Searched refs:Boxed (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/anyhow/src/ |
D | kind.rs | 94 pub struct Boxed; struct 99 fn anyhow_kind(&self) -> Boxed { in anyhow_kind() argument 100 Boxed in anyhow_kind() 108 impl Boxed { impl
|
/external/rust/crates/criterion-plot/src/ |
D | key.rs | 96 impl Set<Boxed> for Properties { 100 fn set(&mut self, boxed: Boxed) -> &mut Properties { in set() 102 Boxed::No => self.boxed = false, in set() 103 Boxed::Yes => self.boxed = true, in set() 158 pub enum Boxed { enum
|
D | prelude.rs | 7 pub use crate::key::{Boxed, Horizontal, Justification, Order, Position, Stacked, Vertical};
|
/external/rust/crates/log/src/kv/ |
D | error.rs | 12 Boxed(std_support::BoxedError), enumerator 31 &Boxed(ref err) => err.fmt(f), in fmt() 58 inner: Inner::Boxed(err.into()), in boxed()
|
/external/llvm-project/clang/docs/ |
D | ObjectiveCLiterals.rst | 113 Boxed Expressions 145 Boxed Enums 195 Boxed C Strings 227 Boxed C Structures 230 Boxed expressions support construction of NSValue objects.
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 113 Boxed Expressions 145 Boxed Enums 195 Boxed C Strings 227 Boxed C Structures 230 Boxed expressions support construction of NSValue objects.
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 935 Expr *Boxed = BE->getSubExpr(); in CheckObjCDictionaryLiteralDuplicateKeys() local 939 if (auto *Str = dyn_cast<StringLiteral>(Boxed->IgnoreParenImpCasts())) { in CheckObjCDictionaryLiteralDuplicateKeys() 945 if (Boxed->EvaluateAsInt(Result, S.getASTContext(), in CheckObjCDictionaryLiteralDuplicateKeys()
|