Home
last modified time | relevance | path

Searched defs:root_node (Results 1 – 8 of 8) sorted by relevance

/third_party/libxml2/doc/examples/
Dtree2.c29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ in main() local
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dsession_connection.h55 scenic::ContainerNode& root_node() { return root_node_; } in root_node() function
/third_party/libabigail/tools/
Dabilint.cc117 artifact_use_relation_tree *root_node = nullptr; member
212 artifact_use_relation_tree *root_node = get_root_node(); in artifact_in_tree() local
227 artifact_use_relation_tree *root_node = get_root_node(); in record_artifact() local
/third_party/selinux/libsepol/cil/src/
Dcil_fqn.c132 int cil_fqn_qualify(struct cil_tree_node *root_node) in cil_fqn_qualify()
/third_party/ltp/tools/sparse/sparse-src/
Dc2xml.c41 static xmlNodePtr root_node = NULL;/* root node pointer */ variable
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h256 const struct snmp_node *root_node; member
259 #define SNMP_MIB_CREATE(oid_list, root_node) { (oid_list), (u8_t)LWIP_ARRAYSIZE(oid_list), root_nod… argument
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs30034 let root_node = self.root.as_ref()?.reborrow(); localVariable
30043 let root_node = map.root.as_mut()?.borrow_mut(); localVariable
30054 let root_node = Self::ensure_is_owned(&mut map.root).borrow_mut(); localVariable
30331 let root_node = self.root.as_ref()?.reborrow(); localVariable
30359 let root_node = self.root.as_ref()?.reborrow(); localVariable
30388 let root_node = self.root.as_ref()?.reborrow(); localVariable
30418 let root_node = map.root.as_mut()?.borrow_mut(); localVariable
30471 let root_node = self.root.as_ref()?.reborrow(); localVariable
30501 let root_node = map.root.as_mut()?.borrow_mut(); localVariable
30585 let root_node = self.root.as_mut()?.borrow_mut(); localVariable
[all …]
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c1937 xmlNodePtr root_node, head_node, body_node; in ttml_parse() local