Home
last modified time | relevance | path

Searched defs:o4 (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DspreadUnion.js7 var o4: { a: boolean } | { b: string , a: boolean}; variable
8 var o4 = { ...union, a: false }; variable
28 var o4; variable
DspreadUnion2.js15 var o4: {} | { a: number }; variable
42 var o4; variable
Demitter.asyncGenerators.objectLiteralMethods.es2018.js21 const o4 = { variable
64 const o4 = { variable
DescapedReservedCompilerNamedIdentifier.js24 var o4 = { variable
56 var o4 = { variable
/third_party/typescript/tests/cases/conformance/types/spread/
DspreadUnion.ts6 var o4: { a: boolean } | { b: string , a: boolean}; variable
7 var o4 = { ...union, a: false }; variable
DspreadUnion2.ts16 var o4: {} | { a: number }; variable
17 var o4 = { ...undefinedUnion, ...undefinedUnion }; variable
/third_party/boost/libs/outcome/test/tests/
Dissue0115.cpp50 out::outcome<int> o4 = out::failure(boost::system::error_code{}, boost::exception_ptr{}); variable
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/callChain/
DcallChain.ts33 declare const o4: undefined | (<T>(f: (a: T) => T) => T); constant
/third_party/typescript/tests/cases/conformance/expressions/functionCalls/
DcallWithMissingVoidUndefinedUnknownAnyInJs.ts15 declare const o4: I<any>; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/
DpropertyAccessChain.ts12 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/delete/
DdeleteChain.ts15 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/
DelementAccessChain.ts14 declare const o4: { b?: { c: { d?: { e: string } } } }; constant
/third_party/typescript/tests/cases/conformance/emitter/es2015/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2015.ts21 const o4 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es5/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es5.ts21 const o4 = { constant
/third_party/typescript/tests/cases/conformance/emitter/es2018/asyncGenerators/
Demitter.asyncGenerators.objectLiteralMethods.es2018.ts21 const o4 = { constant
/third_party/typescript/tests/cases/compiler/
DobjectFromEntries.ts8 const o4 = Object.fromEntries(frozenArray); constant
DtrailingCommasES3.ts6 var o4 = {}; variable
DtrailingCommasES5.ts6 var o4 = {}; variable
DescapedReservedCompilerNamedIdentifier.ts24 var o4 = { variable
/third_party/boost/libs/range/test/
Dmfc.cpp447 int o1, o2, o3, o4, o5; in test_CTypedPtrArray() local
630 int o0, o1, o2, o3, o4; in test_mfc() local
638 int o0, o1, o2, o3, o4; in test_mfc() local
646 CObArray o0, o1, o2, o3, o4; in test_mfc() local
655 CObArray o0, o1, o2, o3, o4; in test_mfc() local
664 CString o0('a'), o1('b'), o2('c'), o3('d'), o4('e'); in test_mfc() local
/third_party/boost/libs/asio/test/properties/cpp14/
Drequire_concept_member.cpp38 object<2> o4 = boost::asio::require_concept(o3, prop<2>()); in main() local
Drequire_concept_free.cpp38 object<2> o4 = boost::asio::require_concept(o3, prop<2>()); in main() local
Drequire_concept_static.cpp36 const object<1>& o4 = boost::asio::require_concept(o3, prop<1>()); in main() local
/third_party/boost/libs/asio/test/properties/cpp03/
Dprefer_unsupported.cpp45 const object<1>& o4 = boost::asio::prefer(o3, prop<1>()); in main() local
/third_party/boost/libs/asio/test/properties/cpp11/
Drequire_concept_member.cpp49 object<2> o4 = boost::asio::require_concept(o3, prop<2>()); in main() local

1234