Searched refs:_FunctionState (Results 1 – 5 of 5) sorted by relevance
128 function_state = cpplint._FunctionState()187 function_state = cpplint._FunctionState()4919 self.old_normal_trigger = cpplint._FunctionState._NORMAL_TRIGGER4920 self.old_test_trigger = cpplint._FunctionState._TEST_TRIGGER4922 cpplint._FunctionState._NORMAL_TRIGGER = 104923 cpplint._FunctionState._TEST_TRIGGER = 254926 cpplint._FunctionState._NORMAL_TRIGGER = self.old_normal_trigger4927 cpplint._FunctionState._TEST_TRIGGER = self.old_test_trigger4948 return cpplint._FunctionState._NORMAL_TRIGGER * 2**error_level4959 return cpplint._FunctionState._TEST_TRIGGER * 2**error_level
1027 class _FunctionState(object): class5898 function_state = _FunctionState()
674 class _FunctionState(object): class3833 function_state = _FunctionState()
799 class _FunctionState(object): class4551 function_state = _FunctionState()