Searched refs:thing2 (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/detail/test/ |
D | is_xxx_test.cpp | 11 template <typename T1, typename T2 = int> struct thing2 {}; struct 15 BOOST_DETAIL_IS_XXX_DEF(thing2, is_xxx_test::thing2, 2); 18 BOOST_STATIC_ASSERT((!is_thing1<is_xxx_test::thing2<int> >::value)); 20 BOOST_STATIC_ASSERT((is_thing2<is_xxx_test::thing2<int> >::value)); 21 BOOST_STATIC_ASSERT((is_thing2<is_xxx_test::thing2<int, float> >::value));
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitAliasExportStar.js | 9 export const thing2 = (param: things.ThingB) => null; function 32 exports.thing2 = void 0; 33 var thing2 = function (param) { return null; }; 34 exports.thing2 = thing2; 44 export declare const thing2: (param: things.ThingB) => any;
|
D | declarationEmitAliasExportStar.symbols | 11 export const thing2 = (param: things.ThingB) => null; 12 >thing2 : Symbol(thing2, Decl(index.ts, 1, 12))
|
D | declarationEmitAliasExportStar.types | 9 export const thing2 = (param: things.ThingB) => null; 10 >thing2 : (param: things.ThingB) => any
|
/third_party/boost/tools/quickbook/test/doc-info/ |
D | duplicates-1.1.quickbook | 4 [id thing2] 6 [dirname thing2]
|
D | duplicates-1.5.quickbook | 6 [id thing2] 8 [dirname thing2]
|
/third_party/skia/tests/ |
D | RefCntTest.cpp | 27 std::thread thing2(bounce_ref, ref); in test_refCnt() local 30 thing2.join(); in test_refCnt() 57 std::thread thing2(bounce_ref, ref); in test_weakRefCnt() local 62 thing2.join(); in test_weakRefCnt()
|
/third_party/flutter/skia/tests/ |
D | RefCntTest.cpp | 27 std::thread thing2(bounce_ref, ref); in test_refCnt() local 30 thing2.join(); in test_refCnt() 57 std::thread thing2(bounce_ref, ref); in test_weakRefCnt() local 62 thing2.join(); in test_weakRefCnt()
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitAliasExportStar.ts | 8 export const thing2 = (param: things.ThingB) => null; constant
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testpatch.py | 1449 def thing2(): pass function 1456 for func in thing1, thing2, thing3: 1478 def thing2(): pass function 1485 for func in thing1, thing2, thing3:
|
/third_party/abseil-cpp/absl/status/ |
D | statusor_test.cc | 318 const absl::StatusOr<int> thing2; in TEST() local 319 EXPECT_DEATH_OR_THROW(thing2.value(), absl::UnknownError("")); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor_test.cc | 369 const absl::StatusOr<int> thing2; in TEST() local 370 EXPECT_DEATH_OR_THROW(thing2.value(), absl::UnknownError("")); in TEST()
|
/third_party/python/Doc/library/ |
D | unittest.mock.rst | 1299 >>> thing2 = object() 1302 ... with patch('__main__.thing2', return_value=None) as child2:
|