Searched refs:fChildren (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOTrie.hpp52 std::vector<Edge> fChildren; member in struct:mach_o::trie::Node
63 for (std::vector<Edge>::iterator it = fChildren.begin(); it != fChildren.end(); ++it) {
88 bNode->fChildren.push_back(bcEdge);
99 fChildren.push_back(newEdge);
117 for (std::vector<Edge>::iterator it = fChildren.begin(); it != fChildren.end(); ++it) {
151 for (std::vector<Edge>::iterator it = fChildren.begin(); it != fChildren.end(); ++it) {
204 out.push_back(fChildren
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dxmlparser.cpp392 el->fChildren.addElement(t, status);
408 el->fChildren.addElement(s.clone(), status);
446 el->fChildren.addElement(t, status);
684 fChildren(errorCode),
695 for (i=fChildren.size()-1; i>=0; i--) {
696 delete (UObject *)fChildren.elementAt(i);
715 int32_t i, count=fChildren.size();
717 node=(const UObject *)fChildren.elementAt(i);
763 return fChildren.size();
768 if(0<=i && i<fChildren
[all...]
H A Dxmlparser.h150 UVector fChildren; // The child nodes of this element (a Vector) member in class:UXMLElement

Completed in 84 milliseconds