Home
last modified time | relevance | path

Searched refs:WalkChildren (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/p5-Pod-Tree/Pod-Tree-1.31/
H A Dskeleton35 WalkChildren($node);
49 WalkChildren($node);
57 WalkChildren($node);
73 WalkChildren($node);
97 WalkChildren($node); # text of the =over paragraph
114 WalkChildren($node); # text of the =item paragraph
126 sub WalkChildren
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rose_tree/src/
H A Dlib.rs76 pub struct WalkChildren<Ix: IndexType> { struct
83 maybe_walk_children: Option<WalkChildren<Ix>>, argument
228 pub fn walk_children(&self, parent: NodeIndex<Ix>) -> WalkChildren<Ix> { in walk_children()
230 WalkChildren { walk_edges } in walk_children()
314 impl<Ix> WalkChildren<Ix> implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rose_tree/src/
H A Dlib.rs76 pub struct WalkChildren<Ix: IndexType> { struct
83 maybe_walk_children: Option<WalkChildren<Ix>>, argument
228 pub fn walk_children(&self, parent: NodeIndex<Ix>) -> WalkChildren<Ix> { in walk_children()
230 WalkChildren { walk_edges } in walk_children()
314 impl<Ix> WalkChildren<Ix> implementation
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Ddictionary.cc170 Status WalkChildren(const DataType& type, const Array& array) { in WalkChildren() function
193 RETURN_NOT_OK(WalkChildren(*dict_type.value_type(), *dictionary)); in Visit()
195 RETURN_NOT_OK(WalkChildren(*type, *array)); in Visit()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dpredicate.go16 func WalkChildren(v NodeVisitor, node *datatypes.Node) { func
27 WalkChildren(v, node)
H A Dinfluxql_predicate.go97 WalkChildren(v, n)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dpredicate.go16 func WalkChildren(v NodeVisitor, node *datatypes.Node) { func
27 WalkChildren(v, node)
H A Dinfluxql_predicate.go97 WalkChildren(v, n)
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCBrowser.cpp1396 void CBrowser::WalkChildren(xmlNodePtr node) in WalkChildren() function in DeprecatedGUI::CBrowser
1427 WalkChildren(node); in WalkNodes()
1436 WalkChildren(node); in WalkNodes()
1445 WalkChildren(node); in WalkNodes()
1462 WalkChildren(node); in WalkNodes()
1471 WalkChildren(node); in WalkNodes()
1483 WalkChildren(node); in WalkNodes()
1494 WalkChildren(node); in WalkNodes()
1512 WalkChildren(node); in WalkNodes()
1542 WalkChildren(node); in WalkNodes()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Ddictionary.cc289 Status WalkChildren(const FieldPosition& position, const DataType& type, in WalkChildren() function
313 RETURN_NOT_OK(WalkChildren(position, *dict_type.value_type(), *dictionary)); in Visit()
319 RETURN_NOT_OK(WalkChildren(position, *type, *array)); in Visit()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/ipc/
H A Ddictionary.cc302 Status WalkChildren(const FieldPosition& position, const DataType& type, in WalkChildren() function
326 RETURN_NOT_OK(WalkChildren(position, *dict_type.value_type(), *dictionary)); in Visit()
332 RETURN_NOT_OK(WalkChildren(position, *type, *array)); in Visit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpre_paint_tree_walk.cc689 WalkChildren(/* parent */ nullptr, iterator, in WalkNGChildren()
717 WalkChildren(/* parent */ nullptr, iterator, in WalkNGChildren()
842 void PrePaintTreeWalk::WalkChildren(const LayoutObject* object, in WalkChildren() function in blink::PrePaintTreeWalk
949 WalkChildren(&object, iterator, is_wheel_event_regions_enabled); in Walk()
H A Dpre_paint_tree_walk.h137 void WalkChildren(const LayoutObject*,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dpre_paint_tree_walk.cc478 WalkChildren(/* parent */ nullptr, iterator); in WalkNGChildren()
558 void PrePaintTreeWalk::WalkChildren(const LayoutObject* object, in WalkChildren() function in blink::PrePaintTreeWalk
664 WalkChildren(&object, iterator); in Walk()
H A Dpre_paint_tree_walk.h110 void WalkChildren(const LayoutObject*, const NGFragmentChildIterator*);
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/storage/reads/
H A Dpredicate.go29 func WalkChildren(v NodeVisitor, node *datatypes.Node) { func
40 WalkChildren(v, node)
405 WalkChildren(v, n)
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Ipc/
H A DArrowStreamWriter.cs953 WalkChildren(dictionary.Data, ref dictionaryMemo); in CollectDictionary()
957 WalkChildren(arrayData, ref dictionaryMemo); in CollectDictionary()
961 private static void WalkChildren(ArrayData arrayData, ref DictionaryMemo dictionaryMemo) in WalkChildren() method in Apache.Arrow.Ipc.DictionaryCollector
/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCBrowser.h312 void WalkChildren(xmlNodePtr node);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/filesystem/
H A Ds3fs.cc1180 walker->WalkChildren(result, nesting_depth + 1); in HandleResult()
1210 void WalkChildren(const S3Model::ListObjectsV2Result& result, int32_t nesting_depth) { in WalkChildren() function
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/filesystem/
H A Ds3fs.cc1556 walker->WalkChildren(result, nesting_depth + 1); in HandleResult()
1584 void WalkChildren(const S3Model::ListObjectsV2Result& result, int32_t nesting_depth) { in WalkChildren() function