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

Method find_first_of

src/common/classes/fb_string.h:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 size_type rfind(const_pointer s, const size_type pos = npos) const;
290 size_type rfind(char_type c, const size_type pos = npos) const;
291 size_type find_first_of(const AbstractString& str, size_type pos = 0) const
292 {
293 return find_first_of(str.c_str(), pos, str.length());
294 }
295 size_type find_first_of(const_pointer s, size_type pos, size_type n) const;
296 size_type find_first_of(const_pointer s, size_type pos = 0) const
297 {

Callers 1

getWordMethod · 0.45

Calls 4

find_first_ofFunction · 0.85
findFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected