Home
last modified time | relevance | path

Searched defs:other2 (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithGenericSignatureArguments2.ts12 function other2<T extends Date>(x: T) { function
48 function other2<T extends Date>(x: T) { function
DgenericCallWithObjectTypeArgsAndNumericIndexer.ts15 function other2<T extends Date>(arg: T) { function
DgenericCallWithObjectTypeArgsAndStringIndexer.ts15 function other2<T extends Date>(arg: T) { function
DgenericCallWithGenericSignatureArguments.ts26 function other2<T extends Date>(x: T) { function
/third_party/typescript/tests/baselines/reference/
DgenericCallWithObjectTypeArgsAndNumericIndexer.js48 function other2(arg) { function
DgenericCallWithObjectTypeArgsAndStringIndexer.js49 function other2(arg) { function
DdeclarationEmitWithDefaultAsComputedName2.js31 var other2 = require("./other"); variable
DgenericCallWithGenericSignatureArguments2.js86 function other2(x) { function
121 function other2(x) { function
DgenericCallWithGenericSignatureArguments.js65 function other2(x) { function
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java45 Selection other2 = (Selection)other; in equals() local
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts125 const other2 = `${projectRoot}/other2.vue`; constant
/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc69 rust::Box<Shared> other2(std::move(other)); // move constructor in c_return_box() local