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

Method size

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

Source from the content-addressed store, hash-verified

153 }
154
155 size_t size() const { return m_tokens.size(); }
156 bool empty() const { return size() == 0; }
157 bool is_valid() const { return m_index < size(); }
158 const Token *get() const;

Callers 15

isAbsoluteMethod · 0.45
joinPathsMethod · 0.45
handleRootMethod · 0.45
handleEnumMethod · 0.45
handleFunctionMethod · 0.45
handleParamMethod · 0.45
getSizeMethod · 0.45
openFileMethod · 0.45
GeneratorMethod · 0.45

Calls

no outgoing calls

Tested by 2

utf8_to_wideFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36