mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 01:41:51 +03:00
rose_build_add_mask: improve findMaskLiteral perf
This commit is contained in:
committed by
Matthew Barr
parent
3b63a95f01
commit
ba0bf0c991
@@ -191,6 +191,9 @@ public:
|
||||
return a;
|
||||
}
|
||||
|
||||
/// Reverse this literal in-place.
|
||||
void reverse();
|
||||
|
||||
void operator+=(const ue2_literal &b);
|
||||
bool operator==(const ue2_literal &b) const {
|
||||
return s == b.s && nocase == b.nocase;
|
||||
|
||||
Reference in New Issue
Block a user