MCPcopy Create free account

hub / github.com/RegrowthStudios/SoACode-Public / functions

Functions1,853 in github.com/RegrowthStudios/SoACode-Public

↓ 1 callersMethodEnd
Stop analyzing function body.
utils/git-hooks/cpplint/cpplint.py:685
↓ 1 callersFunctionError
Logs the fact we've found a lint error. We log where the error was found, and also our confidence in the error, that is, how certain we are this
utils/git-hooks/cpplint/cpplint.py:812
↓ 1 callersMethodExtension
File extension - text following the final period.
utils/git-hooks/cpplint/cpplint.py:772
↓ 1 callersFunctionExtractHex
Custom Numerical Converters For Integers
SoA/IniParser.cpp:97
↓ 1 callersFunctionExtractOctal
SoA/IniParser.cpp:169
↓ 1 callersFunctionExtractType
Helpers To Extract Information From An INI Value
SoA/IniParser.cpp:279
↓ 1 callersFunctionExtractValue
SoA/IniParser.cpp:299
↓ 1 callersFunctionFilesBelongToSameModule
Check if these two filenames belong to the same module. The concept of a 'module' here is a as follows: foo.h, foo-inl.h, foo.cc, foo_test.cc and
utils/git-hooks/cpplint/cpplint.py:2938
↓ 1 callersFunctionFindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
utils/git-hooks/cpplint/cpplint.py:894
↓ 1 callersFunctionFindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
utils/git-hooks/cpplint/cpplint.py:883
↓ 1 callersFunctionGenerateMeshFromOctree
SoA/Octree.cpp:560
↓ 1 callersFunctionGenerateVertexIndices
SoA/Octree.cpp:193
↓ 1 callersFunctionGetFileSize
SoA/IniParser.cpp:50
↓ 1 callersFunctionGetLineWidth
Determines the width of the line in column positions. Args: line: A string, which may be a Unicode string. Returns: The width of the lin
utils/git-hooks/cpplint/cpplint.py:2156
↓ 1 callersFunctionGoToNonWhitespaceML
Helpers For Navigating Within The String
SoA/IniParser.cpp:61
↓ 1 callersMethodIncrementErrorCount
Bumps the module's error statistic.
utils/git-hooks/cpplint/cpplint.py:570
↓ 1 callersFunctionIsCppString
Does line terminate so, that the next symbol is in string constant. This function does not consider single-line nor multi-line comments. Args:
utils/git-hooks/cpplint/cpplint.py:866
↓ 1 callersFunctionIsErrorSuppressedByNolint
Returns true if the specified error category is suppressed on this line. Consults the global error_suppressions map populated by ParseNolintSuppr
utils/git-hooks/cpplint/cpplint.py:353
↓ 1 callersMethodIsInAlphabeticalOrder
Check if a header is in alphabetical order with the previous header. Args: header_path: Header to be checked. Returns: Returns t
utils/git-hooks/cpplint/cpplint.py:441
↓ 1 callersFunctionParseArguments
Parses the command line arguments. This may set the output format and verbosity level as side-effects. Args: args: The command line argument
utils/git-hooks/cpplint/cpplint.py:3312
↓ 1 callersFunctionPrintCategories
Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.
utils/git-hooks/cpplint/cpplint.py:3303
↓ 1 callersMethodPrintErrorCounts
Print a summary of errors by category, and the total.
utils/git-hooks/cpplint/cpplint.py:580
↓ 1 callersFunctionProcessFile
Does google-lint on a single file. Args: filename: The name of the file to parse. vlevel: The level of errors to report. Every error of c
utils/git-hooks/cpplint/cpplint.py:3221
↓ 1 callersFunctionProcessFileData
Performs lint checks and reports any errors to the given error function. Args: filename: Filename of the file that is being processed. file
utils/git-hooks/cpplint/cpplint.py:3176
↓ 1 callersFunctionProcessLine
Processes a single line in the file. Args: filename: Filename of the file that is being processed. file_extension: The extension (dot not i
utils/git-hooks/cpplint/cpplint.py:3140
↓ 1 callersFunctionRecursiveFlagLOD
SoA/Planet.cpp:680
↓ 1 callersFunctionRemoveMultiLineComments
Removes multiline (c-style) comments from lines.
utils/git-hooks/cpplint/cpplint.py:911
↓ 1 callersFunctionRemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
utils/git-hooks/cpplint/cpplint.py:903
↓ 1 callersFunctionReplaceableCheck
Determine whether a basic CHECK can be replaced with a more specific one. For example suggest using CHECK_EQ instead of CHECK(a == b) and similar
utils/git-hooks/cpplint/cpplint.py:2088
↓ 1 callersMethodResetErrorCounts
Sets the module's error statistic back to zero.
utils/git-hooks/cpplint/cpplint.py:565
↓ 1 callersFunctionResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
utils/git-hooks/cpplint/cpplint.py:348
↓ 1 callersMethodSetCountingStyle
Sets the module's counting options.
utils/git-hooks/cpplint/cpplint.py:536
↓ 1 callersMethodSetFilters
Sets the error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A st
utils/git-hooks/cpplint/cpplint.py:540
↓ 1 callersMethodSetOutputFormat
Sets the output format for errors.
utils/git-hooks/cpplint/cpplint.py:526
↓ 1 callersMethodSetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
utils/git-hooks/cpplint/cpplint.py:530
↓ 1 callersFunctionSimplifyOctree
SoA/Octree.cpp:95
↓ 1 callersFunctionSphere
SoA/Density.cpp:9
↓ 1 callersFunctionUpdateIncludeState
Fill up the include_state with new includes found from the file. Args: filename: the name of the header to read. include_state: an _Include
utils/git-hooks/cpplint/cpplint.py:2993
↓ 1 callersFunction_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
utils/git-hooks/cpplint/cpplint.py:2338
↓ 1 callersMethod_CollapseStrings
Collapses strings and chars on a line to simple "" or '' blocks. We nix strings first so we're not fooled by text like '"http://"' Args:
utils/git-hooks/cpplint/cpplint.py:967
↓ 1 callersFunction_Filters
Returns the module's list of output filters, as a list.
utils/git-hooks/cpplint/cpplint.py:616
↓ 1 callersFunction_GetTextInside
Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the text
utils/git-hooks/cpplint/cpplint.py:2468
↓ 1 callersFunction_OutputFormat
Gets the module's output format.
utils/git-hooks/cpplint/cpplint.py:591
↓ 1 callersFunction_SetCountingStyle
Sets the module's counting options.
utils/git-hooks/cpplint/cpplint.py:611
↓ 1 callersFunction_SetFilters
Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A s
utils/git-hooks/cpplint/cpplint.py:621
↓ 1 callersFunction_SetOutputFormat
Sets the module's output format.
utils/git-hooks/cpplint/cpplint.py:596
↓ 1 callersFunction_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
utils/git-hooks/cpplint/cpplint.py:785
↓ 1 callersMethod__init__
(self, filename)
utils/git-hooks/cpplint/cpplint.py:702
↓ 1 callersFunction_main
Parse options and run checks on Python source.
utils/git-hooks/pep8.py:1854
↓ 1 callersMethodaddCommand
SoA/DevConsole.cpp:43
↓ 1 callersMethodaddMeshAsync
SoA/TerrainPatchMeshManager.cpp:187
↓ 1 callersMethodaddStringOption
SoA/SoaOptions.cpp:43
↓ 1 callersMethodbeginLiquid
SoA/ChunkRenderer.cpp:252
↓ 1 callersMethodbeginThread
SoA/WorldIO.cpp:1034
↓ 1 callersMethodbeginTransparent
SoA/ChunkRenderer.cpp:179
↓ 1 callersMethodbind
SoA/VoxelModelMesh.cpp:4
↓ 1 callersFunctionbindAttributes
SoA/ShaderAssetLoader.cpp:72
↓ 1 callersFunctionbindFragments
SoA/ShaderAssetLoader.cpp:80
↓ 1 callersMethodblockUntilFinished
SoA/LoadContext.h:107
↓ 1 callersFunctionblurBaseBiomeMap
SoA/PlanetGenLoader.cpp:261
↓ 1 callersMethodbuild
SoA/ECSTemplates.cpp:58
↓ 1 callersMethodbuild_tokens_line
Build a logical line from tokens.
utils/git-hooks/pep8.py:1272
↓ 1 callersFunctioncalcError
SoA/svd.cpp:370
↓ 1 callersMethodcalculateGlowSize
SoA/StarComponentRenderer.cpp:477
↓ 1 callersMethodcalculateParams
SoA/GameRenderParams.cpp:9
↓ 1 callersMethodcalculateStarColor
SoA/StarComponentRenderer.cpp:488
↓ 1 callersMethodcanStart
SoA/LoadMonitor.cpp:38
↓ 1 callersMethodchangeState
SoA/SmartVoxelContainer.hpp:154
↓ 1 callersMethodcheck_all
Run all checks on the input file.
utils/git-hooks/pep8.py:1360
↓ 1 callersMethodcheck_ast
(self)
utils/git-hooks/pep8.py:1339
↓ 1 callersMethodcheck_files
Run all checks on the paths.
utils/git-hooks/pep8.py:1611
↓ 1 callersMethodcheck_logical
Build a line from tokens and run all logical checks on it.
utils/git-hooks/pep8.py:1312
↓ 1 callersMethodcheck_physical
Run all physical checks on a raw input line.
utils/git-hooks/pep8.py:1259
↓ 1 callersMethodclear
Clears the container and frees memory
SoA/SmartVoxelContainer.hpp:190
↓ 1 callersMethodclearTasks
Call this when work is completed to free memory used by GLRPCs.
SoA/LoadContext.h:161
↓ 1 callersFunctioncompiler_fence
SoA/atomicops.h:119
↓ 1 callersFunctioncomputeGridPosition
SoA/VoxelSpaceConversions.cpp:119
↓ 1 callersMethodcreateChunkMeshData
SoA/ChunkMesher.cpp:546
↓ 1 callersMethodcreate_entries
(self, cache_dir)
scripts/upload-cache-to-github.py:273
↓ 1 callersMethodcycleColorFilter
SoA/MainMenuRenderer.h:66
↓ 1 callersMethodcycleDevHud
SoA/GameplayRenderer.cpp:328
↓ 1 callersMethoddelete_asset_by_id
(self, asset_id, asset_name)
scripts/upload-cache-to-github.py:181
↓ 1 callersMethoddelete_asset_if_exists
(self, release_id, asset_name)
scripts/upload-cache-to-github.py:197
↓ 1 callersMethoddispose
SoA/MainMenuSystemViewer.cpp:41
↓ 1 callersMethoddispose
SoA/GameplayRenderer.cpp:66
↓ 1 callersMethoddisposeShaders
SoA/StarComponentRenderer.cpp:287
↓ 1 callersMethoddrawAsFarTerrain
SoA/TerrainPatchMesh.cpp:56
↓ 1 callersMethoddrawFarMeshes
SoA/TerrainPatchMeshManager.cpp:221
↓ 1 callersMethoddrawLine
SoA/DebugRenderer.cpp:122
↓ 1 callersMethoddrawLiquid
SoA/ChunkRenderer.cpp:271
↓ 1 callersMethoddrawSkybox
SoA/SkyboxRenderer.cpp:75
↓ 1 callersMethoddrawSphericalMeshes
SoA/TerrainPatchMeshManager.cpp:30
↓ 1 callersMethoddrawTransparent
SoA/ChunkRenderer.cpp:199
↓ 1 callersMethoddrawTrees
SoA/Planet.cpp:524
↓ 1 callersMethoddrawWater
SoA/TerrainPatchMesh.cpp:46
↓ 1 callersMethoddrawWaterAsFarTerrain
Draws the water mesh as a far terrain mesh
SoA/TerrainPatchMesh.cpp:78
↓ 1 callersMethodeditVoxels
SoA/VoxelEditor.cpp:14
↓ 1 callersMethodentry_from_server
(self)
scripts/upload-cache-to-github.py:247
↓ 1 callersMethodfindID
SoA/SoaOptions.cpp:51
↓ 1 callersMethodfindLayer
SoA/BlockTexturePack.cpp:129
← previousnext →301–400 of 1,853, ranked by callers