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

Class StrHashEntry

include/daScript/simulate/heap.h:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 };
196
197 struct StrHashEntry {
198 const char * ptr;
199 uint32_t length;
200 StrHashEntry() : ptr(nullptr), length(0) {}
201 StrHashEntry( const char * p, uint32_t l ) : ptr(p), length(l) {}
202 };
203
204 struct StrEqPred {
205 __forceinline bool operator()( const StrHashEntry & a, const StrHashEntry & b ) const {

Callers 5

internMethod · 0.85
recognizeMethod · 0.85
impl_allocateStringMethod · 0.85
impl_freeStringMethod · 0.85
sweepMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected