Home | History | Annotate | Download | only in tools

Lines Matching refs:_GetTextInside

3097 def _GetTextInside(text, start_pattern):
3105 a call to _GetTextInside(text, r'printf\(') will return 'a(), b(c())'.
3118 # rewritten to use _GetTextInside (and use inferior regexp matching today).
3364 printf_args = _GetTextInside(line, r'(?i)\b(string)?printf\s*\(')