MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / find

Function find

deps/json/json.hpp:19204–19214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19202 }
19203
19204 iterator find(const key_type& key)
19205 {
19206 for (auto it = this->begin(); it != this->end(); ++it)
19207 {
19208 if (m_compare(it->first, key))
19209 {
19210 return it;
19211 }
19212 }
19213 return Container::end();
19214 }
19215
19216 template<class KeyType, detail::enable_if_t<
19217 detail::is_usable_as_key_type<key_compare, key_type, KeyType>::value, int> = 0>

Callers 15

get_underlined_wordsMethod · 0.85
is_openedMethod · 0.85
activate_documentMethod · 0.85
update_word_countFunction · 0.85
ftp_trimFunction · 0.85
ftp_splitFunction · 0.85
uniqlistFunction · 0.85
parse_defcpdtableMethod · 0.85
parse_maptableMethod · 0.85
parse_affixMethod · 0.85
addMethod · 0.85
convMethod · 0.85

Calls 6

endFunction · 0.85
is_objectFunction · 0.85
cendFunction · 0.85
beginMethod · 0.45
endMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected