Home
last modified time | relevance | path

Searched refs:theCurrentBase (Results 1 – 2 of 2) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DStringRange.cc18 StringRange::StringRange(): StringArrayBlock(&TheTypeAnchor), theCurrentBase(10) { in StringRange()
21 …ngRange(const StringRange &r): StringArrayBlock(&TheTypeAnchor), theCurrentBase(r.theCurrentBase) { in StringRange()
46 theCurrentBase = aBase; in currentBase()
50 Should(theCurrentBase == 10 || theCurrentBase == 16); in currentBase()
51 return theCurrentBase; in currentBase()
56 Should(theCurrentBase == r.theCurrentBase); in append()
58 theCurrentBase = r.theCurrentBase; in append()
184 theBlocks.append(new StringRangeInterval(start, stop, isolated, theCurrentBase)); in addRangeInterval()
H A DStringRange.h66 int theCurrentBase; variable