Searched refs:function_name (Results 1 – 1 of 1) sorted by relevance
1039 def Begin(self, function_name): argument1047 self.current_function = function_name3074 function_name = match_result.group(1).split()[-1]3075 if function_name == 'TEST' or function_name == 'TEST_F' or (3076 not Match(r'[A-Z_]+$', function_name)):4759 function_name = re.search(r'\b((?:string)?printf)\s*\(',4763 % (function_name, match.group(1)))