MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / find_last_of

Method find_last_of

src/common/classes/fb_string.h:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 return find(c, pos);
303 }
304 size_type find_last_of(const AbstractString& str, size_type pos = npos) const
305 {
306 return find_last_of(str.c_str(), pos, str.length());
307 }
308 size_type find_last_of(const_pointer s, const size_type pos, size_type n = npos) const;
309 size_type find_last_of(const_pointer s, size_type pos = npos) const
310 {

Callers

nothing calls this directly

Calls 3

find_last_ofFunction · 0.85
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected