Searched defs:result4 (Results 1 – 13 of 13) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | arrayFrom.js | 22 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant 50 var result4 = Array.from(inputB, function (_a) { variable
|
D | conditionalOperatorWithoutIdenticalBCT.js | 20 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
|
D | conditionalOperatorWithIdenticalBCT.js | 24 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
|
D | indexingTypesWithNever.js | 126 var result4 = genericFn2({ e: "etest", f: "ftest" }); variable
|
/third_party/typescript/tests/cases/compiler/ |
D | arrayFrom.ts | 23 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant
|
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/ |
D | conditionalOperatorWithoutIdenticalBCT.ts | 19 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
|
D | conditionalOperatorWithIdenticalBCT.ts | 23 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
|
/third_party/boost/libs/proto/test/ |
D | external_transforms.cpp | 146 …int result4 = calc_grammar()(_1 / _2, fusion::make_vector(6, 0), (checked, mydata = test_external_… in test_external_transforms() local
|
/third_party/boost/libs/algorithm/minmax/test/ |
D | minmax_test.cpp | 75 tuple<Value const&, Value const&> result4 = boost::minmax(one, zero, lc ); in test() local
|
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | side_of_intersection.hpp | 301 T const result4 = d * (dx_c * d * (ay - cy) + dx_c * dy_a * da in side_value() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | citrtest.cpp | 289 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local
|
D | loctest.cpp | 5413 Locale result4 = Locale::createCanonical(locid4); in TestBug20410() local
|
/third_party/boost/boost/polygon/ |
D | segment_concept.hpp | 686 result4 = euclidean_distance(segment2, high(segment1)); in euclidean_distance() local
|