MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / RuneRange

Class RuneRange

extern/re2/re2/regexp.h:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225class Prog;
226
227struct RuneRange {
228 RuneRange() : lo(0), hi(0) { }
229 RuneRange(int l, int h) : lo(l), hi(h) { }
230 Rune lo;
231 Rune hi;
232};
233
234// Less-than on RuneRanges treats a == b if they overlap at all.
235// This lets us look in a set to find the range covering a particular Rune.

Callers 5

AddRangeMethod · 0.85
ContainsMethod · 0.85
CopyMethod · 0.85
RemoveAboveMethod · 0.85
NegateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected