Home
last modified time | relevance | path

Searched refs:FuncMap_t (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Dhttp_client.cpp112 typedef std::map<String, ExternalFunction*, ltstr> FuncMap_t; typedef in zorba::http_client::HttpClientModule
114 FuncMap_t theFunctions;
121 for (FuncMap_t::const_iterator lIter = theFunctions.begin(); in HttpClientModule()
238 for (FuncMap_t::const_iterator lIter = theFunctions.begin(); in ~HttpClientModule()
/dports/textproc/zorba/zorba-2.7.0/modules/org/expath/ns/file.xq.src/
H A Dfile_module.h45 typedef std::map<String, ExternalFunction*, ltstr> FuncMap_t; typedef
46 FuncMap_t theFunctions;
H A Dfile_module.cpp29 for (FuncMap_t::const_iterator lIter = theFunctions.begin(); in ~FileModule()
/dports/textproc/zorba/zorba-2.7.0/test/extern/
H A Dtest_extern_func.cpp57 typedef std::map<String, ExternalFunction*, ltstr> FuncMap_t; typedef in TestExternalModule
58 FuncMap_t theFunctions;
65 … for (FuncMap_t::const_iterator lIter = theFunctions.begin(); lIter != theFunctions.end(); ++lIter) in ~TestExternalModule()
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/datetime.xq.src/
H A Ddatetime.h40 typedef std::map<String, ExternalFunction*, ltstr> FuncMap_t; typedef
42 FuncMap_t theFunctions;
H A Ddatetime.cpp188 for (FuncMap_t::const_iterator lIter = theFunctions.begin(); in ~DateTimeModule()