MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / IndexedDataImpl

Method IndexedDataImpl

include/util/indexed_data.hpp:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 static_assert(sizeof(ValueType) == 1, "data basic type must char");
273
274 IndexedDataImpl() = default;
275 IndexedDataImpl(util::vector_view<BlockReference> blocks_, util::vector_view<ValueType> values_)
276 : blocks(std::move(blocks_)), values(std::move(values_))
277 {

Callers

nothing calls this directly

Calls 7

copyFunction · 0.85
resizeMethod · 0.45
beginMethod · 0.45
WriteBlockReferenceMethod · 0.45
dataMethod · 0.45
WriteBlockPrefixMethod · 0.45

Tested by

no test coverage detected