Home
last modified time | relevance | path

Searched defs:theAscending (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_utils.cpp26 ar & theAscending; in serialize() local
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dnode_iterators.h446 ComparisonFunction(bool asc = true) : theAscending(asc) { } in theAscending() function
463 bool theAscending; variable