Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 1374) sorted by relevance

12345678910>>...55

/third_party/typescript/tests/baselines/reference/
DuniqueSymbolsErrors.js3 declare const invalidUniqueType: unique number;
4 declare const {}: unique symbol;
5 declare let invalidLetType: unique symbol;
6 declare var invalidVarType: unique symbol;
9 declare function invalidArgType(arg: unique symbol): void;
10 declare function invalidRestArgType(...arg: (unique symbol)[]): void;
11 declare function invalidReturnType(): unique symbol;
12 declare function invalidThisType(this: unique symbol): void;
13 declare function invalidTypePredicate(n: any): n is unique symbol;
14 declare function invalidTypeParameterConstraint<T extends unique symbol>(): void;
[all …]
DuniqueSymbolsDeclarations.types4 >constCall : unique symbol
5 >Symbol() : unique symbol
19 declare const constType: unique symbol;
20 >constType : unique symbol
23 const constTypeAndCall: unique symbol = Symbol();
24 >constTypeAndCall : unique symbol
25 >Symbol() : unique symbol
31 >constCall : unique symbol
43 >constType : unique symbol
47 >constCall : unique symbol
[all …]
DuniqueSymbolsErrors.types3 declare const invalidUniqueType: unique number;
6 declare const {}: unique symbol;
7 declare let invalidLetType: unique symbol;
10 declare var invalidVarType: unique symbol;
14 declare function invalidArgType(arg: unique symbol): void;
15 >invalidArgType : (arg: unique symbol) => void
18 declare function invalidRestArgType(...arg: (unique symbol)[]): void;
19 >invalidRestArgType : (...arg: (unique symbol)[]) => void
22 declare function invalidReturnType(): unique symbol;
23 >invalidReturnType : () => unique symbol
[all …]
DuniqueSymbols.types4 >constCall : unique symbol
5 >Symbol() : unique symbol
19 declare const constType: unique symbol;
20 >constType : unique symbol
23 const constTypeAndCall: unique symbol = Symbol();
24 >constTypeAndCall : unique symbol
25 >Symbol() : unique symbol
31 >constCall : unique symbol
43 >constType : unique symbol
47 >constCall : unique symbol
[all …]
DuniqueSymbolsErrors.errors.txt2 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(3,19): error TS1333: 'unique symb…
3 …/uniqueSymbolsErrors.ts(4,13): error TS1332: A variable whose type is a 'unique symbol' type must …
4 …/uniqueSymbolsErrors.ts(5,13): error TS1332: A variable whose type is a 'unique symbol' type must …
5 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(8,38): error TS1335: 'unique symb…
6 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(9,46): error TS1335: 'unique symb…
7 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(10,39): error TS1335: 'unique sym…
8 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(11,40): error TS1335: 'unique sym…
9 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(12,53): error TS1335: 'unique sym…
10 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(13,59): error TS1335: 'unique sym…
11 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(14,50): error TS1335: 'unique sym…
[all …]
DuniqueSymbolsDeclarationsErrors.types2 declare const s: unique symbol;
3 >s : unique symbol
5 interface I { readonly readonlyType: unique symbol; }
6 >readonlyType : unique symbol
16 >p : unique symbol
17 >s : unique symbol
18 >s : unique symbol
21 >p : unique symbol
26 >p : unique symbol
29 >p : unique symbol
[all …]
DuniqueSymbolsErrors.symbols3 declare const invalidUniqueType: unique number;
6 declare const {}: unique symbol;
7 declare let invalidLetType: unique symbol;
10 declare var invalidVarType: unique symbol;
14 declare function invalidArgType(arg: unique symbol): void;
18 declare function invalidRestArgType(...arg: (unique symbol)[]): void;
22 declare function invalidReturnType(): unique symbol;
25 declare function invalidThisType(this: unique symbol): void;
29 declare function invalidTypePredicate(n: any): n is unique symbol;
34 declare function invalidTypeParameterConstraint<T extends unique symbol>(): void;
[all …]
DdynamicNamesErrors.types58 >x : unique symbol
59 >Symbol() : unique symbol
63 >y : unique symbol
64 >Symbol() : unique symbol
68 >z : unique symbol
69 >Symbol() : unique symbol
73 >w : unique symbol
74 >Symbol() : unique symbol
80 >x : unique symbol
84 >y : unique symbol
[all …]
DlateBoundConstraintTypeChecksCorrectly.types2 declare const fooProp: unique symbol;
3 >fooProp : unique symbol
5 declare const barProp: unique symbol;
6 >barProp : unique symbol
10 >fooProp : unique symbol
11 >barProp : unique symbol
16 >fooProp : unique symbol
20 >barProp : unique symbol
31 >fooProp : unique symbol
37 >def : T[unique symbol]
[all …]
DclassDeclarationShouldBeOutOfScopeInComputedNames.types6 >p1 : unique symbol
7 >Symbol() : unique symbol
11 >p2 : unique symbol
12 >Symbol() : unique symbol
18 >A.p1 : unique symbol
20 >p1 : unique symbol
25 >A.p2 : unique symbol
27 >p2 : unique symbol
32 >A.p1 : unique symbol
34 >p1 : unique symbol
[all …]
DjsDeclarationsComputedNames.types3 >TopLevelSym : unique symbol
4 >Symbol() : unique symbol
8 >InnerSym : unique symbol
9 >Symbol() : unique symbol
21 >TopLevelSym : unique symbol
35 >InnerSym : unique symbol
49 >TopLevelSym : unique symbol
50 >Symbol() : unique symbol
54 >InnerSym : unique symbol
55 >Symbol() : unique symbol
[all …]
DindirectUniqueSymbolDeclarationEmit.types3 >x : unique symbol
4 >Symbol() : unique symbol
8 >y : unique symbol
9 >Symbol() : unique symbol
16 >f : () => unique symbol | unique symbol
19 >rand() ? x : y : unique symbol | unique symbol
22 >x : unique symbol
23 >y : unique symbol
DcomputedPropertyName.types3 >onInit : unique symbol
4 >Symbol("onInit") : unique symbol
15 >onInit : unique symbol
23 >onInit : unique symbol
32 >onInit : unique symbol
42 >onInit : unique symbol
50 >onInit : unique symbol
59 >onInit : unique symbol
67 >onInit : unique symbol
75 >onInit : unique symbol
[all …]
DuniqueSymbolAllowsIndexInObjectWithIndexSignature.types3 export const SYM = Symbol('a unique symbol');
4 >SYM : unique symbol
5 >Symbol('a unique symbol') : unique symbol
7 >'a unique symbol' : "a unique symbol"
12 >SYM : unique symbol
22 >SYM : unique symbol
29 >SYM : unique symbol
DuseBeforeDefinitionInDeclarationFiles.types7 >Namespace.locallyExportedCustomSymbol : unique symbol
9 >locallyExportedCustomSymbol : unique symbol
13 >Namespace.fullyExportedCustomSymbol : unique symbol
15 >fullyExportedCustomSymbol : unique symbol
20 export const locallyExportedCustomSymbol: unique symbol;
21 >locallyExportedCustomSymbol : unique symbol
23 export const fullyExportedCustomSymbol: unique symbol;
24 >fullyExportedCustomSymbol : unique symbol
DdecoratorsOnComputedProperties.errors.txt1 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
2 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
3 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
4 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
5 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
6 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
11 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
14 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
17 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
18 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
[all …]
DnoUnusedLocals_writeOnlyProperty_dynamicNames.types3 >x : unique symbol
4 >Symbol("x") : unique symbol
9 >y : unique symbol
10 >Symbol("y") : unique symbol
19 >x : unique symbol
23 >y : unique symbol
32 >x : unique symbol
38 >y : unique symbol
DcomputedPropertyNames12_ES6.errors.txt1 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
2 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
3 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
4 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
5 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
6 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
7 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
8 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
18 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
21 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
[all …]
DcomputedPropertyNames12_ES5.errors.txt1 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
2 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
3 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
4 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
5 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
6 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
7 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
8 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
18 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
21 …rty declaration must refer to an expression whose type is a literal type or a 'unique symbol' type.
[all …]
DlateBoundAssignmentDeclarationSupport1.types18 >x.S : unique symbol
20 >S : unique symbol
25 >_sym : unique symbol
26 >Symbol() : unique symbol
37 >_sym : unique symbol
48 >exports.S = _sym : unique symbol
49 >exports.S : unique symbol
51 >S : unique symbol
52 >_sym : unique symbol
/third_party/flutter/skia/tests/
DUtilsTest.cpp31 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
35 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
38 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
43 REPORTER_ASSERT(reporter, !obj.unique()); in test_autounref()
47 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
53 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
54 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
65 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
66 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
71 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
[all …]
/third_party/node/deps/npm/node_modules/promise-inflight/
Dinflight.js13 function inflight (unique, doFly) { argument
14 return Bluebird.all([unique, doFly]).then(function (args) {
15 const unique = args[0]
17 if (Array.isArray(unique)) {
18 return Bluebird.all(unique).then(function (uniqueArr) {
22 return _inflight(unique, doFly)
26 function _inflight (unique, doFly) { argument
27 if (!active[unique]) {
28 active[unique] = (new Bluebird(function (resolve) {
31 active[unique].then(cleanup, cleanup)
[all …]
/third_party/node/deps/npm/node_modules/unique-string/
Dreadme.md1 # unique-string [![Build Status](https://travis-ci.org/sindresorhus/unique-string.svg?branch=master…
3 > Generate a unique random string
9 $ npm install --save unique-string
16 const uniqueString = require('unique-string');
27 Returns a 32 character unique string. Matches the length of MD5, which is [unique enough](http://st…
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java300 …public EJDB2 ensureStringIndex(String collection, String path, boolean unique) throws EJDB2Excepti… in ensureStringIndex() argument
301 _ensure_index(collection, path, 0x04 | (unique ? 0x01 : 0)); in ensureStringIndex()
314 …public EJDB2 removeStringIndex(String collection, String path, boolean unique) throws EJDB2Excepti… in removeStringIndex() argument
315 _remove_index(collection, path, 0x04 | (unique ? 0x01 : 0)); in removeStringIndex()
328 …public EJDB2 ensureIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in ensureIntIndex() argument
329 _ensure_index(collection, path, 0x08 | (unique ? 0x01 : 0)); in ensureIntIndex()
342 …public EJDB2 removeIntIndex(String collection, String path, boolean unique) throws EJDB2Exception { in removeIntIndex() argument
343 _remove_index(collection, path, 0x08 | (unique ? 0x01 : 0)); in removeIntIndex()
357 …public EJDB2 ensureFloatIndex(String collection, String path, boolean unique) throws EJDB2Exceptio… in ensureFloatIndex() argument
358 _ensure_index(collection, path, 0x10 | (unique ? 0x01 : 0)); in ensureFloatIndex()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc345 std::vector<Unique> unique; in CountingSort() local
349 std::find_if(unique.begin(), unique.end(), in CountingSort()
351 if (pos == unique.end()) { in CountingSort()
352 unique.push_back(std::make_pair(value, 1)); in CountingSort()
359 std::sort(unique.begin(), unique.end()); in CountingSort()
363 for (const auto& value_count : unique) { in CountingSort()
550 InputVec unique(inputs, inputs + num_inputs); in UniqueInputs() local
551 std::sort(unique.begin(), unique.end()); in UniqueInputs()
552 unique.erase(std::unique(unique.begin(), unique.end()), unique.end()); in UniqueInputs()
553 return unique; in UniqueInputs()
[all …]

12345678910>>...55