/external/llvm-project/clang/test/Modules/Inputs/odr_hash-Friend/ |
D | Box.h | 7 template <class T = int> struct Box { struct 8 iterator<T> I; 10 void test() { in test()
|
D | Bad.h | 7 template <class T = int> struct Box { struct 16 // Force instantiation of Box<int> argument
|
D | Good.h | 7 template <class T = int> struct Box { struct 16 // Force instantiation of Box<int> argument
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Box.java | 18 public class Box { class 24 public Box(String id, String name) { in Box() method in Box
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/ |
D | ConsumeAsFlowLeakTest.kt | 14 private data class Box(val i: Int) dataClass
|
/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
D | ArrayElementInlineFuncTest.kt | 12 private data class Box(val n: Int) in <lambda>() dataClass
|
D | UncheckedCastTest.kt | 38 private data class Box(val b: Int) dataClass
|
/external/angle/src/libANGLE/ |
D | angletypes.h | 149 struct Box struct 151 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() function 152 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() function 156 Box(const O &offset, const E &size) in Box() argument 171 int x; 172 int y; 173 int z; 174 int width; 175 int height; 176 int depth;
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/ |
D | TestSubtypesExternalPropertyMissingProperty.java | 19 static class Box { class in TestSubtypesExternalPropertyMissingProperty 24 public Box() { in Box() method in TestSubtypesExternalPropertyMissingProperty.Box 27 public Box(String type, Fruit fruit) { in Box() method in TestSubtypesExternalPropertyMissingProperty.Box
|
D | TestPropertyCreatorSubtypesExternalPropertyMissingProperty.java | 24 static class Box { class in TestPropertyCreatorSubtypesExternalPropertyMissingProperty 33 private Box(String type, Fruit fruit) { in Box() method in TestPropertyCreatorSubtypesExternalPropertyMissingProperty.Box
|
/external/rust/crates/futures-io/src/ |
D | lib.rs | 337 impl<T: ?Sized + AsyncRead + Unpin> AsyncRead for Box<T> { implementation 417 impl<T: ?Sized + AsyncWrite + Unpin> AsyncWrite for Box<T> { implementation 489 impl<T: ?Sized + AsyncSeek + Unpin> AsyncSeek for Box<T> { implementation 523 impl<T: ?Sized + AsyncBufRead + Unpin> AsyncBufRead for Box<T> { implementation
|
/external/rust/cxx/tests/ui/ |
D | reserved_name.rs | 8 type Box; typedef
|
/external/rust/crates/structopt/src/ |
D | lib.rs | 1156 impl<T: StructOpt> StructOpt for Box<T> { implementation 1166 impl<T: StructOptInternal> StructOptInternal for Box<T> { implementation
|
/external/skqp/tests/ |
D | GrMeshTest.cpp | 65 struct Box { struct 66 float fX, fY; 67 GrColor fColor;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | Box.java | 30 public interface Box { interface
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op.cu.cc | 36 Box { struct 47 constexpr int kNmsBoxesPerThread = 8 * sizeof(int); argument
|
/external/rust/crates/tokio/src/park/ |
D | mod.rs | 107 impl Unpark for Box<dyn Unpark> { implementation
|
/external/rust/crates/gdbstub/src/connection/impls/ |
D | boxed.rs | 5 impl<E> Connection for Box<dyn Connection<Error = E>> { implementation
|
/external/rust/crates/tokio/src/io/ |
D | async_seek.rs | 61 impl<T: ?Sized + AsyncSeek + Unpin> AsyncSeek for Box<T> { implementation
|
/external/rust/crates/futures-core/src/ |
D | stream.rs | 210 impl<S: ?Sized + Stream + Unpin> Stream for Box<S> { implementation 241 impl<S: ?Sized + FusedStream + Unpin> FusedStream for Box<S> { implementation
|
/external/rust/crates/futures-task/src/ |
D | future_obj.rs | 226 unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F> implementation 238 unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + 'a> { implementation 248 unsafe impl<'a, T: 'a> UnsafeFutureObj<'a, T> for Box<dyn Future<Output = T> + Send + 'a> { implementation
|
/external/skia/tests/ |
D | GrMeshTest.cpp | 83 struct Box { struct 84 float fX, fY; 85 GrColor fColor;
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/ |
D | MessageQueueTest.kt | 24 inner class Box(val i: Int): Runnable { in <lambda>() class in kotlinx.coroutines.MessageQueueTest
|
/external/rust/crates/rand_core/src/ |
D | lib.rs | 416 impl<R: RngCore + ?Sized> RngCore for Box<R> { implementation 451 impl<R: CryptoRng + ?Sized> CryptoRng for Box<R> {} implementation
|
/external/rust/crates/mio/src/event/ |
D | source.rs | 114 impl<T> Source for Box<T> implementation
|