MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / next

Method next

erpcgen/src/cpptemplate/cpptempl.cpp:776–783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776const Token *TokenIterator::next()
777{
778 if (m_index < size())
779 {
780 ++m_index;
781 }
782 return get();
783}
784
785const Token *TokenIterator::match(token_type_t tokenType, const char *failure_msg)
786{

Callers 5

parse_factorMethod · 0.45
parse_bfactorMethod · 0.45
parse_gfactorMethod · 0.45
parse_afactorMethod · 0.45
parse_mfactorMethod · 0.45

Calls 1

getFunction · 0.85

Tested by

no test coverage detected