Home
last modified time | relevance | path

Searched refs:boxed (Results 1 - 24 of 24) sorted by relevance

/third_party/rust/crates/log/src/kv/
H A Derror.rs38 _ => value_bag::Error::boxed(self),
73 pub fn boxed<E>(err: E) -> Self in boxed() functions
87 Error::boxed(err) in from()
/third_party/rust/crates/proc-macro-error/src/
H A Dlib.rs463 Err(boxed) => match boxed.downcast::<AbortNow>() { in entry_point()
465 Err(boxed) => resume_unwind(boxed), in entry_point()
/third_party/rust/crates/nom/src/
H A Dlib.rs405 pub use alloc::{borrow, boxed, string, vec};
423 alloc, borrow, boxed, cmp, collections, convert, fmt, hash, iter, mem, ops, option, result,
H A Dinternal.rs330 use alloc::boxed::Box;
/third_party/rust/crates/clap/tests/derive/
H A Dmain.rs9 mod boxed; modules
/third_party/rust/crates/cxx/src/
H A Dexception.rs3 use alloc::boxed::Box;
H A Dresult.rs5 use alloc::boxed::Box;
/third_party/rust/crates/serde/serde/src/
H A Dlib.rs210 pub use alloc::boxed::Box;
212 pub use std::boxed::Box;
/third_party/rust/crates/syn/src/
H A Dpat.rs525 let boxed: Option<Token![box]> = input.parse()?; in field_pat()
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/
H A Dexpand.rs533 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()
1280 // https://doc.rust-lang.org/std/boxed/struct.Box.html#method.new_uninit in expand_rust_box()
1282 ::cxx::alloc::boxed::Box::into_raw(::cxx::alloc::boxed::Box::new(::cxx::core::mem::MaybeUninit::uninit())) in expand_rust_box()
1288 let _ = ::cxx::alloc::boxed in expand_rust_box()
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_map_field.cc61 ClassNameResolver* name_resolver, bool boxed) { in TypeName()
67 return boxed ? BoxedPrimitiveTypeName(GetJavaType(field)) in TypeName()
60 TypeName(const FieldDescriptor* field, ClassNameResolver* name_resolver, bool boxed) TypeName() argument
H A Djava_map_field_lite.cc61 ClassNameResolver* name_resolver, bool boxed) { in TypeName()
67 return boxed ? BoxedPrimitiveTypeName(GetJavaType(field)) in TypeName()
60 TypeName(const FieldDescriptor* field, ClassNameResolver* name_resolver, bool boxed) TypeName() argument
/third_party/rust/crates/once_cell/src/
H A Drace.rs275 use alloc::boxed::Box;
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtokens.rs73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtokens.rs73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtokens.rs73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtokens.rs73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
/third_party/rust/crates/cxx/syntax/
H A Dtokens.rs73 tokens.extend(quote_spanned!(span=> ::cxx::alloc::boxed::)); in to_tokens()
/third_party/rust/crates/nom/src/combinator/
H A Dtests.rs8 use crate::lib::std::boxed::Box;
H A Dmod.rs6 use crate::lib::std::boxed::Box;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocales.java371 .boxed() in toCodePointFunction()
/third_party/node/lib/internal/util/
H A Dcomparisons.js119 assert.fail(`Unknown boxed type ${val1}`);
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableTest.java188 n -> IntStream.of(n).boxed().map(Object::toString), in testOptionalRowOrdering()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs6941 // If the boxed pointers were leaked or otherwise misused, valgrind in test_dedup_unique()
8876 mod boxed; modules
13903 /// to the same boxed integer value, not five references pointing to independently
13904 /// boxed integers.
14435 use crate::boxed::Box;
15007 use crate::boxed::Box;
15534 /// Converts a boxed slice of bytes to a boxed string slice without checking
15554 use std::boxed::Box;
16227 use crate::boxed
19469 pub mod boxed; global() modules
19471 mod boxed { global() modules
50505 let mut boxed = Self::new_uninit_in(alloc); new_in() variables
50530 let mut boxed = Self::try_new_uninit_in(alloc)?; try_new_in() variables
51219 let mut boxed = Self::new_uninit_in(self.1.clone()); clone() variables
[all...]

Completed in 42 milliseconds