Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DdestructureOptionalParameter.js19 new (selector: Type | string, {descendants, read}?: { property
20 descendants?: boolean; field
54 new (selector: Type | string, { descendants, read }?: { property
55 descendants?: boolean; field
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dextdependency.py50 def descendants(self, node): member in DiGraph
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c437 GNode *descendants = NULL; in ttml_parse_body() local