/third_party/rust/crates/log/src/kv/ |
D | error.rs | 38 _ => value_bag::Error::boxed(self), in into_value() 73 pub fn boxed<E>(err: E) -> Self in boxed() method 87 Error::boxed(err) in from()
|
/third_party/rust/crates/proc-macro-error/src/ |
D | lib.rs | 463 Err(boxed) => match boxed.downcast::<AbortNow>() { in entry_point() 465 Err(boxed) => resume_unwind(boxed), in entry_point()
|
/third_party/glib/patch/ |
D | backport-gmarkup-Add-G_MARKUP_PARSE_FLAGS_NONE.patch | 20 gobject/tests/boxed.c | 3 ++- 141 diff --git a/gobject/tests/boxed.c b/gobject/tests/boxed.c 143 --- a/gobject/tests/boxed.c 144 +++ b/gobject/tests/boxed.c
|
D | backport-gregex-Add-G_REGEX_DEFAULT-G_REGEX_MATCH_DEFAULT.patch | 17 gobject/tests/boxed.c | 4 +- 655 diff --git a/gobject/tests/boxed.c b/gobject/tests/boxed.c 657 --- a/gobject/tests/boxed.c 658 +++ b/gobject/tests/boxed.c
|
/third_party/rust/crates/nom/src/ |
D | lib.rs | 405 pub use alloc::{borrow, boxed, string, vec}; 423 alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, result,
|
D | internal.rs | 330 use alloc::boxed::Box;
|
/third_party/rust/crates/clap/tests/derive/ |
D | main.rs | 9 mod boxed; module
|
/third_party/rust/crates/cxx/src/ |
D | exception.rs | 3 use alloc::boxed::Box;
|
D | result.rs | 5 use alloc::boxed::Box;
|
/third_party/rust/crates/cxx/src/symbols/ |
D | exception.rs | 4 use alloc::boxed::Box;
|
/third_party/rust/crates/serde/serde/src/ |
D | lib.rs | 210 pub use alloc::boxed::Box; 212 pub use std::boxed::Box;
|
/third_party/rust/crates/syn/src/ |
D | pat.rs | 525 let boxed: Option<Token![box]> = input.parse()?; in field_pat() localVariable 529 let member = if boxed.is_some() || by_ref.is_some() || mutability.is_some() { in field_pat() 535 if boxed.is_none() && by_ref.is_none() && mutability.is_none() && input.peek(Token![:]) in field_pat() 551 let pat = if boxed.is_some() { in field_pat()
|
/third_party/rust/crates/cxx/macro/src/ |
D | expand.rs | 533 quote_spanned!(span=> ::cxx::alloc::boxed::Box::into_raw(#var).cast()) in expand_cxx_function_shim() 535 quote_spanned!(span=> ::cxx::alloc::boxed::Box::into_raw(#var)) in expand_cxx_function_shim() 654 quote_spanned!(span=> ::cxx::alloc::boxed::Box::from_raw(#call.cast())) in expand_cxx_function_shim() 656 quote_spanned!(span=> ::cxx::alloc::boxed::Box::from_raw(#call)) in expand_cxx_function_shim() 994 Type::RustBox(_) => quote_spanned!(span=> ::cxx::alloc::boxed::Box::from_raw(#var)), in expand_rust_function_shim_impl() 1055 Type::RustBox(_) => Some(quote_spanned!(span=> ::cxx::alloc::boxed::Box::into_raw)), in expand_rust_function_shim_impl() 1282 …::cxx::alloc::boxed::Box::into_raw(::cxx::alloc::boxed::Box::new(::cxx::core::mem::MaybeUninit::un… in expand_rust_box() 1288 let _ = ::cxx::alloc::boxed::Box::from_raw(ptr); in expand_rust_box() 1292 …unsafe extern "C" fn #local_drop #impl_generics(this: *mut ::cxx::alloc::boxed::Box<#ident #ty_gen… in expand_rust_box()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_map_field_lite.cc | 61 ClassNameResolver* name_resolver, bool boxed) { in TypeName() argument 67 return boxed ? BoxedPrimitiveTypeName(GetJavaType(field)) in TypeName()
|
D | java_map_field.cc | 61 ClassNameResolver* name_resolver, bool boxed) { in TypeName() argument 67 return boxed ? BoxedPrimitiveTypeName(GetJavaType(field)) in TypeName()
|
/third_party/rust/crates/nom/src/combinator/ |
D | tests.rs | 8 use crate::lib::std::boxed::Box;
|
D | mod.rs | 6 use crate::lib::std::boxed::Box;
|
/third_party/rust/crates/once_cell/src/ |
D | race.rs | 275 use alloc::boxed::Box;
|
/third_party/rust/crates/cxx/syntax/ |
D | tokens.rs | 73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTableTest.java | 188 n -> IntStream.of(n).boxed().map(Object::toString), in testOptionalRowOrdering()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | PseudoLocales.java | 371 .boxed() in toCodePointFunction()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 8876 mod boxed; 14435 use crate::boxed::Box; 15007 use crate::boxed::Box; 15554 use std::boxed::Box; 16227 use crate::boxed::Box; 19469 pub mod boxed; 19471 mod boxed { 19472 pub use std::boxed::Box; 19741 use crate::boxed::Box; 19743 use std::boxed::Box; [all …]
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_gen.rs | 90 boxed: Box<T>, in test_gen() field
|
/third_party/rust/crates/log/src/ |
D | lib.rs | 1327 impl<T> Log for std::boxed::Box<T>
|
/third_party/node/doc/api/ |
D | util.md | 2204 Returns `true` if the value is any boxed primitive object, e.g. created
|