MCPcopy Create free account

hub / github.com/0x61726b/electron-vibrancy / types & classes

Types & classes18 in github.com/0x61726b/electron-vibrancy

↓ 3 callersClassFileInfo
Provides utility functions for filenames. FileInfo provides easy access to the components of a file's path relative to the project root.
scripts/cpplint.py:840
↓ 1 callersClassCleansedLines
Holds 3 copies of all lines with different preprocessing applied to them. 1) elided member contains lines without strings and comments, 2) lines
scripts/cpplint.py:1145
↓ 1 callersClassNestingState
Holds states related to parsing braces.
scripts/cpplint.py:1947
↓ 1 callersClass_BlockInfo
Stores information about a generic block of code.
scripts/cpplint.py:1770
↓ 1 callersClass_ClassInfo
Stores information about a class.
scripts/cpplint.py:1823
↓ 1 callersClass_CppLintState
Maintains module-wide state..
scripts/cpplint.py:666
↓ 1 callersClass_ExternCInfo
Stores information about an 'extern "C"' block.
scripts/cpplint.py:1817
↓ 1 callersClass_FunctionState
Tracks current function name and the number of lines in its body.
scripts/cpplint.py:781
↓ 1 callersClass_IncludeState
Tracks line numbers for includes, and the order in which includes appear. As a dict, an _IncludeState object serves as a mapping between include
scripts/cpplint.py:530
↓ 1 callersClass_NamespaceInfo
Stores information about a namespace.
scripts/cpplint.py:1874
↓ 1 callersClass_PreprocessorInfo
Stores checkpoints of nesting stacks when #if/#else is seen.
scripts/cpplint.py:1934
ClassACCENTPOLICY
src/vibrancy_win.cc:33
EnumAccentTypes
src/vibrancy_win.cc:45
ClassVibrancy
src/Vibrancy.h:32
ClassVibrancyHelper
src/VibrancyHelper.h:33
ClassViewOptions
src/VibrancyHelper.h:39
ClassWINCOMPATTRDATA
src/vibrancy_win.cc:39
Class_IncludeError
Indicates a problem with the include order in a file.
scripts/cpplint.py:836