/third_party/typescript/tests/baselines/reference/ |
D | objectLiteralIndexers.js | 14 var o1: { [s: string]: A;[n: number]: B; } = { x: a, 0: b }; // string indexer is A, number indexer… variable 15 o1 = { x: b, 0: c }; // both indexers are any variable 16 o1 = { x: c, 0: b }; // string indexer is any, number indexer is B variable 22 var o1 = { x: a, 0: b }; // string indexer is A, number indexer is B variable 23 o1 = { x: b, 0: c }; // both indexers are any variable 24 o1 = { x: c, 0: b }; // string indexer is any, number indexer is B variable
|
D | implicitIndexSignatures.js | 19 const o1 = { a: 1, b: 2 }; variable 26 const o1 = { a: "1", b: "2" }; variable 33 const o1 = { a: 1, b: "2" }; variable 40 const o1 = { 0: "0", 1: "1", count: 2 }; variable 73 var o1 = { a: 1, b: 2 }; variable 79 var o1 = { a: "1", b: "2" }; variable 85 var o1 = { a: 1, b: "2" }; variable 91 var o1 = { 0: "0", 1: "1", count: 2 }; variable
|
D | objectLiteralIndexerErrors.js | 14 var o1: { [s: string]: A;[n: number]: B; } = { x: b, 0: a }; // both indexers are A variable 15 o1 = { x: c, 0: a }; // string indexer is any, number indexer is A variable 21 var o1 = { x: b, 0: a }; // both indexers are A variable 22 o1 = { x: c, 0: a }; // string indexer is any, number indexer is A variable
|
D | infinitelyExpandingTypes3.js | 16 var o1: OwnerList<number>; variable 22 var o1; variable
|
D | objectSpreadSetonlyAccessor.js | 2 const o1: { foo: number, bar: undefined } = { foo: 1, ... { set bar(_v: number) { } } } variable 8 const o1 = { foo: 1, ...{ set bar(_v) { } } }; variable
|
D | spreadUnion2.js | 5 var o1: {} | { a: number }; variable 35 var o1; variable
|
D | spreadIntersection.js | 4 var o1: { a: number, b: string }; variable 23 var o1; variable
|
D | arrayAssignmentTest4.js | 19 var o1 = {one : 1}; variable 46 var o1 = { one: 1 }; variable
|
D | modularizeLibrary_TargetES6UsingES6Lib.js | 50 const o1 = { variable 94 const o1 = { variable
|
D | modularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js | 51 const o1 = { variable 96 const o1 = { variable
|
D | trailingCommasES5.js | 2 var o1 = { a: 1, b: 2 }; variable 15 var o1 = { a: 1, b: 2 }; variable
|
D | trailingCommasES3.js | 2 var o1 = { a: 1, b: 2 }; variable 15 var o1 = { a: 1, b: 2 }; variable
|
D | emitter.asyncGenerators.objectLiteralMethods.es2018.js | 4 const o1 = { variable 47 const o1 = { variable
|
/third_party/boost/libs/optional/test/ |
D | optional_test_ref_converting_ctor.cpp | 32 optional<T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor() local 45 const optional<T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor() local 65 optional<const T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor_for_noconst_const() local 78 const optional<const T&> o1 = v1, o1_ = v1, o2 = v2; in test_converting_ctor_for_noconst_const() local
|
D | optional_test_ref_portable_minimum.cpp | 132 optional<T&> o1; in test_not_containing_value_for() local 206 optional<U&> o1(v), o2(v); in test_clearing_the_value() local 227 optional<U&> o1(v1), o2(v2), o2_(v2_), o3(v3), o3_(v3), oN, oN_; in test_equality() local 263 optional<U&> o1(v1), o2(v2), o2_(v2_), o3(v3), o3_(v3), oN, oN_; in test_order() local 406 optional<U&> o1(v1), o1_(v1), o2(v2), o2_(v2), oN, oN_; in test_swap() local 437 optional<T&> oN, o1(v1); in test_convertability_of_compatible_reference_types() local
|
D | optional_test_move.cpp | 75 optional<Oracle> o1 ((OracleVal())); in test_move_ctor_from_U() local 93 optional<Oracle> o1 ((Oracle())); in test_move_ctor_form_T() local 111 optional<Oracle> o1; in test_move_ctor_from_optional_T() local 136 optional<Oracle> o1 = boost::none; // test if additional ctors didn't break it in test_move_assign_from_U() local 167 optional<Oracle> o1; in test_move_assign_from_T() local 196 optional<Oracle> o1; in test_move_assign_from_optional_T() local 235 optional<MoveOnly> o1; in test_with_move_only() local
|
/third_party/typescript/tests/cases/compiler/ |
D | implicitIndexSignatures.ts | 18 const o1 = { a: 1, b: 2 }; constant 25 const o1 = { a: "1", b: "2" }; constant 32 const o1 = { a: 1, b: "2" }; constant 39 const o1 = { 0: "0", 1: "1", count: 2 }; constant
|
D | spreadIntersection.ts | 3 var o1: { a: number, b: string }; variable 4 var o1 = { ...intersection }; variable
|
/third_party/boost/libs/endian/test/ |
D | endian_operations_test.cpp | 62 T1 o1; in test() local 74 T1 o1(static_cast<T1>(o2)); in test() local 85 T1 o1 = o2; in test() local 97 T1 o1; in test() local 108 T1 o1(1); in test() local 145 T1 o1(1); in test() local 164 T1 o1(1); in test() local 372 be::big_int32_t o1(1); in cpp_main() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantUtil.hpp | 83 std::vector<T> makeVector (const T& o1) in makeVector() 92 std::vector<T> makeVector (const T& o1, const T& o2) in makeVector() 102 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3) in makeVector() 113 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector()
|
/third_party/boost/libs/mpl/test/ |
D | set.cpp | 52 typedef BOOST_DEDUCED_TYPENAME order<s,int>::type o1; in empty_set_test() typedef 82 typedef BOOST_DEDUCED_TYPENAME order<s,int>::type o1; in int_set_test() typedef 112 typedef BOOST_DEDUCED_TYPENAME order<s,int>::type o1; in int_char_set_test() typedef 143 typedef BOOST_DEDUCED_TYPENAME order<s,int>::type o1; in int_char_long_set_test() typedef
|
/third_party/typescript/tests/cases/conformance/types/spread/ |
D | spreadUnion2.ts | 6 var o1: {} | { a: number }; variable 7 var o1 = { ...undefinedUnion }; variable
|
/third_party/boost/libs/outcome/test/tests/ |
D | issue0116.cpp | 38 out::outcome<int> o1 = 1; variable
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromContextualThisType.ts | 8 const o1 = { constant
|
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/ |
D | elementAccessChain.2.ts | 3 declare const o1: undefined | { b: string }; constant
|