HomeSort by relevance Sort by last modified time
    Searched refs:old_child (Results 1 - 3 of 3) sorted by null

  /external/protobuf/python/
stubout.py 119 old_child = getattr(parent, child_name)
123 old_child = staticmethod(old_child)
125 self.cache.append((parent, old_child, child_name))
138 for (parent, old_child, child_name) in self.cache:
139 setattr(parent, child_name, old_child)
  /external/dtc/
livetree.c 140 struct node *new_child, *old_child; local
199 for_each_child_withdel(old_node, old_child) {
200 if (streq(old_child->name, new_child->name)) {
201 merge_nodes(old_child, new_child);
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 177 nir_deref *old_child = tail->child; local
227 tail->child = old_child;
    [all...]

Completed in 1148 milliseconds