Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 25 of 47) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/
DexportDeclaration_missingBraces.ts9 class Box<T> {} class
18 export type Box; alias
/third_party/typescript/tests/baselines/reference/
DmappedTypes3.js2 class Box<P> { class
43 function Box() { class in Box
DgenericSetterInClassType.js13 class Box<T> { class
39 class Box { class
DgenericSetterInClassTypeJsDoc.js5 class Box { class
/third_party/rust/crates/clap/src/
Dderive.rs397 impl<T: Parser> Parser for Box<T> { implementation
423 impl<T: CommandFactory> CommandFactory for Box<T> { implementation
432 impl<T: FromArgMatches> FromArgMatches for Box<T> { implementation
447 impl<T: Args> Args for Box<T> { implementation
456 impl<T: Subcommand> Subcommand for Box<T> { implementation
/third_party/typescript/tests/cases/compiler/
DcontextuallyTypedBooleanLiterals.ts9 type Box<T> = { alias
DnonInferrableTypePropagation1.ts11 type Box<V> = { data: V }; alias
DselfReferencingTypeReferenceInference.ts1 interface Box<T> { interface
DtypeParameterLeak.ts5 interface Box<T> { data: T } interface
DoverloadedConstructorFixesInferencesAppropriately.ts2 interface Box<T> { interface
DreverseMappedPartiallyInferableTypes.ts58 type Box<T> = { alias
/third_party/typescript/tests/cases/conformance/classes/members/classTypes/
DgenericSetterInClassTypeJsDoc.ts12 class Box { class
DgenericSetterInClassType.ts14 class Box<T> { class
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h183 struct Box struct
185 Box() : x(0), y(0), z(0), width(0), height(0), depth(0) {} in Box() argument
186 Box(int x_in, int y_in, int z_in, int width_in, int height_in, int depth_in) in Box() argument
190 Box(const O &offset, const E &size) in Box() argument
205 int x;
206 int y;
207 int z;
208 int width;
209 int height;
210 int depth;
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericContextualTypes1.ts4 type Box<T> = { value: T }; alias
/third_party/rust/crates/cxx/tests/ui/
Dreserved_name.rs8 type Box; typedef
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/private_and_protected_constructor/
Dprivate_and_protected_constructor.ts24 class Box { class
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes3.ts3 class Box<P> { class
DmappedTypes4.ts4 type Box<T> = { alias
DisomorphicMappedTypeInference.ts5 type Box<T> = { alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/
Dnew_operator_4.ts42 class Box<T> { class
/third_party/jerryscript/tests/jerry/
Dgetter-setter-this-value.js15 function Box(data) { class
/third_party/rust/crates/syn/examples/heapsize/heapsize/src/
Dlib.rs33 impl<T> HeapSize for Box<T> implementation
/third_party/skia/tests/
DGrMeshTest.cpp82 struct Box { struct
83 float fX, fY;
84 GrColor fColor;
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DrecursiveTypeReferences1.ts25 interface Box<T> { value: T }; interface

12