Home
last modified time | relevance | path

Searched defs:getAnnotations (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DAPISample_jsdoc.ts60 function getAnnotations(this: any, node: ts.Node): Annotations | undefined { function
/third_party/typescript/tests/baselines/reference/
DAPISample_jsdoc.js159 function getAnnotations(node) { function
/third_party/skia/src/pdf/
DSkPDFDocument.cpp315 std::unique_ptr<SkPDFArray> SkPDFDocument::getAnnotations() { in getAnnotations() function in SkPDFDocument