Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ functions
Functions
3,366 in github.com/Project-OSRM/osrm-backend
⨍
Functions
3,366
◇
Types & classes
883
Method
EdgeFinderCH
src/engine/routing_algorithms/tile_turns.cpp:201
Method
EdgeFinderMLD
src/engine/routing_algorithms/tile_turns.cpp:253
Method
EdgeIsCompressed
unit_tests/mocks/mock_datafacade.hpp:35
Method
Edges
Access into all Edges
include/partitioner/bisection_graph_view.hpp:50
Method
EmissionLogProbability
include/engine/map_matching/hidden_markov_model.hpp:28
Method
EnableIntersectionOps
include/extractor/intersection/intersection_view.hpp:118
Method
EnableShapeOps
include/extractor/intersection/intersection_view.hpp:56
Method
End
include/partitioner/partition_graph.hpp:134
Method
EndChildren
Returns the highest cell id (at `level - 1`) of all children `cell` at `level`
include/partitioner/multi_level_partition.hpp:135
Method
EndEdges
include/partitioner/partition_graph.hpp:108
Method
EndEdges
include/partitioner/bisection_graph_view.hpp:53
Method
EndEdges
include/util/dynamic_graph.hpp:256
Method
Engine
clang-format off * The `OSRM` method is the main constructor for creating an OSRM instance. * An OSRM instance requires a `.osrm.*` dataset(`.osrm.*`
src/nodejs/node_osrm.cpp:86
Method
Engine
include/engine/engine.hpp:46
Method
EntryClass
include/util/guidance/entry_class.hpp:31
Method
EnvGuard
unit_tests/storage/shared_memory.cpp:16
Method
Error
include/engine/plugins/plugin_base.hpp:95
Method
ErrorRenderer
include/engine/plugins/plugin_base.hpp:73
Method
ExcludeNode
unit_tests/engine/offline_facade.cpp:303
Method
Execute
src/nodejs/node_osrm.cpp:134
Method
ExpandMeters
include/util/rectangle.hpp:170
Method
ExploreLeafNode
include/util/static_rtree.hpp:688
Method
ExploreTreeNode
include/util/static_rtree.hpp:729
Method
ExternalProvider
include/engine/datafacade_provider.hpp:33
Method
ExtractionContainers
src/extractor/extraction_containers.cpp:381
Method
ExtractionNode
include/extractor/extraction_node.hpp:11
Method
ExtractionRelation
include/extractor/extraction_relation.hpp:37
Method
ExtractionRelationContainer
include/extractor/extraction_relation.hpp:94
Method
ExtractionSegment
include/extractor/extraction_segment.hpp:12
Method
ExtractionTurn
include/extractor/extraction_turn.hpp:81
Method
ExtractionTurnLeg
include/extractor/extraction_turn.hpp:18
Method
ExtractionWay
include/extractor/extraction_way.hpp:36
Method
Extractor
include/extractor/extractor.hpp:57
Method
ExtractorCallbacks
src/extractor/extractor_callbacks.cpp:39
Method
ExtractorCallbacks
include/extractor/extractor_callbacks.hpp:60
Method
ExtractorConfig
include/extractor/extractor_config.hpp:41
Method
Facade
(facade, width, height, arg)
scripts/gdb_printers.py:220
Method
FeatureWriter
src/tools/components.cpp:66
Method
FileReader
include/storage/tar.hpp:64
Method
FileReader
include/storage/io.hpp:36
Method
FileWriter
include/storage/tar.hpp:318
Method
FileWriter
include/storage/io.hpp:212
Method
Filter
include/contractor/contracted_edge_container.hpp:61
Method
FilteredGraphImpl
include/util/filtered_graph.hpp:124
Method
FindComponents
src/extractor/extractor.cpp:656
Method
FindEdge
searches for a specific edge
include/engine/datafacade/contiguous_internalmem_datafacade.hpp:751
Method
FindEdge
searches for a specific edge
include/util/dynamic_graph.hpp:365
Method
FindEdge
searches for a specific edge
include/util/filtered_graph.hpp:69
Method
FindEdgeInEitherDirection
include/engine/datafacade/contiguous_internalmem_datafacade.hpp:118
Method
FindEdgeInEitherDirection
include/util/dynamic_graph.hpp:395
Method
FindEdgeInEitherDirection
include/util/filtered_graph.hpp:103
Method
FindEdgeIndicateIfReverse
include/engine/datafacade/contiguous_internalmem_datafacade.hpp:124
Method
FindEdgeIndicateIfReverse
include/util/static_graph.hpp:228
Method
FindEdgeIndicateIfReverse
include/util/dynamic_graph.hpp:401
Method
FindEdgeIndicateIfReverse
include/util/filtered_graph.hpp:109
Method
FindEid
search a given eid in the intersection
include/extractor/intersection/intersection_view.hpp:73
Method
FindMaximum
include/extractor/intersection/intersection_view.hpp:79
Method
FindSmallestEdge
unit_tests/mocks/mock_datafacade.hpp:242
Method
FindSmallestEdge
searches for a specific edge
include/util/dynamic_graph.hpp:378
Method
FindSmallestEdge
include/util/filtered_graph.hpp:82
Method
FixedGroupBlock
include/util/indexed_data.hpp:195
Method
FloatCoordinate
include/util/coordinate.hpp:289
Method
Fork
a wrapper to handle road indices of forks at intersections
src/guidance/turn_handler.cpp:76
Method
From
include/extractor/turn_path.hpp:73
Method
FromBase64
src/engine/hint.cpp:37
Method
GPSTraces
src/benchmarks/bench.cpp:49
Method
GenerateEdgeExpandedEdges
Actually it also generates turn data and serializes them...
src/extractor/edge_based_graph_factory.cpp:458
Method
GenerateEdgeExpandedNodes
Creates the nodes in the edge expanded graph from edges in the node-based graph.
src/extractor/edge_based_graph_factory.cpp:301
Method
GeometryID
include/util/typedefs.hpp:190
Method
GeometryVisitor
include/engine/api/route_api.hpp:571
Method
GeospatialQuery
include/engine/geospatial_query.hpp:41
Method
Get
include/engine/datafacade_provider.hpp:62
Method
Get
include/engine/datafacade_provider.hpp:85
Method
Get
include/engine/data_watchdog.hpp:75
Method
GetAdjacentEdgeRange
include/engine/datafacade/contiguous_internalmem_datafacade.hpp:704
Method
GetAdjacentEdgeRange
include/util/dynamic_graph.hpp:261
Method
GetAlgorithms
include/engine/engine.hpp:122
Method
GetAlignedBlockPtr
include/storage/shared_datatype.hpp:148
Method
GetAnnotations
include/engine/api/route_api.hpp:221
Method
GetAugmentingPath
performs a dfs in the level graph, by adjusting levels that don't offer any further paths to INVALID_LEVEL and by following the level graph, this look
src/partitioner/dinic_max_flow.cpp:231
Method
GetBackwardRef
include/extractor/extraction_way.hpp:73
Method
GetBearingClass
unit_tests/mocks/mock_datafacade.hpp:188
Method
GetBearingClass
unit_tests/engine/offline_facade.cpp:315
Method
GetBearingClass
Returns the bearing class for an intersection node
include/extractor/intersection_bearings_container.hpp:78
Method
GetBlockEntries
include/storage/shared_data_index.hpp:71
Method
GetBlockPtr
include/storage/shared_data_index.hpp:47
Method
GetBlockPtr
include/storage/shared_datatype.hpp:127
Method
GetBlockSize
include/storage/shared_data_index.hpp:77
Method
GetCell
unit_tests/engine/offline_facade.cpp:64
Method
GetCell
returns the index of the cell the vertex is contained at level l
include/partitioner/multi_level_partition.hpp:95
Method
GetClassData
unit_tests/mocks/mock_datafacade.hpp:144
Method
GetClassData
unit_tests/engine/offline_facade.cpp:321
Method
GetClassNames
unit_tests/mocks/mock_scripting_environment.hpp:29
Method
GetClasses
unit_tests/mocks/mock_datafacade.hpp:146
Method
GetClasses
unit_tests/engine/offline_facade.cpp:322
Method
GetComponentID
unit_tests/mocks/mock_datafacade.hpp:40
Method
GetComponentID
unit_tests/engine/offline_facade.cpp:302
Method
GetComponentID
include/extractor/node_data_container.hpp:68
Method
GetContinueStraightDefault
unit_tests/mocks/mock_datafacade.hpp:159
Method
GetContinueStraightDefault
unit_tests/engine/offline_facade.cpp:295
← previous
next →
1,801–1,900 of 3,366, ranked by callers