Home
last modified time | relevance | path

Searched refs:Both (Results 1 – 25 of 1017) sorted by relevance

12345678910>>...41

/third_party/typescript/tests/baselines/reference/
DtypeofStripsFreshness.types33 type Both = Another | All;
34 >Both : Both
36 const result2: Collection<Both> = new Collection();
37 >result2 : Collection<Both>
38 >new Collection() : Collection<Both>
DtypedefCrossModule.types10 /** @typedef {A | B} Both */
33 /** @typedef {A | B} Both */
50 /** @typedef {A | B} Both */
68 /** @type {import('./mod1').Both} */
70 >both1 : import("tests/cases/conformance/jsdoc/mod1").Both
77 /** @type {import('./mod2').Both} */
79 >both2 : import("tests/cases/conformance/jsdoc/mod2").Both
82 /** @type {import('./mod3').Both} */
84 >both3 : import("tests/cases/conformance/jsdoc/mod3").Both
DflowControlTypeGuardThenSwitch.types35 type Both = A | B;
36 >Both : Both
38 function isBoth(x: Base): x is Both {
39 >isBoth : (x: Base) => x is Both
52 >isBoth : (x: Base) => x is Both
57 >foo : Both
DunionTypeWithIndexSignature.types109 type Both = { s: number, '0': number, [sym]: boolean } | { [n: number]: number, [s: string]: string…
110 >Both : Both
118 declare var both: Both
119 >both : Both
124 >both : Both
131 >both : Both
138 >both : Both
145 >both : Both
152 >both : Both
DunionTypeWithIndexSignature.errors.txt4 …ent implicitly has an 'any' type because expression of type '1' can't be used to index type 'Both'.
5 Property '1' does not exist on type 'Both'.
7 …ly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'Both'.
8 Property '[sym]' does not exist on type 'Both'.
36 …type Both = { s: number, '0': number, [sym]: boolean } | { [n: number]: number, [s: string]: strin…
37 declare var both: Both
42 …ent implicitly has an 'any' type because expression of type '1' can't be used to index type 'Both'.
43 !!! error TS7053: Property '1' does not exist on type 'Both'.
49 …ly has an 'any' type because expression of type 'unique symbol' can't be used to index type 'Both'.
50 !!! error TS7053: Property '[sym]' does not exist on type 'Both'.
DtypeofStripsFreshness.symbols42 type Both = Another | All;
43 >Both : Symbol(Both, Decl(typeofStripsFreshness.ts, 14, 30))
47 const result2: Collection<Both> = new Collection();
50 >Both : Symbol(Both, Decl(typeofStripsFreshness.ts, 14, 30))
DtypedefCrossModule.symbols10 /** @typedef {A | B} Both */
30 /** @typedef {A | B} Both */
45 /** @typedef {A | B} Both */
59 /** @type {import('./mod1').Both} */
65 /** @type {import('./mod2').Both} */
70 /** @type {import('./mod3').Both} */
DdeclFileTypeAnnotationVisibilityErrorAccessors.types46 // Both - getter without annotation, setter with annotation
59 // Both - with annotation
92 // Both - getter without annotation, setter with annotation
105 // Both - with annotation
142 // Both - getter without annotation, setter with annotation
158 // Both - with annotation
DflowControlTypeGuardThenSwitch.symbols46 type Both = A | B;
47 >Both : Symbol(Both, Decl(flowControlTypeGuardThenSwitch.ts, 17, 1))
51 function isBoth(x: Base): x is Both {
56 >Both : Symbol(Both, Decl(flowControlTypeGuardThenSwitch.ts, 17, 1))
DunionTypeWithIndexSignature.symbols92 type Both = { s: number, '0': number, [sym]: boolean } | { [n: number]: number, [s: string]: string…
93 >Both : Symbol(Both, Decl(unionTypeWithIndexSignature.ts, 18, 20))
101 declare var both: Both
103 >Both : Symbol(Both, Decl(unionTypeWithIndexSignature.ts, 18, 20))
DtypeofStripsFreshness.js18 type Both = Another | All;
20 const result2: Collection<Both> = new Collection();
DdeclFileTypeAnnotationVisibilityErrorAccessors.symbols47 // Both - getter without annotation, setter with annotation
60 // Both - with annotation
96 // Both - getter without annotation, setter with annotation
109 // Both - with annotation
149 // Both - getter without annotation, setter with annotation
165 // Both - with annotation
DflowControlTypeGuardThenSwitch.js21 type Both = A | B;
22 function isBoth(x: Base): x is Both {
DunionTypeWithIndexSignature.js21 type Both = { s: number, '0': number, [sym]: boolean } | { [n: number]: number, [s: string]: string…
22 declare var both: Both
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.cpp339 return {originalNode, VisitBits::Both}; in traversePre()
865 return {node, VisitBits::Both}; in visitSymbolPre()
870 return {node, VisitBits::Both}; in visitConstantUnionPre()
875 return {node, VisitBits::Both}; in visitFunctionPrototypePre()
880 return {node, VisitBits::Both}; in visitPreprocessorDirectivePre()
885 return {node, VisitBits::Both}; in visitUnaryPre()
890 return {node, VisitBits::Both}; in visitBinaryPre()
895 return {node, VisitBits::Both}; in visitTernaryPre()
900 return {node, VisitBits::Both}; in visitSwizzlePre()
905 return {node, VisitBits::Both}; in visitIfElsePre()
[all …]
/third_party/typescript/tests/cases/compiler/
DtypeofStripsFreshness.ts17 type Both = Another | All; alias
19 const result2: Collection<Both> = new Collection();
DflowControlTypeGuardThenSwitch.ts20 type Both = A | B; alias
21 function isBoth(x: Base): x is Both {
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeWithIndexSignature.ts22 type Both = { s: number, '0': number, [sym]: boolean } | { [n: number]: number, [s: string]: string… alias
23 declare var both: Both
/third_party/grpc/doc/
Dstatuscodes.md43 | Client Application cancelled the request | CANCELLED | Both |
44 | Deadline expires before server returns status | DEADLINE_EXCEEDED | Both |
48 … the request to the server or when the server fails to respond in time. | DEADLINE_EXCEEDED | Both|
55 | Flow-control protocol violation | INTERNAL | Both |
57 …et on channel and call, Invalid host set in `:authority` metadata, etc.) | UNAUTHENTICATED | Both |
62 | Sent or received message was larger than configured limit | RESOURCE_EXHAUSTED | Both |
63 | Keepalive watchdog times out | UNAVAILABLE | Both |
/third_party/boost/libs/histogram/test/
Daxis_traits_test.cpp248 struct Both { in main() struct
266 Both b; in main()
268 BOOST_TEST_EQ(traits::metadata(static_cast<Both&>(b)), 0); in main()
269 BOOST_TEST_EQ(traits::metadata(static_cast<const Both&>(b)), 0); in main()
/third_party/PyYAML/tests/data/
Dspec-09-18.data8 - >-1 # Both indicators
/third_party/openssl/doc/man3/
DCTLOG_STORE_new.pod31 Both of these functions append any loaded CT logs to the CTLOG_STORE.
57 Both B<CTLOG_STORE_load_default_file> and B<CTLOG_STORE_load_file> return 1 if
/third_party/ffmpeg/tests/ref/fate/
Dsub-webvttenc35 <u>Both lines
160 Both line should be strikethrough,
176 Both line should be strikethrough but
Dsub-textenc39 Both lines
192 Both line should be strikethrough,
211 Both line should be strikethrough but
/third_party/boost/libs/metaparse/example/meta_hs/
DREADME2 This example contains two programs. Both of them define and execute a few

12345678910>>...41