Home
last modified time | relevance | path

Searched refs:XS_TOKEN (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dstore_consts.h34 XS_TOKEN = 3, enumerator
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_index_general.cpp344 case store::XS_TOKEN: in insert()
763 case store::XS_TOKEN: in remove()
1584 keyType != store::XS_TOKEN && in checkStringKeyType()
1782 case store::XS_TOKEN: in initPoint()
2147 case store::XS_TOKEN: in initBox()
H A Dstore.cpp208 theSchemaTypeNames[store::XS_TOKEN] = theQNamePool->insert(ns, "xs", "token"); in initTypeNames()
H A Datomic_items.h1010 virtual store::SchemaTypeCode getTypeCode() const { return store::XS_TOKEN; } in getTypeCode()
H A Datomic_items.cpp2089 return GET_STORE().theSchemaTypeNames[store::XS_TOKEN]; in getType()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp595 case store::XS_TOKEN: in serialize_atomic_item()
865 case store::XS_TOKEN: in deserialize_atomic_item()
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.cpp1525 case store::XS_TOKEN: in str_down()