MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / BytePtr

Function BytePtr

extern/re2/re2/dfa.cc:348–350  ·  view source on GitHub ↗

Shorthand for casting to uint8_t*.

Source from the content-addressed store, hash-verified

346
347// Shorthand for casting to uint8_t*.
348static inline const uint8_t* BytePtr(const void* v) {
349 return reinterpret_cast<const uint8_t*>(v);
350}
351
352// Work queues
353

Callers 1

InlinedSearchLoopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected