Home
last modified time | relevance | path

Searched defs:result4 (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DarrayFrom.js22 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant
50 var result4 = Array.from(inputB, function (_a) { variable
DconditionalOperatorWithoutIdenticalBCT.js20 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
DconditionalOperatorWithIdenticalBCT.js24 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
DindexingTypesWithNever.js126 var result4 = genericFn2({ e: "etest", f: "ftest" }); variable
/third_party/typescript/tests/cases/compiler/
DarrayFrom.ts23 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/
DconditionalOperatorWithoutIdenticalBCT.ts19 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
DconditionalOperatorWithIdenticalBCT.ts23 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
/third_party/boost/libs/proto/test/
Dexternal_transforms.cpp146 …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/
Dminmax_test.cpp75 tuple<Value const&, Value const&> result4 = boost::minmax(one, zero, lc ); in test() local
/third_party/boost/boost/geometry/strategies/cartesian/
Dside_of_intersection.hpp301 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/
Dcitrtest.cpp289 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local
Dloctest.cpp5413 Locale result4 = Locale::createCanonical(locid4); in TestBug20410() local
/third_party/boost/boost/polygon/
Dsegment_concept.hpp686 result4 = euclidean_distance(segment2, high(segment1)); in euclidean_distance() local