Home
last modified time | relevance | path

Searched refs:theIsDefault (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Ddecimal_format.h40 bool theIsDefault;
62 bool isDefault() const { return theIsDefault; } in isDefault()
H A Ddecimal_format.cpp37 theIsDefault(isDefault), in SERIALIZABLE_CLASS_VERSIONS()
46 ar & theIsDefault; in serialize() local
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp565 theIsDefault(isDefault) in SchemaPrefix()
576 theIsDefault(false) in SchemaPrefix()
H A Dparsenodes.h756 bool const theIsDefault; variable
765 bool get_default_bit() const { return theIsDefault; } in get_default_bit()