Home
last modified time | relevance | path

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

/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/rust/rust/library/alloc/src/collections/btree/
Dmap.rs299 let root_node = self.root.as_ref()?.reborrow(); in get() localVariable
308 let root_node = map.root.as_mut()?.borrow_mut(); in take() localVariable
326 let root_node = in replace() localVariable
707 let root_node = self.root.as_ref()?.reborrow(); in get() localVariable
735 let root_node = self.root.as_ref()?.reborrow(); in get_key_value() localVariable
763 let root_node = self.root.as_ref()?.reborrow(); in first_key_value() localVariable
792 let root_node = map.root.as_mut()?.borrow_mut(); in first_entry() localVariable
848 let root_node = self.root.as_ref()?.reborrow(); in last_key_value() localVariable
877 let root_node = map.root.as_mut()?.borrow_mut(); in last_entry() localVariable
965 let root_node = self.root.as_mut()?.borrow_mut(); in get_mut() localVariable
[all …]
Dnode.rs575 let mut root_node = self.borrow_mut(); in clear_parent_link() localVariable
/third_party/vixl/src/aarch64/
Ddecoder-aarch64.cc93 auto root_node{String("Root", GetAllocator().Adapter())}; in ConstructDecodeGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_cond.cc93 …S FunctionalizeCond::BranchSubGraphAddNodes(const FuncGraphPtr &graph, const AnfNodePtr &root_node, in BranchSubGraphAddNodes()
/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/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dslice_activation_in_recompute.cc87 auto root_node = node; in GroupingNextNodes() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_utils.cc887 bool IsRootNode(const CNodePtr &cnode, const AnfNodePtr &root_node) { in IsRootNode()
929 …auto root_node = previous_tuple_getitem_cnode->input(1)->cast<CNodePtr>()->input(1)->cast<CNodePtr… in ModifyGraph() local
969 Status UpdateShapeToRootPath(const CNodePtr &cnode, const AnfNodePtr &root_node, int32_t depth = 0)… in UpdateShapeToRootPath()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Ddecrease_transpose_algo.cc113 STATUS FindAreaSurroundedByTranspose(const FuncGraphPtr &func_graph, const CNodePtr &root_node, in FindAreaSurroundedByTranspose()
/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/rust/rust/library/alloc/src/collections/btree/map/
Dtests.rs48 let root_node = root.reborrow(); in check_invariants() localVariable
2029 let root_node = map.root.as_ref().unwrap().reborrow(); in test_insert_into_full_height_1() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs1391 let root_node = find_root(node); in find_file() localVariable