Home
last modified time | relevance | path

Searched defs:o5 (Results 1 – 25 of 66) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DspreadUnion2.js18 var o5: {} | { b: number }; variable
44 var o5; variable
DspreadUnion.js10 var o5: { a: number } | { b: string } | { a: number, b: string }; variable
30 var o5; variable
Demitter.asyncGenerators.objectLiteralMethods.es2018.js27 const o5 = { variable
70 const o5 = { variable
DescapedReservedCompilerNamedIdentifier.js28 var o5 = { variable
60 var o5 = { variable
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadUnion.ts9 var o5: { a: number } | { b: string } | { a: number, b: string }; variable
10 var o5 = { ...union, ...union }; variable
DspreadUnion2.ts19 var o5: {} | { b: number }; variable
20 var o5 = { ...nullUnion, ...nullUnion }; variable
/third_party/boost/libs/outcome/test/tests/
Dissue0115.cpp54 out::outcome<int> o5 = out::failure(boost::exception_ptr{}); variable
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/
DpropertyAccessChain.ts15 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/delete/
DdeleteChain.ts20 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/
DelementAccessChain.ts18 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/emitter/es2015/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2015.ts27 const o5 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es5/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es5.ts27 const o5 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es2018/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2018.ts27 const o5 = { constant
/third_party/typescript/tests/cases/compiler/
DobjectFromEntries.ts11 const o5 = Object.fromEntries(frozenArray2); constant
DescapedReservedCompilerNamedIdentifier.ts28 var o5 = { variable
/third_party/boost/libs/asio/test/properties/cpp14/
Drequire_concept_member.cpp41 constexpr object<2> o5 = boost::asio::require_concept(object<1>(), prop<2>()); in main() local
Drequire_concept_free.cpp41 constexpr object<2> o5 = boost::asio::require_concept(object<1>(), prop<2>()); in main() local
Drequire_concept_static.cpp40 constexpr object<1> o5 = boost::asio::require_concept(object<1>(), prop<1>()); in main() local
Dprefer_unsupported.cpp36 const object<1> o5 = {}; in main() local
Drequire_member.cpp41 const object<1> o5 = {}; in main() local
Dprefer_member_require.cpp41 const object<1> o5 = {}; in main() local
Dprefer_member_prefer.cpp41 const object<1> o5 = {}; in main() local
/third_party/boost/libs/asio/test/properties/cpp11/
Drequire_concept_member.cpp52 constexpr object<2> o5 = boost::asio::require_concept(object<1>(), prop<2>()); in main() local
Drequire_concept_free.cpp52 constexpr object<2> o5 = boost::asio::require_concept(object<1>(), prop<2>()); in main() local
Drequire_concept_static.cpp58 constexpr object<1> o5 = boost::asio::require_concept(object<1>(), prop<1>()); in main() local

123