Home
last modified time | relevance | path

Searched defs:o1 (Results 1 – 25 of 227) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/
DobjectLiteralIndexers.js14 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
DimplicitIndexSignatures.js19 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
DobjectLiteralIndexerErrors.js14 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
DinfinitelyExpandingTypes3.js16 var o1: OwnerList<number>; variable
22 var o1; variable
DobjectSpreadSetonlyAccessor.js2 const o1: { foo: number, bar: undefined } = { foo: 1, ... { set bar(_v: number) { } } } variable
8 const o1 = { foo: 1, ...{ set bar(_v) { } } }; variable
DspreadUnion2.js5 var o1: {} | { a: number }; variable
35 var o1; variable
DspreadIntersection.js4 var o1: { a: number, b: string }; variable
23 var o1; variable
DarrayAssignmentTest4.js19 var o1 = {one : 1}; variable
46 var o1 = { one: 1 }; variable
DmodularizeLibrary_TargetES6UsingES6Lib.js50 const o1 = { variable
94 const o1 = { variable
DmodularizeLibrary_ErrorFromUsingES6FeaturesWithOnlyES5Lib.js51 const o1 = { variable
96 const o1 = { variable
DtrailingCommasES5.js2 var o1 = { a: 1, b: 2 }; variable
15 var o1 = { a: 1, b: 2 }; variable
DtrailingCommasES3.js2 var o1 = { a: 1, b: 2 }; variable
15 var o1 = { a: 1, b: 2 }; variable
Demitter.asyncGenerators.objectLiteralMethods.es2018.js4 const o1 = { variable
47 const o1 = { variable
/third_party/boost/libs/optional/test/
Doptional_test_ref_converting_ctor.cpp32 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
Doptional_test_ref_portable_minimum.cpp132 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
Doptional_test_move.cpp75 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/
DimplicitIndexSignatures.ts18 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
DspreadIntersection.ts3 var o1: { a: number, b: string }; variable
4 var o1 = { ...intersection }; variable
/third_party/boost/libs/endian/test/
Dendian_operations_test.cpp62 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/
DvktPipelineSpecConstantUtil.hpp83 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/
Dset.cpp52 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/
DspreadUnion2.ts6 var o1: {} | { a: number }; variable
7 var o1 = { ...undefinedUnion }; variable
/third_party/boost/libs/outcome/test/tests/
Dissue0116.cpp38 out::outcome<int> o1 = 1; variable
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromContextualThisType.ts8 const o1 = { constant
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/elementAccessChain/
DelementAccessChain.2.ts3 declare const o1: undefined | { b: string }; constant

12345678910