Searched refs:nodeData (Results 1 – 3 of 3) sorted by relevance
/external/google-fruit/include/fruit/impl/data_structures/ |
D | semistatic_graph.templates.h | 121 NodeData& nodeData = *nodeAtId(node_index_map.at(i->getId())); in SemistaticGraph() local 122 nodeData.node = i->getValue(); in SemistaticGraph() 124 nodeData.edges_begin = 0; in SemistaticGraph() 126 …nodeData.edges_begin = reinterpret_cast<std::uintptr_t>(edges_storage.data() + edges_storage.size(… in SemistaticGraph() 198 NodeData& nodeData = *nodeAtId(node_index_map.at(i->getId())); in SemistaticGraph() local 199 nodeData.node = i->getValue(); in SemistaticGraph() 201 nodeData.edges_begin = 0; in SemistaticGraph() 203 …nodeData.edges_begin = reinterpret_cast<std::uintptr_t>(edges_storage.data() + edges_storage.size(… in SemistaticGraph()
|
/external/eigen/doc/ |
D | eigen_navtree_hacks.js | 58 var nodeData = po.childrenData[i]; 59 if((!nodeData[1]) || (nodeData[1].indexOf('#')==-1)) // <- we added this line 60 po.children[i] = newNode(o, po, nodeData[0], nodeData[1], nodeData[2], i==l);
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestDTDAttributes.java | 516 NodeData nodeData = null; 521 if (nodeData == null) { 524 nodeData = fullNodeData.get(type); 525 if (nodeData == null) { 526 fullNodeData.put(type, nodeData = new NodeData( in fullNodeData.put() argument 536 nodeData.elementToAttributes.putAll(element, in nodeData.elementToAttributes.putAll() 538 Set<String> oldAlways = nodeData.elementToAttributesAlwaysFound 541 nodeData.elementToAttributesAlwaysFound.putAll( in nodeData.elementToAttributesAlwaysFound.putAll() 547 nodeData.elementToAttributesAlwaysFound 553 putIfNew(nodeData.branchNodes, element, locale, in putIfNew() [all …]
|