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

Method InitCapture

extern/re2/re2/prog.cc:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void Prog::Inst::InitCapture(int cap, uint32_t out) {
47 DCHECK_EQ(out_opcode_, 0);
48 set_out_opcode(out, kInstCapture);
49 cap_ = cap;
50}
51
52void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32_t out) {
53 DCHECK_EQ(out_opcode_, 0);

Callers 1

CaptureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected