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

Method ByteMapBuilder

extern/re2/re2/prog.cc:337–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335class ByteMapBuilder {
336 public:
337 ByteMapBuilder() {
338 // Initial state: the [0-255] range has color 256.
339 // This will avoid problems during the second phase,
340 // in which we assign byte classes numbered from 0.
341 splits_.Set(255);
342 colors_[255] = 256;
343 nextcolor_ = 257;
344 }
345
346 void Mark(int lo, int hi);
347 void Merge();

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected