/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_move.cpp | 80 optional<Oracle> o2 (v1); in test_move_ctor_from_U() local 98 optional<Oracle> o2 (v1); in test_move_ctor_form_T() local 112 optional<Oracle> o2(boost::move(o1)); in test_move_ctor_from_optional_T() local 148 optional<Oracle> o2; in test_move_assign_from_U() local 177 optional<Oracle> o2; in test_move_assign_from_T() local 197 optional<Oracle> o2; in test_move_assign_from_optional_T() local 236 optional<MoveOnly> o2((MoveOnly(1))); in test_with_move_only() local
|
D | optional_test_ref_portable_minimum.cpp | 133 optional<T&> o2 = none; 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
|
/third_party/typescript/tests/baselines/reference/ |
D | spreadIntersection.js | 7 var o2: { a: number, b: string, c: boolean }; variable 8 var o2 = { ...intersection, c: false }; variable 25 var o2; variable
|
D | infinitelyExpandingTypes3.js | 17 var o2: OwnerList2<number>; variable 23 var o2; variable
|
D | objectSpreadSetonlyAccessor.js | 3 const o2: { foo: undefined } = { foo: 1, ... { set foo(_v: number) { } } } variable 9 const o2 = { foo: 1, ...{ set foo(_v) { } } }; variable
|
D | typeofUsedBeforeBlockScoped.js | 7 let o2: typeof o; variable 18 var o2; variable
|
D | spreadUnion2.js | 8 var o2: {} | { b: number }; variable 37 var o2; variable
|
D | objectTypeWithStringIndexerHidingObjectIndexer.js | 25 var o2: { variable 48 var o2; variable
|
D | trailingCommasES5.js | 3 var o2 = { a: 1, b: 2, }; variable 16 var o2 = { a: 1, b: 2, }; variable
|
D | trailingCommasES3.js | 3 var o2 = { a: 1, b: 2, }; variable 16 var o2 = { a: 1, b: 2 }; variable
|
D | emitter.asyncGenerators.objectLiteralMethods.es2018.js | 9 const o2 = { variable 52 const o2 = { variable
|
D | escapedReservedCompilerNamedIdentifier.js | 14 var o2 = { variable 46 var o2 = { variable
|
/third_party/typescript/tests/cases/compiler/ |
D | spreadIntersection.ts | 6 var o2: { a: number, b: string, c: boolean }; variable 7 var o2 = { ...intersection, c: false }; variable
|
/third_party/boost/libs/endian/test/ |
D | endian_operations_test.cpp | 73 T2 o2(1); in test() local 84 T1 o2(2); in test() local 95 T2 o2; in test() local 109 T2 o2(2); in test() local 146 T2 o2(2); in test() local 165 T2 o2(2); in test() local 373 be::big_int32_t o2(2L); in cpp_main() local
|
/third_party/boost/libs/mpl/test/ |
D | set.cpp | 53 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in empty_set_test() typedef 83 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in int_set_test() typedef 113 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in int_char_set_test() typedef 144 typedef BOOST_DEDUCED_TYPENAME order<s,char>::type o2; in int_char_long_set_test() typedef
|
/third_party/typescript/tests/cases/conformance/types/spread/ |
D | spreadUnion2.ts | 9 var o2: {} | { b: number }; variable 10 var o2 = { ...nullUnion }; variable
|
D | objectSpread.ts | 4 let o2 = { b: 'yes', c: true } variable 48 let o2 = { ...b && { x: 21 }} variable 57 let o2 = { ...nt && { x: nt }} variable 66 let o2 = { ...st && { x: st }} variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantUtil.hpp | 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/outcome/test/tests/ |
D | issue0116.cpp | 41 …out::outcome<int> o2 = out::failure(boost::system::error_code{EINVAL, boost::system::generic_categ… variable
|
D | issue0115.cpp | 42 out::outcome<int> o2 = out::failure(boost::system::error_code{}); variable
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromContextualThisType.ts | 15 const o2 = { constant
|
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/ |
D | elementAccessChain.2.ts | 6 declare const o2: undefined | { b: { c: string } }; constant
|
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/propertyAccessChain/ |
D | propertyAccessChain.2.ts | 6 declare const o2: undefined | { b: { c: string } }; constant
|
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/callChain/ |
D | callChain.2.ts | 6 declare const o2: undefined | { b: () => number }; constant
|