Home
last modified time | relevance | path

Searched defs:createUnsignedInt (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/swig/
H A DItemFactory.i213 Item ItemFactory::createUnsignedInt (unsigned int aValue){ in createUnsignedInt() function
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Ditemfactoryimpl.cpp701 Item ItemFactoryImpl::createUnsignedInt(unsigned int aValue) in createUnsignedInt() function in zorba::ItemFactoryImpl
/dports/textproc/zorba/zorba-2.7.0/swig/php/
H A Dzorba_api_wrapper.php1197 public function createUnsignedInt($aValue) { function in ItemFactory
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_item_factory.cpp412 bool BasicItemFactory::createUnsignedInt(store::Item_t& result, in createUnsignedInt() function in zorba::simplestore::BasicItemFactory