MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / load

Method load

src/simulate/bin_serializer.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58 template <typename TT>
59 __forceinline void load ( TT & data ) {
60 read ( &data, sizeof(TT) );
61 }
62 template <typename TT>
63 __forceinline void serialize ( TT & data ) {
64 if ( reading ) {

Callers 15

daslang_atexit_auditFunction · 0.45
trackEventMethod · 0.45
DumpJobQueLeaksMethod · 0.45
track_alloc_hookFunction · 0.45
track_free_hookFunction · 0.45
dump_alloc_leaksFunction · 0.45
dump_alloc_leaks_atexitFunction · 0.45
isNegCachedFunction · 0.45
ensureCacheReadyFunction · 0.45
findModuleFunction · 0.45
tryAddModuleForPCFunction · 0.45
debuggerStopRequestedFunction · 0.45

Calls 1

readFunction · 0.50

Tested by

no test coverage detected