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

Method full

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

Source from the content-addressed store, hash-verified

252 int size() { return nrunes_; }
253 bool empty() { return nrunes_ == 0; }
254 bool full() { return nrunes_ == Runemax+1; }
255 bool FoldsASCII() { return folds_ascii_; }
256
257 bool Contains(Rune r);

Callers 3

PostVisitMethod · 0.45
ComputeSimpleMethod · 0.45
SimplifyCharClassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected