MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / find

Method find

Libraries/tinyxml/tinystr.h:161–164  ·  view source on GitHub ↗

find a char in a string. Return TiXmlString::npos if not found

Source from the content-addressed store, hash-verified

159
160 // find a char in a string. Return TiXmlString::npos if not found
161 size_type find (char lookup) const
162 {
163 return find(lookup, 0);
164 }
165
166 // find a char in a string from an offset. Return TiXmlString::npos if not found
167 size_type find (char tofind, size_type offset) const

Callers 15

qh_fprintf_rboxFunction · 0.45
ArgMethod · 0.45
printArgMethod · 0.45
printOptionMethod · 0.45
PrintMethod · 0.45
test<1>Method · 0.45
run_testMethod · 0.45
register_groupMethod · 0.45
run_testsMethod · 0.45
run_testMethod · 0.45
test<2>Method · 0.45
test<1>Method · 0.45

Calls 3

findFunction · 0.85
lengthFunction · 0.50
c_strFunction · 0.50

Tested by 1

test<1>Method · 0.36