Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/libgrape-lite
/ functions
Functions
2,721 in github.com/alibaba/libgrape-lite
⨍
Functions
2,721
◇
Types & classes
479
↓ 2 callers
Function
SortKeys64
grape/cuda/utils/cuda_utils.h:193
↓ 2 callers
Function
StripListPrefix
(lst, prefix)
misc/cpplint.py:2319
↓ 2 callers
Method
SyncStateOnOuterVertexWarpOpt
grape/cuda/parallel/gpu_message_manager.h:68
↓ 2 callers
Function
Update
examples/analytical_apps/cuda/cdlp/cdlp.h:670
↓ 2 callers
Method
UpdateEdge
grape/fragment/basic_fragment_mutator.h:374
↓ 2 callers
Method
Wait
grape/cuda/utils/event.h:95
↓ 2 callers
Method
WorkerToFrag
grape/worker/comm_spec.h:130
↓ 2 callers
Function
_DropCommonSuffixes
Drops common suffixes like _test.cc or -inl.h from filename. For example: >>> _DropCommonSuffixes('foo/foo-inl.h') 'foo/foo' >>> _DropC
misc/cpplint.py:4942
↓ 2 callers
Function
_IsSourceExtension
File extension (excluding dot) matches a source file extension.
misc/cpplint.py:1064
↓ 2 callers
Function
_SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
misc/cpplint.py:1439
↓ 2 callers
Function
_VerboseLevel
Returns the module's verbosity setting.
misc/cpplint.py:1434
↓ 2 callers
Method
add_byte
grape/serialization/fixed_in_archive.h:77
↓ 2 callers
Method
add_vertices
grape/graph/de_mutable_csr.h:236
↓ 2 callers
Function
atomicCAS64
grape/cuda/utils/dev_utils.h:80
↓ 2 callers
Function
atomicMinFloat
Refer: https://forums.developer.nvidia.com/t/why-doesnt-runtime-library-provide-atomicmax-nor-atomicmin-for-float/164171/7
grape/cuda/utils/dev_utils.h:51
↓ 2 callers
Function
binary_search_one
grape/graph/mutable_csr_impl.h:287
↓ 2 callers
Method
build_offsets
grape/graph/immutable_csr.h:177
↓ 2 callers
Method
clear
grape/utils/gcontainer.h:373
↓ 2 callers
Method
clone
examples/gnn_sampler/append_only_edgecut_fragment.h:145
↓ 2 callers
Method
data
grape/utils/pthash_utils/ef_sequence_view.h:33
↓ 2 callers
Method
data
grape/cuda/utils/array_view.h:38
↓ 2 callers
Method
dedup_neighbors
grape/graph/mutable_csr.h:311
↓ 2 callers
Method
degree
grape/graph/mutable_csr_impl.h:32
↓ 2 callers
Method
deserialize
grape/graph/id_indexer.h:73
↓ 2 callers
Method
directed
* @brief Returns true if the fragment is directed, false otherwise. * * @return true if the fragment is directed, false otherwise. */
grape/fragment/fragment_base.h:69
↓ 2 callers
Method
dump_size
grape/graph/id_indexer.h:96
↓ 2 callers
Method
edge_num
grape/graph/de_mutable_csr.h:163
↓ 2 callers
Method
equals
examples/gnn_sampler/append_only_edgecut_fragment.h:121
↓ 2 callers
Method
get
grape/utils/string_view_vector.h:191
↓ 2 callers
Function
get_min_max_id
examples/analytical_apps/run_app_opt.h:124
↓ 2 callers
Method
init
grape/utils/string_view_vector.h:171
↓ 2 callers
Function
intersect_num
grape/cuda/utils/dev_utils.h:637
↓ 2 callers
Function
irecv_small_buffer
grape/communication/sync_comm.h:79
↓ 2 callers
Function
is_near_infinity
misc/eps_check.cc:41
↓ 2 callers
Function
is_near_zero
misc/eps_check.cc:46
↓ 2 callers
Method
load
grape/utils/pthash_utils/encoders_view.h:33
↓ 2 callers
Method
nccl_comm
grape/cuda/parallel/gpu_message_manager.h:397
↓ 2 callers
Function
parse
misc/eps_check.cc:26
↓ 2 callers
Function
range_foreach_rval
grape/communication/shuffle.h:350
↓ 2 callers
Method
reserve_vertices
grape/graph/mutable_csr.h:197
↓ 2 callers
Method
reset
examples/analytical_apps/lcc/lcc_directed.h:76
↓ 2 callers
Method
serialize
grape/graph/id_indexer.h:60
↓ 2 callers
Method
size
grape/utils/pthash_utils/single_phf_view.h:52
↓ 2 callers
Method
size
grape/utils/pthash_utils/encoders_view.h:26
↓ 2 callers
Method
size
grape/cuda/utils/array_view.h:42
↓ 2 callers
Method
sort_neighbors
grape/graph/mutable_csr.h:320
↓ 2 callers
Function
sort_neighbors_tail
grape/graph/mutable_csr_impl.h:73
↓ 2 callers
Function
sort_neighbors_tail_dedup
grape/graph/mutable_csr_impl.h:94
↓ 2 callers
Method
to_string
grape/utils/vertex_array.h:241
↓ 2 callers
Method
to_string
grape/fragment/basic_fragment_loader_base.h:63
↓ 2 callers
Function
verify_fragment_vertex_map
misc/vertex_map_tests.cc:160
↓ 2 callers
Function
verify_fragment_vertex_map
tests/vertex_map_tests.cc:160
↓ 2 callers
Function
verify_vertex_map
misc/vertex_map_tests.cc:67
↓ 2 callers
Function
verify_vertex_map
tests/vertex_map_tests.cc:67
↓ 1 callers
Method
Add
examples/gnn_sampler/append_only_edgecut_fragment.h:153
↓ 1 callers
Method
AddBytesWarp
grape/cuda/serialization/in_archive.h:70
↓ 1 callers
Method
AddEdges
grape/fragment/basic_fragment_mutator.h:297
↓ 1 callers
Method
AddJUnitFailure
(self, filename, linenum, message, category, confidence)
misc/cpplint.py:1365
↓ 1 callers
Method
AddMessage
examples/gnn_sampler/kafka_producer.h:67
↓ 1 callers
Method
AddVertices
grape/fragment/basic_fragment_mutator.h:276
↓ 1 callers
Method
AddVerticesToRemove
grape/fragment/basic_fragment_mutator.h:64
↓ 1 callers
Method
AddVerticesToUpdate
grape/fragment/basic_fragment_mutator.h:84
↓ 1 callers
Method
Aggregate
grape/parallel/sync_buffer.h:117
↓ 1 callers
Method
AllocateBuffers
grape/fragment/basic_vc_ds_fragment_loader.h:123
↓ 1 callers
Method
BackupFilters
Saves the current filter list to backup storage.
misc/cpplint.py:1322
↓ 1 callers
Method
Begin
Start analyzing function body. Args: function_name: The name of the function being tracked.
misc/cpplint.py:1497
↓ 1 callers
Method
CanonicalizeAlphabeticalOrder
Returns a path canonicalized for alphabetical comparison. - replaces "-" with "_" so they both cmp the same. - removes '-inl' since we don't
misc/cpplint.py:1149
↓ 1 callers
Method
Check
Report if too many lines in function body. Args: error: The function to call with any errors found. filename: The name of the current
misc/cpplint.py:1512
↓ 1 callers
Function
CheckAltTokens
Check alternative keywords being used in boolean expressions. Args: filename: The name of the current file. clean_lines: A CleansedLines in
misc/cpplint.py:4743
↓ 1 callers
Method
CheckBegin
Run checks that applies to text up to the opening brace. This is mostly for checking the text after the class identifier and the "{", usually
misc/cpplint.py:2706
↓ 1 callers
Function
CheckBraces
Looks for misplaced braces (e.g. at the end of line). Args: filename: The name of the current file. clean_lines: A CleansedLines instance c
misc/cpplint.py:4232
↓ 1 callers
Function
CheckBracesSpacing
Checks for horizontal spacing near commas. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
misc/cpplint.py:4048
↓ 1 callers
Function
CheckCasts
Various cast related checks. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the file. l
misc/cpplint.py:5693
↓ 1 callers
Function
CheckCheck
Checks the use of CHECK and EXPECT macros. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
misc/cpplint.py:4625
↓ 1 callers
Function
CheckCommaSpacing
Checks for horizontal spacing near commas and semicolons. Args: filename: The name of the current file. clean_lines: A CleansedLines instan
misc/cpplint.py:3949
↓ 1 callers
Function
CheckComment
Checks for common mistakes in comments. Args: line: The line in question. filename: The name of the current file. linenum: The number o
misc/cpplint.py:3613
↓ 1 callers
Method
CheckCompletedBlocks
Checks that all classes and namespaces have been completely parsed. Call this when all lines in a file have been processed. Args: filen
misc/cpplint.py:3249
↓ 1 callers
Function
CheckEmptyBlockBody
Look for empty loop/conditional body with only a single semicolon. Args: filename: The name of the current file. clean_lines: A CleansedLin
misc/cpplint.py:4498
↓ 1 callers
Method
CheckEnd
Run checks that applies to text after the closing brace. This is mostly used for checking end of namespace comments. Args: filename: T
misc/cpplint.py:2721
↓ 1 callers
Function
CheckForBadCharacters
Logs an error for each line containing bad characters. Two kinds of bad characters: 1. Unicode replacement characters: These indicate that eithe
misc/cpplint.py:2499
↓ 1 callers
Function
CheckForCopyright
Logs an error if no Copyright message appears at the top of the file.
misc/cpplint.py:2233
↓ 1 callers
Function
CheckForFunctionLengths
Reports for long function bodies. For an overview why this is done, see: https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Sh
misc/cpplint.py:3542
↓ 1 callers
Function
CheckForHeaderGuard
Checks that the file contains a header guard. Logs an error if no #ifndef header guard is present. For other headers, checks that the full pathn
misc/cpplint.py:2363
↓ 1 callers
Function
CheckForIncludeWhatYouUse
Reports for missing stl includes. This function will output warnings to make sure you are including the headers necessary for the stl containers
misc/cpplint.py:6053
↓ 1 callers
Function
CheckForMultilineCommentsAndStrings
Logs an error if we see /* ... */ or "..." that extend past one line. /* ... */ comments are legit inside macros, for one line. Otherwise, we pre
misc/cpplint.py:2542
↓ 1 callers
Function
CheckForNamespaceIndentation
(filename, nesting_state, clean_lines, line, error)
misc/cpplint.py:3528
↓ 1 callers
Function
CheckForNewlineAtEOF
Logs an error if there is no newline char at the end of the file. Args: filename: The name of the current file. lines: An array of strings,
misc/cpplint.py:2524
↓ 1 callers
Function
CheckForNonConstReference
Check for non-const references. Separate from CheckLanguage since it scans backwards from current line, instead of scanning forward. Args:
misc/cpplint.py:5554
↓ 1 callers
Function
CheckForNonStandardConstructs
r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. Complain about several constructs which gcc-2 accepts, but which are no
misc/cpplint.py:3271
↓ 1 callers
Function
CheckGlobalStatic
Check for unsafe global or static objects. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
misc/cpplint.py:5384
↓ 1 callers
Function
CheckHeaderFileIncluded
Logs an error if a source file does not include its header.
misc/cpplint.py:2466
↓ 1 callers
Function
CheckIncludeLine
Check rules that are applicable to #include lines. Strings on #include lines are NOT removed from elided line, to make certain tasks easier. Howe
misc/cpplint.py:5047
↓ 1 callers
Function
CheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
misc/cpplint.py:2660
↓ 1 callers
Function
CheckItemIndentationInNamespace
(filename, raw_lines_no_comments, linenum, error)
misc/cpplint.py:6327
↓ 1 callers
Function
CheckLanguage
Checks rules from the 'C++ language rules' section of cppguide.html. Some of these rules are hard to test (function overloading, using uint32 ina
misc/cpplint.py:5223
↓ 1 callers
Function
CheckMakePairUsesDeduction
Check that make_pair's template arguments are deduced. G++ 4.6 in C++11 mode fails badly if make_pair's template arguments are specified explicit
misc/cpplint.py:6157
↓ 1 callers
Method
CheckNextIncludeOrder
Returns a non-empty error message if the next header is out of order. This function also updates the internal state to be ready to check the
misc/cpplint.py:1185
↓ 1 callers
Function
CheckOperatorSpacing
Checks for horizontal spacing around operators. Args: filename: The name of the current file. clean_lines: A CleansedLines instance contain
misc/cpplint.py:3796
↓ 1 callers
Function
CheckParenthesisSpacing
Checks for horizontal spacing around parentheses. Args: filename: The name of the current file. clean_lines: A CleansedLines instance conta
misc/cpplint.py:3911
↓ 1 callers
Function
CheckPosixThreading
Checks for calls to thread-unsafe functions. Much code has been originally written without consideration of multi-threading. Also, engineers are
misc/cpplint.py:2610
← previous
next →
501–600 of 2,721, ranked by callers