Searched refs:ReplaceAll (Results 1 – 1 of 1) sorted by relevance
/tools/repohooks/tools/ |
D | cpplint.py | 662 def ReplaceAll(pattern, rep, s): function 3469 if (Search(r',[^,\s]', ReplaceAll(r'\boperator\s*,\s*\(', 'F(', line)) and 5127 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body 5134 ReplaceAll(' *<', '<', parameter))
|