Home
last modified time | relevance | path

Searched defs:boxed (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/crates/tokio/src/signal/
Dreusable_box.rs14 boxed: NonNull<dyn Future<Output = T> + Send>, field
23 let boxed: Box<dyn Future<Output = T> + Send> = Box::new(future); in new() localVariable
25 let boxed = Box::into_raw(boxed); in new() localVariable
28 let boxed = unsafe { NonNull::new_unchecked(boxed) }; in new() localVariable
/external/rust/crates/tokio-util/src/sync/
Dreusable_box.rs15 boxed: Pin<Box<dyn Future<Output = T> + Send + 'a>>, field
64 let boxed = mem::replace(&mut this.boxed, Box::pin(Pending(PhantomData))); in try_set() localVariable
125 let boxed = unsafe { Box::from_raw(raw) }; in reuse_pin_box() localVariable
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DIntrospectionUtils.java78 Class<?> boxed = boxingMap.get(clazz); in getBoxedClass() local
179 Class<?> boxed = boxingMap.get(actual); in isMethodInvocationConvertible() local
/external/rust/crates/protobuf-codegen/2.27.1/src/
Doneof.rs27 pub boxed: bool, field
59 let boxed = OneofField::need_boxed(field, root_scope, &oneof.message.name_absolute().path); in parse() localVariable
Drust_types_values.rs426 pub fn boxed(self, customize: &Customize) -> RustValueTyped { in boxed() method
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_secret_boxer_test.cc44 const std::string boxed = encoder.Box(QuicRandom::GetInstance(), message); in CanDecode() local
/external/rust/crates/log/src/kv/
Derror.rs73 pub fn boxed<E>(err: E) -> Self in boxed() method
/external/rust/crates/protobuf-codegen/src/gen/
Doneof.rs40 pub boxed: bool, field
82 let boxed = OneofField::need_boxed(field, root_scope, &oneof.message.name_absolute()); in parse() localVariable
Drust_types_values.rs443 pub fn boxed(self, customize: &Customize) -> RustValueTyped { in boxed() method
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_map_field.cc46 bool boxed) { in TypeName()
/external/rust/crates/gdbstub/src/conn/impls/
Dmod.rs5 mod boxed; module
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_map_field_lite.cc63 ClassNameResolver* name_resolver, bool boxed) { in TypeName()
Djava_map_field.cc61 ClassNameResolver* name_resolver, bool boxed) { in TypeName()
/external/protobuf/src/google/protobuf/compiler/java/
Dmap_field_lite.cc66 ClassNameResolver* name_resolver, bool boxed) { in TypeName()
Dmap_field.cc64 ClassNameResolver* name_resolver, bool boxed) { in TypeName()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DOldClassInstrumentor.java293 Type boxed = getBoxedType(type); in box() local
/external/rust/crates/futures-util/src/future/future/
Dmod.rs518 fn boxed<'a>(self) -> BoxFuture<'a, Self::Output> in boxed() method
/external/rust/crates/criterion-plot/src/
Dkey.rs11 boxed: bool, field
/external/rust/crates/syn-mid/src/
Dpat.rs239 let boxed: Option<Token![box]> = input.parse()?; in field_pat() localVariable
/external/rust/crates/anyhow/src/
Dptr.rs44 pub unsafe fn boxed(self) -> Box<T> { in boxed() function
/external/gson/gson/src/test/java/com/google/gson/functional/
DPrimitiveTest.java75 Byte boxed = gson.fromJson("1", Byte.class); in testByteDeserialization() local
120 Short boxed = gson.fromJson("1", Short.class); in testShortDeserialization() local
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py267 def GetJavaType(context, kind, boxed=False, with_generics=True): argument
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DArrayUtils.java6061 final Boolean boxed = Boolean.valueOf(v); in removeElements() local
6116 final Byte boxed = Byte.valueOf(v); in removeElements() local
6171 final Character boxed = Character.valueOf(v); in removeElements() local
6226 final Double boxed = Double.valueOf(v); in removeElements() local
6281 final Float boxed = Float.valueOf(v); in removeElements() local
6336 final Integer boxed = Integer.valueOf(v); in removeElements() local
6391 final Long boxed = Long.valueOf(v); in removeElements() local
6446 final Short boxed = Short.valueOf(v); in removeElements() local
/external/rust/crates/syn/src/
Dpat.rs512 let boxed: Option<Token![box]> = input.parse()?; in field_pat() localVariable
/external/rust/crates/vulkano/src/sync/future/
Dmod.rs288 fn boxed(self) -> Box<dyn GpuFuture> in boxed() method

12