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

Method process

src/jrd/Collation.cpp:547–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545 }
546
547 bool process(const UCHAR* str, SLONG length)
548 {
549 StrConverter cvt(pool, textType, str, length);
550 fb_assert(length % sizeof(CharType) == 0);
551 return evaluator.processNextChunk(
552 reinterpret_cast<const CharType*>(str), length / sizeof(CharType));
553 }
554
555 static ContainsMatcher* create(MemoryPool& pool, TextType* ttype, const UCHAR* str, SLONG length)
556 {

Callers

nothing calls this directly

Calls 1

processNextChunkMethod · 0.45

Tested by

no test coverage detected