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
↓ 1 callers
Method
RemoveEdges
grape/fragment/basic_fragment_mutator.h:333
↓ 1 callers
Function
RemoveMultiLineComments
Removes multiline (c-style) comments from lines.
misc/cpplint.py:1869
↓ 1 callers
Function
RemoveMultiLineCommentsFromRange
Clears a range of lines for multi-line comments.
misc/cpplint.py:1861
↓ 1 callers
Method
RemoveVertex
grape/fragment/basic_fragment_mutator.h:311
↓ 1 callers
Method
RemoveVertices
grape/fragment/basic_fragment_mutator.h:316
↓ 1 callers
Method
ResetErrorCounts
Sets the module's error statistic back to zero.
misc/cpplint.py:1330
↓ 1 callers
Function
ResetNolintSuppressions
Resets the set of NOLINT suppressions to empty.
misc/cpplint.py:1005
↓ 1 callers
Method
Resize
examples/gnn_sampler/fragment_indices.h:171
↓ 1 callers
Method
RestoreFilters
Restores filters previously backed up.
misc/cpplint.py:1326
↓ 1 callers
Function
RunDirectedCDLP
examples/analytical_apps/run_app_opt.h:169
↓ 1 callers
Function
RunOpt
examples/analytical_apps/run_app_opt.h:322
↓ 1 callers
Function
RunUndirectedCDLP
examples/analytical_apps/run_app_opt.h:207
↓ 1 callers
Function
RunVC
examples/analytical_apps/run_app_vc.h:58
↓ 1 callers
Method
SendRawMsgByFid
* @brief Send a buffer to a fragment. * * @param fid Destination fragment id. * @param arc Message buffer. */
grape/parallel/parallel_message_manager.h:204
↓ 1 callers
Method
SendTo
grape/communication/shuffle.h:58
↓ 1 callers
Method
SetBit
grape/cuda/utils/bitset.h:237
↓ 1 callers
Method
SetBuffers
grape/communication/shuffle.h:122
↓ 1 callers
Method
SetCountingStyle
Sets the module's counting options.
misc/cpplint.py:1289
↓ 1 callers
Method
SetData
grape/fragment/mutable_edgecut_fragment.h:502
↓ 1 callers
Method
SetFilters
Sets the error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A st
misc/cpplint.py:1293
↓ 1 callers
Method
SetLastHeader
(self, header_path)
misc/cpplint.py:1146
↓ 1 callers
Method
SetOutputFormat
Sets the output format for errors.
misc/cpplint.py:1273
↓ 1 callers
Method
SetQuiet
Sets the module's quiet settings, and returns the previous setting.
misc/cpplint.py:1277
↓ 1 callers
Method
SetVerboseLevel
Sets the module's verbosity, and returns the previous setting.
misc/cpplint.py:1283
↓ 1 callers
Method
SetupBuffer
grape/parallel/batch_shuffle_message_manager.h:158
↓ 1 callers
Function
ShouldCheckNamespaceIndentation
This method determines if we should apply our namespace indentation check. Args: nesting_state: The current nesting state. is_namespace_ind
misc/cpplint.py:6294
↓ 1 callers
Method
ShuffleVertex
grape/fragment/basic_fragment_loader_base.h:308
↓ 1 callers
Method
Start
grape/fragment/basic_fragment_mutator.h:237
↓ 1 callers
Function
StringFormat
grape/util.h:71
↓ 1 callers
Method
Swap
grape/utils/vertex_array.h:462
↓ 1 callers
Method
Swap
grape/cuda/utils/vertex_array.h:124
↓ 1 callers
Method
Update
Update nesting state with current line. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containin
misc/cpplint.py:3073
↓ 1 callers
Method
UpdateEdges
grape/fragment/basic_fragment_mutator.h:383
↓ 1 callers
Function
UpdateIncludeState
Fill up the include_dict with new includes found from the file. Args: filename: the name of the header to read. include_dict: a dictionary
misc/cpplint.py:6025
↓ 1 callers
Method
UpdatePreprocessor
Update preprocessor stack. We need to handle preprocessors due to classes like this: #ifdef SWIG struct ResultDetailsPageElementExten
misc/cpplint.py:3016
↓ 1 callers
Method
UpdateVertex
grape/fragment/basic_fragment_mutator.h:345
↓ 1 callers
Method
UpdateVertices
grape/fragment/basic_fragment_mutator.h:356
↓ 1 callers
Function
WarmupNccl
grape/cuda/utils/dev_utils.h:894
↓ 1 callers
Function
_AddFilters
Adds more filter overrides. Unlike _SetFilters, this function does not reset the current list of filters available. Args: filters: A strin
misc/cpplint.py:1466
↓ 1 callers
Function
_BackupFilters
Saves the current filter list to backup storage.
misc/cpplint.py:1478
↓ 1 callers
Function
_ClassifyInclude
Figures out what kind of header 'include' is. Args: fileinfo: The current file cpplint is running over. A FileInfo instance. include: The p
misc/cpplint.py:4972
↓ 1 callers
Method
_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:
misc/cpplint.py:1929
↓ 1 callers
Function
_ExpandDirectories
Searches a list of filenames and replaces directories in the list with all files descending from those directories. Files with extensions not in t
misc/cpplint.py:6817
↓ 1 callers
Function
_FilterExcludedFiles
Filters out files listed in the --exclude command line switch. File paths in the switch are evaluated relative to the current working directory
misc/cpplint.py:6848
↓ 1 callers
Function
_Filters
Returns the module's list of output filters, as a list.
misc/cpplint.py:1449
↓ 1 callers
Function
_GetTextInside
r"""Retrieves all the text between matching open and close parentheses. Given a string of lines and a regular expression string, retrieve all the t
misc/cpplint.py:5138
↓ 1 callers
Function
_IsParentOrSame
Return true if child is subdirectory of parent. Assumes both paths are absolute and don't contain symlinks.
misc/cpplint.py:6858
↓ 1 callers
Function
_IsType
Check if expression looks like a type name, returns true if so. Args: clean_lines: A CleansedLines instance containing the file. nesting_st
misc/cpplint.py:3985
↓ 1 callers
Function
_OutputFormat
Gets the module's output format.
misc/cpplint.py:1416
↓ 1 callers
Function
_Quiet
Return's the module's quiet setting.
misc/cpplint.py:1425
↓ 1 callers
Function
_SetCountingStyle
Sets the module's counting options.
misc/cpplint.py:1444
↓ 1 callers
Function
_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
misc/cpplint.py:1454
↓ 1 callers
Function
_SetOutputFormat
Sets the module's output format.
misc/cpplint.py:1421
↓ 1 callers
Function
_SetQuiet
Set the module's quiet status, and return previous setting.
misc/cpplint.py:1429
↓ 1 callers
Function
_ShouldPrintError
If confidence >= verbose, category passes filter and is not suppressed.
misc/cpplint.py:1655
↓ 1 callers
Function
__construct_range_forward
grape/utils/gcontainer.h:36
↓ 1 callers
Method
addJobArguments
(List<String> args)
ldbc_driver/src/main/java/science/atlarge/graphalytics/libgrape/LibgrapeJob.java:45
↓ 1 callers
Method
add_forward_edges
grape/graph/de_mutable_csr.h:260
↓ 1 callers
Method
add_reversed_edges
grape/graph/de_mutable_csr.h:270
↓ 1 callers
Method
add_vertex
grape/vertex_map/vertex_map.h:385
↓ 1 callers
Method
apply_mutation
grape/app/mutation_context.h:187
↓ 1 callers
Function
bcast_small_buffer
grape/communication/sync_comm.h:222
↓ 1 callers
Method
begin
grape/utils/iterator_pair.h:31
↓ 1 callers
Function
binary_remove_one_with_tomb
grape/graph/mutable_csr_impl.h:187
↓ 1 callers
Function
binary_remove_with_tomb
grape/graph/mutable_csr_impl.h:145
↓ 1 callers
Function
binary_update
grape/graph/mutable_csr_impl.h:237
↓ 1 callers
Function
binary_update_one
grape/graph/mutable_csr_impl.h:266
↓ 1 callers
Function
blockReduceMax
grape/cuda/utils/dev_utils.h:265
↓ 1 callers
Method
bucket_count
grape/graph/id_indexer.h:407
↓ 1 callers
Method
chunk_size
grape/utils/message_buffer_pool.h:185
↓ 1 callers
Method
clear
grape/utils/varint.h:77
↓ 1 callers
Function
create_directories
grape/util.h:159
↓ 1 callers
Method
cuda_event
grape/cuda/utils/event.h:53
↓ 1 callers
Method
decode
grape/utils/varint.h:146
↓ 1 callers
Method
decode_u32
grape/utils/varint.h:101
↓ 1 callers
Method
decode_u64
grape/utils/varint.h:116
↓ 1 callers
Method
deserialize
grape/vertex_map/partitioner.h:157
↓ 1 callers
Method
deserialize
grape/vertex_map/idxers/sorted_array_idxer.h:59
↓ 1 callers
Method
deserialize
grape/fragment/fragment_base.h:125
↓ 1 callers
Method
dump
grape/utils/pthash_utils/single_phf_view.h:34
↓ 1 callers
Method
empty
grape/graph/mutable_csr.h:156
↓ 1 callers
Method
encode_u32
grape/utils/varint.h:44
↓ 1 callers
Method
encode_u64
grape/utils/varint.h:68
↓ 1 callers
Method
end
grape/utils/iterator_pair.h:32
↓ 1 callers
Function
estimate_pool_size
grape/utils/message_buffer_pool.h:94
↓ 1 callers
Method
exec
grape/parallel/batch_shuffle_message_manager.h:87
↓ 1 callers
Function
extend_indexer
grape/vertex_map/idxers/idxers.h:70
↓ 1 callers
Method
finish
grape/vertex_map/vertex_map.h:394
↓ 1 callers
Function
foreach_rval_helper
grape/communication/shuffle.h:329
↓ 1 callers
Function
get_available_memory
grape/util.h:217
↓ 1 callers
Method
get_bit
grape/cuda/utils/bitset.h:79
↓ 1 callers
Method
get_bucket_id
grape/fragment/basic_vc_ds_fragment_loader.h:50
↓ 1 callers
Method
get_fragment_id
grape/vertex_map/vertex_map.h:381
↓ 1 callers
Method
get_index
grape/vertex_map/idxers/hashmap_idxer.h:37
↓ 1 callers
Method
get_index
grape/vertex_map/idxers/hashmap_idxer_view.h:40
↓ 1 callers
Method
get_most_frequent_label
examples/analytical_apps/cdlp/cdlp_utils.h:174
↓ 1 callers
Method
get_partition_bucket_id
grape/fragment/basic_vc_ds_fragment_loader.h:58
↓ 1 callers
Method
get_positive_count
grape/cuda/utils/bitset.h:86
↓ 1 callers
Function
get_rss
grape/cuda/utils/cuda_utils.h:136
↓ 1 callers
Method
get_total_vertices_num
grape/vertex_map/partitioner.h:321
← previous
next →
701–800 of 2,721, ranked by callers