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