Home
last modified time | relevance | path

Searched refs:xs_unsignedLong (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A Dnumconversions.cpp84 xs_unsignedLong to_xs_unsignedLong( xs_integer const &i ) { in to_xs_unsignedLong()
87 return ztd::aton<xs_unsignedLong>( temp.c_str() ); in to_xs_unsignedLong()
90 return static_cast<xs_unsignedLong>( i.value_ ); in to_xs_unsignedLong()
H A Dnumconversions.h89 xs_unsignedLong to_xs_unsignedLong( xs_integer const &i );
H A Dschema_types_base.h55 typedef uint64_t xs_unsignedLong; typedef
H A Dinteger.h528 friend xs_unsignedLong to_xs_unsignedLong( INTEGER_IMPL_LL const& ); in TEMPLATE_DECL()
1110 return ZORBA_IN_RANGE( value_, xs_unsignedLong );
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Datomic_items.h189 xs_unsignedLong getUnsignedLongValue() const { return theBaseItem->getUnsignedLongValue(); } in getUnsignedLongValue()
2025 xs_unsignedLong theValue;
2028 UnsignedLongItem(xs_unsignedLong aValue) : theValue(aValue) {} in UnsignedLongItem()
2041 xs_unsignedLong getUnsignedLongValue() const { return theValue; } in getUnsignedLongValue()
2123 xs_unsignedLong getUnsignedLongValue() const { return static_cast<xs_unsignedLong>(theValue); } in getUnsignedLongValue()
2212 xs_unsignedLong getUnsignedLongValue() const { return static_cast<xs_unsignedLong>(theValue); } in getUnsignedLongValue()
2305 xs_unsignedLong getUnsignedLongValue() const { return static_cast<xs_unsignedLong>(theValue); } in getUnsignedLongValue()
H A Dsimple_item_factory.h158 bool createUnsignedLong(store::Item_t& result, xs_unsignedLong value);
H A Ditem.cpp662 xs_unsignedLong Item::getUnsignedLongValue() const in getUnsignedLongValue()
H A Datomic_items.cpp238 xs_unsignedLong ulongValue = static_cast<xs_unsignedLong>(doubleValue.getNumber()); in coerceToDouble()
H A Dsimple_item_factory.cpp405 xs_unsignedLong value) in createUnsignedLong()
/dports/textproc/zorba/zorba-2.7.0/src/store/api/
H A Ditem.h369 virtual xs_unsignedLong
H A Ditem_factory.h325 virtual bool createUnsignedLong(Item_t& result, xs_unsignedLong value) = 0;
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp686 SERIALIZE_ATOMIC_ITEM(xs_unsignedLong, getUnsignedLongValue()); in serialize_atomic_item()
980 DESERIALIZE_ATOMIC_ITEM(xs_unsignedLong, createUnsignedLong); in deserialize_atomic_item()
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.cpp1700 xs_unsignedLong const n = ztd::aton<xs_unsignedLong>(lString.c_str()); in int_down()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DXercesParseUtils.cpp323 xs_unsignedLong tvalue = value; in parseXSUnsignedLong()