diff options
author | gotthit <gotthit@yandex-team.ru> | 2022-02-10 16:48:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:08 +0300 |
commit | 3a58f356177d36c13911210a8599ac4548f2a604 (patch) | |
tree | 84043eaaa67bb6245fe4a2f4026e2fdc296500c2 | |
parent | 069c69f58fd78de3cf2e6eb2304047281e21fb65 (diff) | |
download | ydb-3a58f356177d36c13911210a8599ac4548f2a604.tar.gz |
Restoring authorship annotation for <gotthit@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | contrib/libs/pire/pire/extra/capture.h | 20 | ||||
-rw-r--r-- | contrib/libs/pire/pire/scanners/slow.h | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/pire/pire/extra/capture.h b/contrib/libs/pire/pire/extra/capture.h index 8399914a67..cee532c02d 100644 --- a/contrib/libs/pire/pire/extra/capture.h +++ b/contrib/libs/pire/pire/extra/capture.h @@ -219,16 +219,16 @@ public: m_end = pos; } - size_t Begin() const - { - return GetBegin(); - } - - size_t End() const - { - return GetEnd(); - } - + size_t Begin() const + { + return GetBegin(); + } + + size_t End() const + { + return GetEnd(); + } + size_t GetBegin() const { return m_begin; diff --git a/contrib/libs/pire/pire/scanners/slow.h b/contrib/libs/pire/pire/scanners/slow.h index 6adfcb8c1d..45e7f0486f 100644 --- a/contrib/libs/pire/pire/scanners/slow.h +++ b/contrib/libs/pire/pire/scanners/slow.h @@ -81,8 +81,8 @@ public: size_t GetLettersCount() const {return m.lettersCount; }; - size_t Size() const { return GetSize(); } - size_t GetSize() const { return m.statesCount; } + size_t Size() const { return GetSize(); } + size_t GetSize() const { return m.statesCount; } bool Empty() const { return m_finals == Null().m_finals; } size_t Id() const {return (size_t) -1;} |