Home
last modified time | relevance | path

Searched refs:m_root (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dinsert.hpp482 : m_root(root), m_leafs_level(leafs_level), m_element(element) in insert()
490 …BOOST_GEOMETRY_INDEX_ASSERT(&n == &rtree::get<internal_node>(*m_root), "current node should be the… in operator ()()
496m_root, m_leafs_level, m_element, m_parameters, m_translator, m_allocators, m_relative_level); in operator ()()
498 …rtree::apply_visitor(lins_v, *m_root); … in operator ()()
508m_root, m_leafs_level, m_element, m_parameters, m_translator, m_allocators, m_relative_level); in operator ()()
510 rtree::apply_visitor(ins_v, *m_root); in operator ()()
517 … BOOST_GEOMETRY_INDEX_ASSERT(&n == &rtree::get<leaf>(*m_root), "current node should be the root"); in operator ()()
523m_root, m_leafs_level, m_element, m_parameters, m_translator, m_allocators, m_relative_level); in operator ()()
525 …rtree::apply_visitor(lins_v, *m_root); … in operator ()()
533m_root, m_leafs_level, m_element, m_parameters, m_translator, m_allocators, m_relative_level); in operator ()()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dfibonacci_heap.h152 m_nodes (0), m_min (NULL), m_root (NULL),
278 fibonacci_node_t *m_root; variable
509 if ((a_root = heapa->m_root) == NULL) in union_with()
514 if ((b_root = heapb->m_root) == NULL) in union_with()
545 if (m_root == NULL) in insert_root()
547 m_root = node; in insert_root()
555 m_root->insert_after (node); in insert_root()
640 m_root = NULL; in remove_root()
642 m_root = node->remove (); in remove_root()
657 while ((w = m_root) != NULL) in consolidate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dfibonacci_heap.h152 m_nodes (0), m_min (NULL), m_root (NULL),
278 fibonacci_node_t *m_root; variable
509 if ((a_root = heapa->m_root) == NULL) in union_with()
514 if ((b_root = heapb->m_root) == NULL) in union_with()
545 if (m_root == NULL) in insert_root()
547 m_root = node; in insert_root()
555 m_root->insert_after (node); in insert_root()
640 m_root = NULL; in remove_root()
642 m_root = node->remove (); in remove_root()
657 while ((w = m_root) != NULL) in consolidate()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp757 , m_root(root) in WebActionMapper()
760 if (!m_root) in WebActionMapper()
762 connect(m_root, SIGNAL(triggered()), this, SLOT(rootTriggered())); in WebActionMapper()
769 m_root = 0; in rootDestroyed()
800 if (m_root in childChanged()
803 m_root->setChecked(source->isChecked()); in childChanged()
804 m_root->setEnabled(source->isEnabled()); in childChanged()
816 if (!m_root) in updateCurrent()
819 m_root->setEnabled(false); in updateCurrent()
820 m_root->setChecked(false); in updateCurrent()
[all …]
H A Dmodelmenu.cpp92 m_root = index; in setRootIndex()
97 return m_root; in rootIndex()
139 createMenu(m_root, max, this, this); in Q_DECLARE_METATYPE()
H A Dbookmarks.cpp903 QModelIndex parentIndex = m_root; in dropEvent()
904 for (int i = 0; i < m_bookmarksModel->rowCount(m_root); ++i) { in dropEvent()
905 QModelIndex idx = m_bookmarksModel->index(i, 0, m_root); in dropEvent()
931 m_root = index; in setRootIndex()
937 return m_root; in rootIndex()
943 for (int i = 0; i < m_bookmarksModel->rowCount(m_root); ++i) { in build()
944 QModelIndex idx = m_bookmarksModel->index(i, 0, m_root); in build()
H A Dmodelmenu.h93 QPersistentModelIndex m_root; variable
H A Dtabwidget.h110 QAction *m_root; variable
H A Dbookmarks.h298 QPersistentModelIndex m_root; variable
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dmdsmap.h24 u32 m_root; member
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmdsmap.c145 m->m_root = ceph_decode_32(p); in ceph_mdsmap_decode()
H A Ddebugfs.c35 seq_printf(s, "root %d\n", mdsmap->m_root); in mdsmap_show()