|
def | cpplint._ClassifyInclude (fileinfo, include, is_system) |
|
def | cpplint._DropCommonSuffixes (filename) |
|
def | cpplint._Filters () |
|
def | cpplint._GetTextInside (text, start_pattern) |
|
def | cpplint._IsTestFilename (filename) |
|
def | cpplint._OutputFormat () |
|
def | cpplint._SetCountingStyle (level) |
|
def | cpplint._SetFilters (filters) |
|
def | cpplint._SetOutputFormat (output_format) |
|
def | cpplint._SetVerboseLevel (level) |
|
def | cpplint._ShouldPrintError (category, confidence, linenum) |
|
def | cpplint._VerboseLevel () |
|
def | cpplint.CheckAccess (filename, clean_lines, linenum, nesting_state, error) |
|
def | cpplint.CheckAltTokens (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckBraces (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckCheck (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckComment (comment, filename, linenum, error) |
|
def | cpplint.CheckCStyleCast (filename, linenum, line, raw_line, cast_type, pattern, error) |
|
def | cpplint.CheckEmptyBlockBody (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckForBadCharacters (filename, lines, error) |
|
def | cpplint.CheckForCopyright (filename, lines, error) |
|
def | cpplint.CheckForFunctionLengths (filename, clean_lines, linenum, function_state, error) |
|
def | cpplint.CheckForHeaderGuard (filename, lines, error) |
|
def | cpplint.CheckForIncludeWhatYouUse (filename, clean_lines, include_state, error, io=codecs) |
|
def | cpplint.CheckForMultilineCommentsAndStrings (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckForNewlineAtEOF (filename, lines, error) |
|
def | cpplint.CheckForNonConstReference (filename, clean_lines, linenum, nesting_state, error) |
|
def | cpplint.CheckForNonStandardConstructs (filename, clean_lines, linenum, nesting_state, error) |
|
def | cpplint.CheckIncludeLine (filename, clean_lines, linenum, include_state, error) |
|
def | cpplint.CheckInvalidIncrement (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckLanguage (filename, clean_lines, linenum, file_extension, include_state, nesting_state, error) |
|
def | cpplint.CheckMakePairUsesDeduction (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckPosixThreading (filename, clean_lines, linenum, error) |
|
def | cpplint.CheckSectionSpacing (filename, clean_lines, class_info, linenum, error) |
|
def | cpplint.CheckSpacing (filename, clean_lines, linenum, nesting_state, error) |
|
def | cpplint.CheckSpacingForFunctionCall (filename, line, linenum, error) |
|
def | cpplint.CheckStyle (filename, clean_lines, linenum, file_extension, nesting_state, error) |
|
def | cpplint.CheckVlogArguments (filename, clean_lines, linenum, error) |
|
def | cpplint.CleanseComments (line) |
|
def | cpplint.CleanseRawStrings (raw_lines) |
|
def | cpplint.CloseExpression (clean_lines, linenum, pos) |
|
def | cpplint.Error (filename, linenum, category, confidence, message) |
|
def | cpplint.FilesBelongToSameModule (filename_cc, filename_h) |
|
def | cpplint.FindEndOfExpressionInLine (line, startpos, depth, startchar, endchar) |
|
def | cpplint.FindNextMatchingAngleBracket (clean_lines, linenum, init_suffix) |
|
def | cpplint.FindNextMultiLineCommentEnd (lines, lineix) |
|
def | cpplint.FindNextMultiLineCommentStart (lines, lineix) |
|
def | cpplint.FindPreviousMatchingAngleBracket (clean_lines, linenum, init_prefix) |
|
def | cpplint.FindStartOfExpressionInLine (line, endpos, depth, startchar, endchar) |
|
def | cpplint.GetHeaderGuardCPPVariable (filename) |
|
def | cpplint.GetLineWidth (line) |
|
def | cpplint.GetPreviousNonBlankLine (clean_lines, linenum) |
|
def | cpplint.IsBlankLine (line) |
|
def | cpplint.IsCppString (line) |
|
def | cpplint.IsErrorSuppressedByNolint (category, linenum) |
|
def | cpplint.main () |
|
def | cpplint.Match (pattern, s) |
|
def | cpplint.ParseArguments (args) |
|
def | cpplint.ParseNolintSuppressions (filename, raw_line, linenum, error) |
|
def | cpplint.PrintCategories () |
|
def | cpplint.PrintUsage (message) |
|
def | cpplint.ProcessFile (filename, vlevel, extra_check_functions=[]) |
|
def | cpplint.ProcessFileData (filename, file_extension, lines, error, extra_check_functions=[]) |
|
def | cpplint.ProcessLine (filename, file_extension, clean_lines, line, include_state, function_state, nesting_state, error, extra_check_functions=[]) |
|
def | cpplint.RemoveMultiLineComments (filename, lines, error) |
|
def | cpplint.RemoveMultiLineCommentsFromRange (lines, begin, end) |
|
def | cpplint.ReplaceAll (pattern, rep, s) |
|
def | cpplint.ResetNolintSuppressions () |
|
def | cpplint.ReverseCloseExpression (clean_lines, linenum, pos) |
|
def | cpplint.Search (pattern, s) |
|
def | cpplint.UpdateIncludeState (filename, include_state, io=codecs) |
|