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

Method Literal

extern/re2/re2/prefilter.cc:403–408  ·  view source on GitHub ↗

Constructs Info for literal rune.

Source from the content-addressed store, hash-verified

401
402// Constructs Info for literal rune.
403Prefilter::Info* Prefilter::Info::Literal(Rune r) {
404 Info* info = new Info();
405 info->exact_.insert(RuneToString(ToLowerRune(r)));
406 info->is_exact_ = true;
407 return info;
408}
409
410// Constructs Info for literal rune for Latin1 encoded string.
411Prefilter::Info* Prefilter::Info::LiteralLatin1(Rune r) {

Callers

nothing calls this directly

Calls 3

RuneToStringFunction · 0.85
ToLowerRuneFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected