MCPcopy Create free account
hub / github.com/DFHack/dfhack / find

Method find

depends/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

PrintMethod · 0.45
HasMethod · 0.45
ExtensionSizeMethod · 0.45
ExtensionTypeMethod · 0.45
ClearExtensionMethod · 0.45
GetEnumMethod · 0.45
GetRepeatedEnumMethod · 0.45
SetRepeatedEnumMethod · 0.45
extension_set.ccFile · 0.45
MutableRepeatedStringMethod · 0.45

Calls 1

findFunction · 0.50

Tested by

no test coverage detected