Home
last modified time | relevance | path

Searched refs:Boxed (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/anyhow/src/
Dkind.rs94 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/
Dkey.rs96 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
Dprelude.rs7 pub use crate::key::{Boxed, Horizontal, Justification, Order, Position, Stacked, Vertical};
/external/rust/crates/log/src/kv/
Derror.rs12 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/
DObjectiveCLiterals.rst113 Boxed Expressions
145 Boxed Enums
195 Boxed C Strings
227 Boxed C Structures
230 Boxed expressions support construction of NSValue objects.
/external/clang/docs/
DObjectiveCLiterals.rst113 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/
DSemaExprObjC.cpp935 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()