MCPcopy Create free account
hub / github.com/Icinga/icinga2 / RFind

Method RFind

lib/base/string.cpp:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173String::SizeType String::RFind(const String& str, String::SizeType pos) const
174{
175 return m_Data.rfind(str, pos);
176}
177
178String::SizeType String::FindFirstOf(const char *s, String::SizeType pos) const
179{

Callers 2

SplitPerfdataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected