Home
last modified time | relevance | path

Searched refs:writeNode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
DGraphWriter.h144 writeNode(*I); in writeNodes()
159 void writeNode(NodeType& Node) { in writeNode() function
160 writeNode(&Node); in writeNode()
163 void writeNode(NodeType *const *Node) { in writeNode() function
164 writeNode(*Node); in writeNode()
167 void writeNode(NodeType *Node) { in writeNode() function
/external/icu/icu4c/source/common/
Dstringtriebuilder.cpp69 writeNode(0, elementsLength, 0); in build()
85 StringTrieBuilder::writeNode(int32_t start, int32_t limit, int32_t unitIndex) { in writeNode() function in StringTrieBuilder
103 writeNode(start, limit, lastUnitIndex); in writeNode()
171 … jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1); in writeBranchSubNode()
177 writeNode(start, limit, unitIndex+1); in writeBranchSubNode()
/external/opencv3/modules/ml/src/
Dprecomp.hpp332 virtual void writeNode( FileStorage& fs, int nidx, int depth ) const;
Dtree.cpp1626 void DTreesImpl::writeNode( FileStorage& fs, int nidx, int depth ) const in writeNode() function in cv::ml::DTreesImpl
1661 writeNode( fs, nidx, depth ); in writeTree()
/external/icu/icu4c/source/common/unicode/
Dstringtriebuilder.h88 int32_t writeNode(int32_t start, int32_t limit, int32_t unitIndex);
/external/opencv3/modules/ml/
Dprecomp.hpp332 virtual void writeNode( FileStorage& fs, int nidx, int depth ) const;