Searched refs:FindAndClone (Results 1 – 1 of 1) sorted by relevance
/third_party/protobuf/ |
D | update_version.py | 49 def FindAndClone(elem, tagname): function 295 FindAndClone(version, 'release'), 296 FindAndClone(version, 'api') 299 FindAndClone(stability, 'release'), 300 FindAndClone(stability, 'api') 302 FindAndClone(root, 'date'), 303 FindAndClone(root, 'time'), 304 FindAndClone(root, 'license'), 305 FindAndClone(root, 'notes')
|