Searched defs:child (Results 1 – 12 of 12) sorted by relevance
59 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readBuffer() local76 xmlNodePtr child = xmlDocGetRootElement(doc.get()); in readFile() local145 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local175 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local238 for (xmlNode* child = root->xmlChildrenNode; child != nullptr; child = child->next) { in read() local
106 static inline void rb_set_left(rb_tree_t *tree, rb_idx_t n_idx, rb_node_t *child) in rb_set_left()112 static inline void rb_set_right(rb_tree_t *tree, rb_idx_t n_idx, rb_node_t *child) in rb_set_right()
48 bool Remove(const T& child) { return set_.erase(child); } in Remove()
654 Window child; in processEvent() local
113 for (xmlNodePtr child = node->children; child != nullptr; child = child->next) { in xmlChildWithName() local
557 Window child; in processEvent() local
93 TIntermNode *child = node->getChildNode(i); in visitNode() local
5143 TIntermTyped *child, in createUnaryMath()5199 TIntermTyped *TParseContext::addUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc) in addUnaryMath()5211 TIntermTyped *child, in addUnaryMathLValue()
243 Window child; member284 Window child; member327 Window child; member
381 Window child; member935 Window child; member959 Window child; member1015 Window child; member
151 XMLElement* child = parent->FirstChildElement(); in FindAttribute() local
87 bool IsIndexNode(TIntermNode *node, TIntermNode *child) in IsIndexNode()