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

Method InitByteRange

extern/re2/re2/prog.cc:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) {
39 DCHECK_EQ(out_opcode_, 0);
40 set_out_opcode(out, kInstByteRange);
41 lo_ = lo & 0xFF;
42 hi_ = hi & 0xFF;
43 hint_foldcase_ = foldcase&1;
44}
45
46void Prog::Inst::InitCapture(int cap, uint32_t out) {
47 DCHECK_EQ(out_opcode_, 0);

Callers 2

ByteRangeMethod · 0.80
AddSuffixRecursiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected