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

  /external/protobuf/python/
stubout.py 109 def Set(self, parent, child_name, new_child):
110 """Replace child_name's old definition with new_child, in the context
116 This method supports the case where child_name is a staticmethod or a
119 old_child = getattr(parent, child_name)
121 old_attribute = parent.__dict__.get(child_name)
125 self.cache.append((parent, old_child, child_name))
126 setattr(parent, child_name, new_child)
138 for (parent, old_child, child_name) in self.cache:
139 setattr(parent, child_name, old_child)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 153 child_name = 'n%i' % @node_to_number_map[ tree ]
155 :parent => parent_name, :child => child_name,
  /external/chromium/chrome/browser/metrics/
metrics_service.cc     [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 993 std::string child_name = "child"; local
    [all...]
  /external/chromium/net/disk_cache/
sparse_control.cc 133 std::string child_name = GenerateChildName(name_, signature_, child_id); local
134 backend_->SyncDoomEntry(child_name);
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 1026 string child_name = "B"; local
1097 string child_name = "B"; local
    [all...]

Completed in 741 milliseconds