Home
last modified time | relevance | path

Searched refs:child_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_xml_test_utils.py114 for child_id, child in expected_children.items():
116 child_id in actual_children,
118 % (child_id, actual_children, actual_node.tagName),
120 self.AssertEquivalentNodes(child, actual_children[child_id])
160 child_id = child.parentNode.getAttribute('name') + '-properties'
166 child_id = child.getAttribute(
169 self.assertNotIn(child_id, children)
170 children[child_id] = child
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c847 uint64_t child_id = b % row_phys_cols; in vdev_raidz_map_alloc_expanded() local
874 for (int c = 0; c < rr->rr_cols; c++, child_id++) { in vdev_raidz_map_alloc_expanded()
875 if (child_id >= row_phys_cols) { in vdev_raidz_map_alloc_expanded()
876 child_id -= row_phys_cols; in vdev_raidz_map_alloc_expanded()
880 rc->rc_devidx = child_id; in vdev_raidz_map_alloc_expanded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1625 PdbCompilandSymId child_id(parent_id.modi, iter.offset()); in ParseSymbolArrayInScope() local
1626 if (fn(iter->kind(), child_id)) in ParseSymbolArrayInScope()