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

Method find_first_not_of

src/common/classes/fb_string.h:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 return rfind(c, pos);
316 }
317 size_type find_first_not_of(const AbstractString& str, size_type pos = 0) const
318 {
319 return find_first_not_of(str.c_str(), pos, str.length());
320 }
321 size_type find_first_not_of(const_pointer s, size_type pos, size_type n) const;
322 size_type find_first_not_of(const_pointer s, size_type pos = 0) const
323 {

Callers

nothing calls this directly

Calls 3

find_first_not_ofFunction · 0.85
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected