Home
last modified time | relevance | path

Searched refs:p_ends_with (Results 1 – 3 of 3) sorted by relevance

/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/util/
H A DParserPool.cpp353 bool (*p_ends_with)(const xstring&, const xstring&) = ends_with; in resolveResource() local
356 …boost::bind(p_ends_with, boost::bind(&map<xstring,xstring>::value_type::second, _1), boost::ref(sy… in resolveResource()
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_editor.cpp522 …SystemDirectory *p_dir, Map<String, ScriptCodeCompletionOption> &r_list, String p_ends_with = "") { in _get_directory_contents() argument
529 if (!p_ends_with.empty()) { in _get_directory_contents()
530 if (option.display.ends_with(p_ends_with)) { in _get_directory_contents()
539 _get_directory_contents(p_dir->get_subdir(i), r_list, p_ends_with); in _get_directory_contents()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_editor.cpp522 …SystemDirectory *p_dir, Map<String, ScriptCodeCompletionOption> &r_list, String p_ends_with = "") { in _get_directory_contents() argument
529 if (!p_ends_with.empty()) { in _get_directory_contents()
530 if (option.display.ends_with(p_ends_with)) { in _get_directory_contents()
539 _get_directory_contents(p_dir->get_subdir(i), r_list, p_ends_with); in _get_directory_contents()