/third_party/typescript/tests/cases/conformance/externalModules/typeOnly/ |
D | exportDeclaration_missingBraces.ts | 9 class Box<T> {} class 18 export type Box; alias
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypes3.js | 2 class Box<P> { class 43 function Box() { class in Box
|
D | genericSetterInClassType.js | 13 class Box<T> { class 39 class Box { class
|
D | genericSetterInClassTypeJsDoc.js | 5 class Box { class
|
/third_party/rust/crates/clap/src/ |
D | derive.rs | 397 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/ |
D | contextuallyTypedBooleanLiterals.ts | 9 type Box<T> = { alias
|
D | nonInferrableTypePropagation1.ts | 11 type Box<V> = { data: V }; alias
|
D | selfReferencingTypeReferenceInference.ts | 1 interface Box<T> { interface
|
D | typeParameterLeak.ts | 5 interface Box<T> { data: T } interface
|
D | overloadedConstructorFixesInferencesAppropriately.ts | 2 interface Box<T> { interface
|
D | reverseMappedPartiallyInferableTypes.ts | 58 type Box<T> = { alias
|
/third_party/typescript/tests/cases/conformance/classes/members/classTypes/ |
D | genericSetterInClassTypeJsDoc.ts | 12 class Box { class
|
D | genericSetterInClassType.ts | 14 class Box<T> { class
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 183 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/ |
D | genericContextualTypes1.ts | 4 type Box<T> = { value: T }; alias
|
/third_party/rust/crates/cxx/tests/ui/ |
D | reserved_name.rs | 8 type Box; typedef
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.0/private_and_protected_constructor/ |
D | private_and_protected_constructor.ts | 24 class Box { class
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypes3.ts | 3 class Box<P> { class
|
D | mappedTypes4.ts | 4 type Box<T> = { alias
|
D | isomorphicMappedTypeInference.ts | 5 type Box<T> = { alias
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/ |
D | new_operator_4.ts | 42 class Box<T> { class
|
/third_party/jerryscript/tests/jerry/ |
D | getter-setter-this-value.js | 15 function Box(data) { class
|
/third_party/rust/crates/syn/examples/heapsize/heapsize/src/ |
D | lib.rs | 33 impl<T> HeapSize for Box<T> implementation
|
/third_party/skia/tests/ |
D | GrMeshTest.cpp | 82 struct Box { struct 83 float fX, fY; 84 GrColor fColor;
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/ |
D | recursiveTypeReferences1.ts | 25 interface Box<T> { value: T }; interface
|