MCPcopy Create free account

hub / github.com/alibaba/libgrape-lite / functions

Functions2,721 in github.com/alibaba/libgrape-lite

↓ 1 callersFunctionCheckPrintf
Check for printf related issues. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the file.
misc/cpplint.py:5445
↓ 1 callersFunctionCheckRedundantOverrideOrFinal
Check if line contains a redundant "override" or "final" virt-specifier. Args: filename: The name of the current file. clean_lines: A Clean
misc/cpplint.py:6242
↓ 1 callersFunctionCheckRedundantVirtual
Check if line contains a redundant "virtual" function-specifier. Args: filename: The name of the current file. clean_lines: A CleansedLines
misc/cpplint.py:6178
↓ 1 callersFunctionCheckSectionSpacing
Checks for additional blank line issues related to sections. Currently the only thing checked here is blank line before protected/private. Args:
misc/cpplint.py:4154
↓ 1 callersFunctionCheckSpacing
Checks for the correctness of various spacing issues in the code. Things we check for: spaces around operators, spaces after if/for/while/switch,
misc/cpplint.py:3667
↓ 1 callersFunctionCheckSpacingForFunctionCall
Checks for the correctness of various spacing around function calls. Args: filename: The name of the current file. clean_lines: A CleansedL
misc/cpplint.py:3436
↓ 1 callersFunctionCheckStyle
Checks rules from the 'C++ style rules' section of cppguide.html. Most of these rules are hard to test (naming, comment style), but we do what we
misc/cpplint.py:4807
↓ 1 callersFunctionCheckTrailingSemicolon
Looks for redundant trailing semicolon. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the
misc/cpplint.py:4351
↓ 1 callersFunctionCheckVlogArguments
Checks that VLOG() is only used for defining a logging level. For example, VLOG(2) is correct. VLOG(INFO), VLOG(WARNING), VLOG(ERROR), and VLOG(F
misc/cpplint.py:2636
↓ 1 callersFunctionCleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
misc/cpplint.py:1765
↓ 1 callersMethodClear
grape/cuda/utils/vertex_set.h:39
↓ 1 callersMethodConsumeMessages
Fetch stream data from the topic given when init * at the specified offset. */
examples/gnn_sampler/kafka_consumer.h:104
↓ 1 callersMethodConvertToCOO
grape/cuda/fragment/host_fragment.h:496
↓ 1 callersMethodDropBuffer
grape/cuda/parallel/gpu_message_manager.h:206
↓ 1 callersMethodEmpty
grape/serialization/out_archive.h:122
↓ 1 callersMethodEnd
Stop analyzing function body.
misc/cpplint.py:1540
↓ 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
misc/cpplint.py:1683
↓ 1 callersMethodEstimateMessageSize
grape/app/parallel_app_base.h:80
↓ 1 callersFunctionExclusiveSum64
Force the accumulate type as size_t, and it will always be ExclusiveSum
grape/cuda/utils/cuda_utils.h:302
↓ 1 callersFunctionExpectingFunctionArgs
Checks whether where function type arguments are expected. Args: clean_lines: A CleansedLines instance containing the file. linenum: The nu
misc/cpplint.py:5865
↓ 1 callersMethodExtendFragment
examples/gnn_sampler/append_only_edgecut_fragment.h:497
↓ 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
misc/cpplint.py:5967
↓ 1 callersFunctionFinalize
misc/vertex_map_tests.cc:61
↓ 1 callersFunctionFinalize
misc/mutable_fragment_tests.cc:84
↓ 1 callersFunctionFinalize
misc/load_tests.cc:66
↓ 1 callersFunctionFinalize
tests/vertex_map_tests.cc:61
↓ 1 callersFunctionFinalize
tests/mutable_fragment_tests.cc:84
↓ 1 callersFunctionFinalize
tests/mutate_tests.cc:67
↓ 1 callersFunctionFinalize
tests/load_tests.cc:66
↓ 1 callersFunctionFinalize
examples/analytical_apps/utils.h:51
↓ 1 callersMethodFinalize
grape/cuda/worker/gpu_batch_shuffle_worker.h:68
↓ 1 callersMethodFinalize
grape/cuda/worker/gpu_worker.h:67
↓ 1 callersFunctionFindCheckMacro
Find a replaceable CHECK-like macro. Args: line: line to search on. Returns: (macro name, start position), or (None, -1) if no replaceabl
misc/cpplint.py:4602
↓ 1 callersMethodFindHeader
Check if a header has already been included. Args: header: header to check. Returns: Line number of previous occurrence, or -1 if
misc/cpplint.py:1113
↓ 1 callersFunctionFindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
misc/cpplint.py:1852
↓ 1 callersFunctionFindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
misc/cpplint.py:1841
↓ 1 callersFunctionFixupPathFromRoot
()
misc/cpplint.py:2308
↓ 1 callersFunctionFlagCxx11Features
Flag those c++11 features that we only allow in certain places. Args: filename: The name of the current file. clean_lines: A CleansedLines
misc/cpplint.py:6380
↓ 1 callersFunctionForEachWithIndexBlockShared
grape/cuda/parallel/parallel_engine.h:122
↓ 1 callersFunctionForEachWithIndexWarpShared
grape/cuda/parallel/parallel_engine.h:94
↓ 1 callersMethodFormatJUnitXML
(self)
misc/cpplint.py:1369
↓ 1 callersMethodGetContext
grape/worker/worker.h:148
↓ 1 callersMethodGetInnerVerticesNum
* @brief Returns the number of inner vertices in this fragment. * * @return The number of inner vertices in this fragment. */
grape/fragment/edgecut_fragment_base.h:228
↓ 1 callersMethodGetInternalOid
grape/vertex_map/vertex_map.h:80
↓ 1 callersMethodGetOuterVertexGid
grape/fragment/mutable_edgecut_fragment.h:520
↓ 1 callersMethodGetOuterVerticesNum
* @brief Returns the number of outer vertices in this fragment. * * @return The number of outer vertices in this fragment. */
grape/fragment/edgecut_fragment_base.h:235
↓ 1 callersMethodGetTotalVertexSize
grape/vertex_map/vertex_map.h:67
↓ 1 callersMethodInAsmBlock
Check if we are currently one level inside an inline ASM block. Returns: True if the top of the stack is a block containing inline ASM.
misc/cpplint.py:2956
↓ 1 callersMethodInExternC
Check if we are currently one level inside an 'extern "C"' block. Returns: True if top of the stack is an extern block, False otherwise.
misc/cpplint.py:2940
↓ 1 callersMethodInNamespaceBody
Check if we are currently one level inside a namespace body. Returns: True if top of the stack is a namespace block, False otherwise.
misc/cpplint.py:2932
↓ 1 callersMethodInTemplateArgumentList
Check if current position is inside template argument list. Args: clean_lines: A CleansedLines instance containing the file. linenum:
misc/cpplint.py:2964
↓ 1 callersMethodIncrementErrorCount
Bumps the module's error statistic.
misc/cpplint.py:1335
↓ 1 callersFunctionInit
misc/vertex_map_tests.cc:45
↓ 1 callersFunctionInit
misc/mutable_fragment_tests.cc:65
↓ 1 callersFunctionInit
tests/vertex_map_tests.cc:45
↓ 1 callersFunctionInit
tests/mutable_fragment_tests.cc:65
↓ 1 callersFunctionInit
tests/mutate_tests.cc:48
↓ 1 callersFunctionInit
tests/load_tests.cc:47
↓ 1 callersMethodInit
grape/vertex_map/partitioner.h:115
↓ 1 callersMethodInit
examples/gnn_sampler/append_only_edgecut_fragment.h:335
↓ 1 callersMethodInit
examples/analytical_apps/pagerank/pagerank_push_opt_context.h:40
↓ 1 callersFunctionInitCommunicator
grape/communication/communicator.h:120
↓ 1 callersMethodInitCommunicator
grape/communication/communicator.h:43
↓ 1 callersMethodInitCommunicator
grape/cuda/communication/communicator.h:35
↓ 1 callersMethodInitIndices
examples/gnn_sampler/append_only_edgecut_fragment.h:491
↓ 1 callersFunctionInitParallelEngine
grape/parallel/parallel_engine.h:707
↓ 1 callersMethodInitParallelEngine
grape/parallel/parallel_engine.h:37
↓ 1 callersMethodInitThreadPool
the constructor just launches some amount of workers
grape/utils/thread_pool.h:81
↓ 1 callersMethodInnerVertexGid2Vertex
* @brief Convert from global id to an inner vertex handle. * * @param gid Input global id. * @param v Output vertex handle. * * @return
grape/fragment/edgecut_fragment_base.h:337
↓ 1 callersFunctionIsBlockInNameSpace
Checks that the new block is directly in a namespace. Args: nesting_state: The _NestingState object that contains info about our state. is_
misc/cpplint.py:6275
↓ 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:
misc/cpplint.py:1748
↓ 1 callersFunctionIsDerivedFunction
Check if current line contains an inherited function. Args: clean_lines: A CleansedLines instance containing the file. linenum: The number
misc/cpplint.py:5474
↓ 1 callersFunctionIsErrorSuppressedByNolint
Returns true if the specified error category is suppressed on this line. Consults the global error_suppressions map populated by ParseNolintSuppr
misc/cpplint.py:1011
↓ 1 callersMethodIsExist
grape/io/local_io_adaptor.cc:330
↓ 1 callersFunctionIsForwardClassDeclaration
(clean_lines, linenum)
misc/cpplint.py:2692
↓ 1 callersMethodIsInAlphabeticalOrder
Check if a header is in alphabetical order with the previous header. Args: clean_lines: A CleansedLines instance containing the file.
misc/cpplint.py:1164
↓ 1 callersFunctionIsInitializerList
Check if current line is inside constructor initializer list. Args: clean_lines: A CleansedLines instance containing the file. linenum: The
misc/cpplint.py:5512
↓ 1 callersFunctionIsMacroDefinition
(clean_lines, linenum)
misc/cpplint.py:2682
↓ 1 callersFunctionIsOutOfLineMethodDefinition
Check if current line contains an out-of-line method definition. Args: clean_lines: A CleansedLines instance containing the file. linenum:
misc/cpplint.py:5496
↓ 1 callersMethodLineParserForVFile
grape/io/tsv_line_parser.h:45
↓ 1 callersMethodMutate
grape/fragment/mutable_edgecut_fragment.h:245
↓ 1 callersFunctionMutateGraph
tests/mutate_tests.cc:88
↓ 1 callersMethodNext
examples/gnn_sampler/append_only_edgecut_fragment.h:77
↓ 1 callersMethodOuterVertexGid2Vertex
* @brief Convert from global id to an outer vertex handle. * * @param gid Input global id. * @param v Output vertex handle. * * @return
grape/fragment/edgecut_fragment_base.h:352
↓ 1 callersMethodParallelInit
grape/fragment/mutable_edgecut_fragment.h:233
↓ 1 callersMethodParallelPartialCount
grape/utils/vertex_set.h:102
↓ 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
misc/cpplint.py:6715
↓ 1 callersFunctionParseLoadBalancing
grape/cuda/parallel/parallel_engine.h:53
↓ 1 callersMethodPrepare
grape/parallel/thread_local_message_buffer_opt.h:84
↓ 1 callersFunctionPrintCategories
Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.
misc/cpplint.py:6706
↓ 1 callersMethodPrintErrorCounts
Print a summary of errors by category, and the total.
misc/cpplint.py:1345
↓ 1 callersFunctionPrintVersion
()
misc/cpplint.py:6700
↓ 1 callersFunctionProcessConfigOverrides
Loads the configuration files and processes the config overrides. Args: filename: The name of the file being processed by the linter. Retur
misc/cpplint.py:6502
↓ 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
misc/cpplint.py:6591
↓ 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
misc/cpplint.py:6451
↓ 1 callersFunctionProcessGlobalSuppresions
Updates the list of global error suppressions. Parses any lint directives in the file that have global effect. Args: lines: An array of stri
misc/cpplint.py:987
↓ 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
misc/cpplint.py:6335
↓ 1 callersFunctionPropagateLabel_lo
examples/analytical_apps/cuda/cdlp/cdlp.h:506
↓ 1 callersMethodRebuild
examples/gnn_sampler/fragment_indices.h:152
↓ 1 callersMethodRecordEdge
grape/fragment/basic_vc_ds_fragment_loader.h:118
← previousnext →601–700 of 2,721, ranked by callers