Home
last modified time | relevance | path

Searched refs:skip_children (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quiche/
Drustfmt.toml54 skip_children = false
/external/libxml2/
Drelaxng.c7063 goto skip_children; in xmlRelaxNGCleanupTree()
7091 goto skip_children; in xmlRelaxNGCleanupTree()
7103 goto skip_children; in xmlRelaxNGCleanupTree()
7115 goto skip_children; in xmlRelaxNGCleanupTree()
7131 goto skip_children; in xmlRelaxNGCleanupTree()
7146 goto skip_children; in xmlRelaxNGCleanupTree()
7163 goto skip_children; in xmlRelaxNGCleanupTree()
7176 goto skip_children; in xmlRelaxNGCleanupTree()
7202 goto skip_children; in xmlRelaxNGCleanupTree()
7333 goto skip_children; in xmlRelaxNGCleanupTree()
[all …]
Dxmlreader.c1186 goto skip_children; in xmlTextReaderValidateEntity()
1208 skip_children: in xmlTextReaderValidateEntity()
Dxmlschemas.c9647 goto skip_children; in xmlSchemaCleanupDoc()
9661 skip_children: in xmlSchemaCleanupDoc()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3585 bool skip_children = (sc.function == nullptr && tag == DW_TAG_subprogram); in ParseVariables() local
3587 if (!skip_children && parse_children && die.HasChildren()) { in ParseVariables()