MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / count

Method count

Source/ThirdParty/catch2/catch.hpp:8906–8906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8904 }
8905
8906 auto count() const -> size_t { return m_tokenBuffer.size() + (itEnd - it); }
8907
8908 auto operator*() const -> Token {
8909 assert( !m_tokenBuffer.empty() );

Callers 12

convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
convertMethod · 0.45
StreamingReporterBaseMethod · 0.45
resolutionFunction · 0.45
estimate_clock_costFunction · 0.45
analyseFunction · 0.45
runMethod · 0.45
benchmarkEndedMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected