/third_party/typescript/tests/baselines/reference/ |
D | getterSetterNonAccessor.types | 6 function setFunc(v){} 7 >setFunc : (v: any) => void 11 >Object.defineProperty({}, "0", <PropertyDescriptor>({ get: getFunc, set: setFunc… 17 ><PropertyDescriptor>({ get: getFunc, set: setFunc, configurable: true … 18 >({ get: getFunc, set: setFunc, configurable: true }) : { get: () =… 19 >{ get: getFunc, set: setFunc, configurable: true } : { get: () => … 25 set: setFunc, 27 >setFunc : (v: any) => void
|
D | getterSetterNonAccessor.symbols | 5 function setFunc(v){} 6 >setFunc : Symbol(setFunc, Decl(getterSetterNonAccessor.ts, 0, 33)) 19 set: setFunc, 21 >setFunc : Symbol(setFunc, Decl(getterSetterNonAccessor.ts, 0, 33))
|
D | getterSetterNonAccessor.js | 3 function setFunc(v){} 7 set: setFunc, 14 function setFunc(v) { } function 17 set: setFunc,
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | UniformsPerf.cpp | 412 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 418 drawLoop<false>(setFunc); in drawBenchmark() 423 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 429 drawLoop<false>(setFunc); in drawBenchmark() 434 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 440 drawLoop<false>(setFunc); in drawBenchmark() 445 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 453 drawLoop<true>(setFunc); in drawBenchmark() 457 drawLoop<false>(setFunc); in drawBenchmark()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | UniformsPerf.cpp | 415 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 421 drawLoop<false>(setFunc); in drawBenchmark() 426 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 432 drawLoop<false>(setFunc); in drawBenchmark() 437 auto setFunc = [=](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 443 drawLoop<false>(setFunc); in drawBenchmark() 448 auto setFunc = [](const std::vector<GLuint> &locations, const MatrixData &matrixData, in drawBenchmark() local 456 drawLoop<true>(setFunc); in drawBenchmark() 460 drawLoop<false>(setFunc); in drawBenchmark()
|
/third_party/typescript/tests/cases/compiler/ |
D | getterSetterNonAccessor.ts | 2 function setFunc(v){} function 6 set: setFunc,
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/ |
D | Expression.h | 45 void setFunc(callback funcPtr);
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | ExpressionInterpreter.cpp | 67 currentWord->setFunc(funcPtr); in addExpression()
|
D | Expression.cpp | 427 void Expression::setFunc(callback funcPtr) in setFunc() function in Expression
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 8553 const setFunc = getTypeOfPropertyOfType(objectLitType, "set" as __String); 8554 if (setFunc) { 8555 const setSig = getSingleCallSignature(setFunc);
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 51477 var setFunc = getTypeOfPropertyOfType(objectLitType, "set"); 51478 if (setFunc) { 51479 var setSig = getSingleCallSignature(setFunc);
|
D | tsc.js | 42382 var setFunc = getTypeOfPropertyOfType(objectLitType, "set"); 42383 if (setFunc) { 42384 var setSig = getSingleCallSignature(setFunc);
|
D | tsserver.js | 51488 var setFunc = getTypeOfPropertyOfType(objectLitType, "set"); 51489 if (setFunc) { 51490 var setSig = getSingleCallSignature(setFunc);
|
D | typescriptServices.js | 51682 var setFunc = getTypeOfPropertyOfType(objectLitType, "set"); 51683 if (setFunc) { 51684 var setSig = getSingleCallSignature(setFunc);
|
D | tsserverlibrary.js | 51682 var setFunc = getTypeOfPropertyOfType(objectLitType, "set"); 51683 if (setFunc) { 51684 var setSig = getSingleCallSignature(setFunc);
|
D | typescript.js | 51682 var setFunc = getTypeOfPropertyOfType(objectLitType, "set"); 51683 if (setFunc) { 51684 var setSig = getSingleCallSignature(setFunc);
|