Home
last modified time | relevance | path

Searched defs:thing2 (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitAliasExportStar.ts8 export const thing2 = (param: things.ThingB) => null; constant
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitAliasExportStar.js9 export const thing2 = (param: things.ThingB) => null; function
/third_party/typescript/src/testRunner/unittests/
DcompilerCore.ts163 const thing2: Thing = { constant
/third_party/skia/tests/
DRefCntTest.cpp27 std::thread thing2(bounce_ref, ref); in test_refCnt() local
57 std::thread thing2(bounce_ref, ref); in test_weakRefCnt() local
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py1479 def thing2(): pass function
1508 def thing2(): pass function
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc369 const absl::StatusOr<int> thing2; in TEST() local