Home
last modified time | relevance | path

Searched refs:getGeneratorIndex (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp579 virtual size_t getGeneratorIndex( std::string const& fileInfo, size_t totalSize ) = 0;
2409 size_t overallIndex = getCurrentContext().getGeneratorIndex( m_fileInfo, m_totalSize ); in operator T()
6884 virtual size_t getGeneratorIndex( std::string const& fileInfo, size_t totalSize ) { in getGeneratorIndex() function in Catch::Context