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

Method get

erpcgen/src/cpptemplate/cpptempl.cpp:764–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762Token TokenIterator::s_endToken(token_type_t::END_TOKEN);
763
764const Token *TokenIterator::get() const
765{
766 if (is_valid())
767 {
768 return &m_tokens[m_index];
769 }
770 else
771 {
772 return &s_endToken;
773 }
774}
775
776const Token *TokenIterator::next()
777{

Callers 8

is_templateMethod · 0.45
get_var_valueMethod · 0.45
parse_gfactorMethod · 0.45
NodeForMethod · 0.45
parse_stmtMethod · 0.45
utf8_to_wideFunction · 0.45
wide_to_utf8Function · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 3

utf8_to_wideFunction · 0.36
wide_to_utf8Function · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36