MCPcopy Create free account
hub / github.com/KDE/kdevelop / indexOf

Method indexOf

kdevplatform/util/embeddedfreetree.h:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 ///If it is contained, returns the index. Else, returns -1.
104
105 int indexOf(const Data& data)
106 {
107 return indexOf(data, 0, m_itemCount);
108 }
109
110 ///Searches the given item within the specified bounds.
111 int indexOf(const Data& data, uint start, uint end)

Callers 13

leftOfNeedleOrEntireViewFunction · 0.45
streamToStringsMethod · 0.45
findItemMethod · 0.45
readMethod · 0.45
setEnvironmentMethod · 0.45
skipRedundantWhiteSpaceFunction · 0.45
splitPathFunction · 0.45
containsMethod · 0.45
addAsciiIdentifierDataFunction · 0.45

Calls 1

indexOfFunction · 0.85

Tested by 5

containsMethod · 0.36
addAsciiIdentifierDataFunction · 0.36
mixedMethod · 0.36