Home
last modified time | relevance | path

Searched defs:root_node (Results 1 – 16 of 16) 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/boost/boost/geometry/index/detail/rtree/kmeans/
Dsplit.hpp71 static inline void apply(node* & root_node, in apply()
/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/mindspore/tests/ut/cpp/dataset/
Drename_op_test.cc89 std::shared_ptr<DatasetOp> root_node = my_tree->root(); in TEST_F() local
Dexecution_tree_test.cc125 std::shared_ptr<DatasetOp> root_node = my_tree->root(); in TEST_F() 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/mindspore/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_cond.cc61 …S FunctionalizeCond::BranchSubGraphAddNodes(const FuncGraphPtr &graph, const AnfNodePtr &root_node, in BranchSubGraphAddNodes()
/third_party/boost/boost/container/detail/
Dalloc_lib.h42 boost_cont_memchain_node root_node; member
/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/boost/boost/intrusive/
Dlist.hpp1147 const node_ptr root_node = this->get_root_node(); in remove_if() local
1173 const node_ptr root_node = this->get_root_node(); in remove_and_dispose_if() local
Dbstree_algorithms.hpp237 BOOST_INTRUSIVE_FORCEINLINE static node_ptr root_node(const const_node_ptr & header) in root_node() function in boost::intrusive::bstree_algorithms
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc522 const CNodePtr &root_node, const AnfNodePtr &weight_node, in GetWeightInfo()
611 auto root_node = node->cast<CNodePtr>(); in FetchInfoForQuantExport() local
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Ddecrease_transpose_algo.cc31 STATUS FindAreaSurroundedByTranspose(const FuncGraphPtr &func_graph, const CNodePtr &root_node, in FindAreaSurroundedByTranspose()
/third_party/libusb/libusb/os/
Dsunos_usb.c685 di_node_t root_node; in sunos_get_device_list() local
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c1937 xmlNodePtr root_node, head_node, body_node; in ttml_parse() local